feat(icons): upgrade all emojis across hero, pillars, services, studio, testimonials, and mobile dock to luxury gold SVG vector icons

This commit is contained in:
2026-08-30 15:09:52 -07:00
parent 870a52c39d
commit 927cbd35fa
4261 changed files with 317978 additions and 198 deletions
+4
View File
@@ -0,0 +1,4 @@
// eslint-disable
// This file is make sure that we can import from "lucide-react/dynamic" without having to specify the extension. This is a workaround for the fact that some bundlers (like Webpack) don't support importing from "lucide-react/dynamic.mjs" without specifying the extension.
// Unfortunately, we can't use exports field in package.json because it breaks some runtime environments. See https://github.com/lucide-icons/lucide/issues/2743#issuecomment-2626784300
export * from './dynamic.mjs';