lucide-angular 0.69.0 → 0.72.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/bundles/lucide-angular-src-icons.umd.js +67 -0
- package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
- package/bundles/lucide-angular.umd.js +72 -0
- package/bundles/lucide-angular.umd.js.map +1 -1
- package/bundles/lucide-angular.umd.min.js +1 -1
- package/bundles/lucide-angular.umd.min.js.map +1 -1
- package/esm2015/icons/cake.js +18 -0
- package/esm2015/icons/circle-dot.js +11 -0
- package/esm2015/icons/circle-ellipsis.js +13 -0
- package/esm2015/icons/index.js +6 -1
- package/esm2015/icons/newspaper.js +18 -0
- package/esm2015/icons/toy-brick.js +12 -0
- package/esm2015/src/icons/cake.js +18 -0
- package/esm2015/src/icons/circle-dot.js +11 -0
- package/esm2015/src/icons/circle-ellipsis.js +13 -0
- package/esm2015/src/icons/index.js +6 -1
- package/esm2015/src/icons/newspaper.js +18 -0
- package/esm2015/src/icons/toy-brick.js +12 -0
- package/fesm2015/lucide-angular-src-icons.js +63 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +68 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/cake.d.ts +3 -0
- package/icons/circle-dot.d.ts +3 -0
- package/icons/circle-ellipsis.d.ts +3 -0
- package/icons/index.d.ts +5 -0
- package/icons/newspaper.d.ts +3 -0
- package/icons/toy-brick.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/cake.d.ts +3 -0
- package/src/icons/circle-dot.d.ts +3 -0
- package/src/icons/circle-ellipsis.d.ts +3 -0
- package/src/icons/index.d.ts +5 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/newspaper.d.ts +3 -0
- package/src/icons/toy-brick.d.ts +3 -0
package/icons/cake.d.ts
ADDED
package/icons/index.d.ts
CHANGED
|
@@ -115,6 +115,7 @@ export { default as Bug } from './bug';
|
|
|
115
115
|
export { default as Building2 } from './building-2';
|
|
116
116
|
export { default as Building } from './building';
|
|
117
117
|
export { default as Bus } from './bus';
|
|
118
|
+
export { default as Cake } from './cake';
|
|
118
119
|
export { default as Calculator } from './calculator';
|
|
119
120
|
export { default as CalendarCheck2 } from './calendar-check-2';
|
|
120
121
|
export { default as CalendarCheck } from './calendar-check';
|
|
@@ -156,6 +157,8 @@ export { default as ChevronsUp } from './chevrons-up';
|
|
|
156
157
|
export { default as Chrome } from './chrome';
|
|
157
158
|
export { default as CigaretteOff } from './cigarette-off';
|
|
158
159
|
export { default as Cigarette } from './cigarette';
|
|
160
|
+
export { default as CircleDot } from './circle-dot';
|
|
161
|
+
export { default as CircleEllipsis } from './circle-ellipsis';
|
|
159
162
|
export { default as CircleSlashed } from './circle-slashed';
|
|
160
163
|
export { default as Circle } from './circle';
|
|
161
164
|
export { default as Clapperboard } from './clapperboard';
|
|
@@ -520,6 +523,7 @@ export { default as Navigation2 } from './navigation-2';
|
|
|
520
523
|
export { default as NavigationOff } from './navigation-off';
|
|
521
524
|
export { default as Navigation } from './navigation';
|
|
522
525
|
export { default as Network } from './network';
|
|
526
|
+
export { default as Newspaper } from './newspaper';
|
|
523
527
|
export { default as Octagon } from './octagon';
|
|
524
528
|
export { default as Option } from './option';
|
|
525
529
|
export { default as Outdent } from './outdent';
|
|
@@ -704,6 +708,7 @@ export { default as Timer } from './timer';
|
|
|
704
708
|
export { default as ToggleLeft } from './toggle-left';
|
|
705
709
|
export { default as ToggleRight } from './toggle-right';
|
|
706
710
|
export { default as Tornado } from './tornado';
|
|
711
|
+
export { default as ToyBrick } from './toy-brick';
|
|
707
712
|
export { default as Train } from './train';
|
|
708
713
|
export { default as Trash2 } from './trash-2';
|
|
709
714
|
export { default as Trash } from './trash';
|