lucide-angular 0.192.0 → 0.194.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 +2 -0
- package/esm2020/aliases.mjs +4 -1
- package/esm2020/icons/help-circle.mjs +2 -2
- package/esm2020/icons/lightbulb-off.mjs +7 -7
- package/esm2020/icons/lightbulb.mjs +5 -5
- package/esm2020/icons/lucide-icons.mjs +2 -1
- package/esm2020/icons/square-asterisk.mjs +17 -0
- package/esm2020/src/icons/aliases.mjs +4 -1
- package/esm2020/src/icons/icons/help-circle.mjs +2 -2
- package/esm2020/src/icons/icons/lightbulb-off.mjs +7 -7
- package/esm2020/src/icons/icons/lightbulb.mjs +5 -5
- package/esm2020/src/icons/icons/lucide-icons.mjs +2 -1
- package/esm2020/src/icons/icons/square-asterisk.mjs +17 -0
- package/fesm2015/lucide-angular-src-icons.mjs +28 -12
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +28 -12
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +28 -12
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +28 -12
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/lucide-icons.d.ts +1 -0
- package/icons/square-asterisk.d.ts +3 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +2 -0
- package/src/icons/icons/lucide-icons.d.ts +1 -0
- package/src/icons/icons/square-asterisk.d.ts +3 -0
package/aliases.d.ts
CHANGED
|
@@ -1817,6 +1817,8 @@ export { default as SplitIcon } from './icons/split';
|
|
|
1817
1817
|
export { default as LucideSplit } from './icons/split';
|
|
1818
1818
|
export { default as SproutIcon } from './icons/sprout';
|
|
1819
1819
|
export { default as LucideSprout } from './icons/sprout';
|
|
1820
|
+
export { default as SquareAsteriskIcon } from './icons/square-asterisk';
|
|
1821
|
+
export { default as LucideSquareAsterisk } from './icons/square-asterisk';
|
|
1820
1822
|
export { default as SquareDotIcon } from './icons/square-dot';
|
|
1821
1823
|
export { default as LucideSquareDot } from './icons/square-dot';
|
|
1822
1824
|
export { default as SquareEqualIcon } from './icons/square-equal';
|