@brightlocal/icons 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/index.ts CHANGED
@@ -8,12 +8,16 @@ export type { DynamicIconProps } from "./icons/dynamic-icon.js";
8
8
  export { iconImports } from "./icons/dynamic-icon-imports.js";
9
9
  export type { IconImportName } from "./icons/dynamic-icon-imports.js";
10
10
 
11
- // Re-export all Lucide icons for convenience
12
- export * from "lucide-react";
11
+ // Re-export all Lucide icons with design system defaults (strokeWidth: 1.33)
12
+ // This allows `import { Check, Star } from "@brightlocal/icons"`
13
+ // Also exports the `icons` object for dynamic lookups: `import { icons } from "@brightlocal/icons"`
14
+ export * from "./icons/lucide-exports.js";
15
+
16
+ // Re-export Lucide types for convenience
17
+ export type { LucideIcon, LucideProps, IconNode } from "lucide-react";
13
18
 
14
19
  // Re-export Lucide utilities for creating custom icons
15
20
  export { createLucideIcon } from "lucide-react";
16
- export type { IconNode } from "lucide-react";
17
21
 
18
22
  // Flag icons - Full list available via barrel exports
19
23
  // All icons are React SVG components with proper fill colors