lucide-angular 0.308.0 → 0.310.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 +10 -0
- package/esm2020/aliases.mjs +16 -1
- package/esm2020/icons/aperture.mjs +8 -8
- package/esm2020/icons/blend.mjs +17 -0
- package/esm2020/icons/eclipse.mjs +17 -0
- package/esm2020/icons/list-collapse.mjs +20 -0
- package/esm2020/icons/lucide-icons.mjs +6 -1
- package/esm2020/icons/paint-roller.mjs +18 -0
- package/esm2020/icons/swatch-book.mjs +25 -0
- package/esm2020/src/icons/aliases.mjs +16 -1
- package/esm2020/src/icons/icons/aperture.mjs +8 -8
- package/esm2020/src/icons/icons/blend.mjs +17 -0
- package/esm2020/src/icons/icons/eclipse.mjs +17 -0
- package/esm2020/src/icons/icons/list-collapse.mjs +20 -0
- package/esm2020/src/icons/icons/lucide-icons.mjs +6 -1
- package/esm2020/src/icons/icons/paint-roller.mjs +18 -0
- package/esm2020/src/icons/icons/swatch-book.mjs +25 -0
- package/fesm2015/lucide-angular-src-icons.mjs +105 -8
- package/fesm2015/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2015/lucide-angular.mjs +105 -8
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular-src-icons.mjs +105 -8
- package/fesm2020/lucide-angular-src-icons.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +105 -8
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/icons/aperture.d.ts +1 -1
- package/icons/blend.d.ts +14 -0
- package/icons/eclipse.d.ts +14 -0
- package/icons/list-collapse.d.ts +14 -0
- package/icons/lucide-icons.d.ts +5 -0
- package/icons/paint-roller.d.ts +14 -0
- package/icons/swatch-book.d.ts +14 -0
- package/package.json +1 -1
- package/src/icons/aliases.d.ts +10 -0
- package/src/icons/icons/aperture.d.ts +1 -1
- package/src/icons/icons/blend.d.ts +14 -0
- package/src/icons/icons/eclipse.d.ts +14 -0
- package/src/icons/icons/list-collapse.d.ts +14 -0
- package/src/icons/icons/lucide-icons.d.ts +5 -0
- package/src/icons/icons/paint-roller.d.ts +14 -0
- package/src/icons/icons/swatch-book.d.ts +14 -0
package/aliases.d.ts
CHANGED
|
@@ -342,6 +342,8 @@ export { default as BirdIcon } from './icons/bird';
|
|
|
342
342
|
export { default as LucideBird } from './icons/bird';
|
|
343
343
|
export { default as BitcoinIcon } from './icons/bitcoin';
|
|
344
344
|
export { default as LucideBitcoin } from './icons/bitcoin';
|
|
345
|
+
export { default as BlendIcon } from './icons/blend';
|
|
346
|
+
export { default as LucideBlend } from './icons/blend';
|
|
345
347
|
export { default as BlindsIcon } from './icons/blinds';
|
|
346
348
|
export { default as LucideBlinds } from './icons/blinds';
|
|
347
349
|
export { default as BlocksIcon } from './icons/blocks';
|
|
@@ -884,6 +886,8 @@ export { default as EarOffIcon } from './icons/ear-off';
|
|
|
884
886
|
export { default as LucideEarOff } from './icons/ear-off';
|
|
885
887
|
export { default as EarIcon } from './icons/ear';
|
|
886
888
|
export { default as LucideEar } from './icons/ear';
|
|
889
|
+
export { default as EclipseIcon } from './icons/eclipse';
|
|
890
|
+
export { default as LucideEclipse } from './icons/eclipse';
|
|
887
891
|
export { default as EggFriedIcon } from './icons/egg-fried';
|
|
888
892
|
export { default as LucideEggFried } from './icons/egg-fried';
|
|
889
893
|
export { default as EggOffIcon } from './icons/egg-off';
|
|
@@ -1444,6 +1448,8 @@ export { default as LinkedinIcon } from './icons/linkedin';
|
|
|
1444
1448
|
export { default as LucideLinkedin } from './icons/linkedin';
|
|
1445
1449
|
export { default as ListChecksIcon } from './icons/list-checks';
|
|
1446
1450
|
export { default as LucideListChecks } from './icons/list-checks';
|
|
1451
|
+
export { default as ListCollapseIcon } from './icons/list-collapse';
|
|
1452
|
+
export { default as LucideListCollapse } from './icons/list-collapse';
|
|
1447
1453
|
export { default as ListEndIcon } from './icons/list-end';
|
|
1448
1454
|
export { default as LucideListEnd } from './icons/list-end';
|
|
1449
1455
|
export { default as ListFilterIcon } from './icons/list-filter';
|
|
@@ -1764,6 +1770,8 @@ export { default as PackageIcon } from './icons/package';
|
|
|
1764
1770
|
export { default as LucidePackage } from './icons/package';
|
|
1765
1771
|
export { default as PaintBucketIcon } from './icons/paint-bucket';
|
|
1766
1772
|
export { default as LucidePaintBucket } from './icons/paint-bucket';
|
|
1773
|
+
export { default as PaintRollerIcon } from './icons/paint-roller';
|
|
1774
|
+
export { default as LucidePaintRoller } from './icons/paint-roller';
|
|
1767
1775
|
export { default as Paintbrush2Icon } from './icons/paintbrush-2';
|
|
1768
1776
|
export { default as LucidePaintbrush2 } from './icons/paintbrush-2';
|
|
1769
1777
|
export { default as PaintbrushIcon } from './icons/paintbrush';
|
|
@@ -2314,6 +2322,8 @@ export { default as SunsetIcon } from './icons/sunset';
|
|
|
2314
2322
|
export { default as LucideSunset } from './icons/sunset';
|
|
2315
2323
|
export { default as SuperscriptIcon } from './icons/superscript';
|
|
2316
2324
|
export { default as LucideSuperscript } from './icons/superscript';
|
|
2325
|
+
export { default as SwatchBookIcon } from './icons/swatch-book';
|
|
2326
|
+
export { default as LucideSwatchBook } from './icons/swatch-book';
|
|
2317
2327
|
export { default as SwissFrancIcon } from './icons/swiss-franc';
|
|
2318
2328
|
export { default as LucideSwissFranc } from './icons/swiss-franc';
|
|
2319
2329
|
export { default as SwitchCameraIcon } from './icons/switch-camera';
|