lucide-angular 0.324.0 → 0.326.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 +4 -0
- package/esm2020/aliases.mjs +7 -1
- package/esm2020/icons/anchor.mjs +4 -4
- package/esm2020/icons/circle-dashed.mjs +10 -10
- package/esm2020/icons/lucide-icons.mjs +3 -1
- package/esm2020/icons/radical.mjs +14 -0
- package/esm2020/icons/square-radical.mjs +17 -0
- package/esm2020/src/icons/aliases.mjs +7 -1
- package/esm2020/src/icons/icons/anchor.mjs +4 -4
- package/esm2020/src/icons/icons/circle-dashed.mjs +10 -10
- package/esm2020/src/icons/icons/lucide-icons.mjs +3 -1
- package/esm2020/src/icons/icons/radical.mjs +14 -0
- package/esm2020/src/icons/icons/square-radical.mjs +17 -0
- package/fesm2015/lucide-angular-src-icons.mjs +44 -13
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +44 -13
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +44 -13
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +44 -13
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/anchor.d.ts +1 -1
- package/icons/circle-dashed.d.ts +1 -1
- package/icons/lucide-icons.d.ts +2 -0
- package/icons/radical.d.ts +14 -0
- package/icons/square-radical.d.ts +14 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +4 -0
- package/src/icons/icons/anchor.d.ts +1 -1
- package/src/icons/icons/circle-dashed.d.ts +1 -1
- package/src/icons/icons/lucide-icons.d.ts +2 -0
- package/src/icons/icons/radical.d.ts +14 -0
- package/src/icons/icons/square-radical.d.ts +14 -0
package/aliases.d.ts
CHANGED
|
@@ -1994,6 +1994,8 @@ export { default as RadarIcon } from './icons/radar';
|
|
|
1994
1994
|
export { default as LucideRadar } from './icons/radar';
|
|
1995
1995
|
export { default as RadiationIcon } from './icons/radiation';
|
|
1996
1996
|
export { default as LucideRadiation } from './icons/radiation';
|
|
1997
|
+
export { default as RadicalIcon } from './icons/radical';
|
|
1998
|
+
export { default as LucideRadical } from './icons/radical';
|
|
1997
1999
|
export { default as RadioReceiverIcon } from './icons/radio-receiver';
|
|
1998
2000
|
export { default as LucideRadioReceiver } from './icons/radio-receiver';
|
|
1999
2001
|
export { default as RadioTowerIcon } from './icons/radio-tower';
|
|
@@ -2316,6 +2318,8 @@ export { default as SquareDashedBottomCodeIcon } from './icons/square-dashed-bot
|
|
|
2316
2318
|
export { default as LucideSquareDashedBottomCode } from './icons/square-dashed-bottom-code';
|
|
2317
2319
|
export { default as SquareDashedBottomIcon } from './icons/square-dashed-bottom';
|
|
2318
2320
|
export { default as LucideSquareDashedBottom } from './icons/square-dashed-bottom';
|
|
2321
|
+
export { default as SquareRadicalIcon } from './icons/square-radical';
|
|
2322
|
+
export { default as LucideSquareRadical } from './icons/square-radical';
|
|
2319
2323
|
export { default as SquareStackIcon } from './icons/square-stack';
|
|
2320
2324
|
export { default as LucideSquareStack } from './icons/square-stack';
|
|
2321
2325
|
export { default as SquareIcon } from './icons/square';
|