lucide-angular 0.246.0 → 0.247.0

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/aliases.d.ts CHANGED
@@ -2025,6 +2025,12 @@ export { default as SproutIcon } from './icons/sprout';
2025
2025
  export { default as LucideSprout } from './icons/sprout';
2026
2026
  export { default as SquareAsteriskIcon } from './icons/square-asterisk';
2027
2027
  export { default as LucideSquareAsterisk } from './icons/square-asterisk';
2028
+ export { default as SquareCodeIcon } from './icons/square-code';
2029
+ export { default as LucideSquareCode } from './icons/square-code';
2030
+ export { default as SquareDashedBottomCodeIcon } from './icons/square-dashed-bottom-code';
2031
+ export { default as LucideSquareDashedBottomCode } from './icons/square-dashed-bottom-code';
2032
+ export { default as SquareDashedBottomIcon } from './icons/square-dashed-bottom';
2033
+ export { default as LucideSquareDashedBottom } from './icons/square-dashed-bottom';
2028
2034
  export { default as SquareDotIcon } from './icons/square-dot';
2029
2035
  export { default as LucideSquareDot } from './icons/square-dot';
2030
2036
  export { default as SquareEqualIcon } from './icons/square-equal';