diff --git a/packages/lucide-react-native/tests/__snapshots__/useIconComponent.spec.tsx.snap b/packages/lucide-react-native/tests/__snapshots__/useIconComponent.spec.tsx.snap new file mode 100644 index 00000000000..aeae002f120 --- /dev/null +++ b/packages/lucide-react-native/tests/__snapshots__/useIconComponent.spec.tsx.snap @@ -0,0 +1,158 @@ +// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html + +exports[`Using iconNode component generator > should create a component from an iconNode 1`] = ` + + + + + + +`; + +exports[`Using iconNode component generator > should create multiple components 1`] = ` +
+ + + + + + + + + + + + + +
+`;