lucide-angular 0.68.0 → 0.71.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 +86 -1
- 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 +91 -1
- 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/party-popper.js +36 -0
- package/esm2015/icons/puzzle.js +2 -2
- 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/party-popper.js +36 -0
- package/esm2015/src/icons/puzzle.js +2 -2
- package/esm2015/src/icons/toy-brick.js +12 -0
- package/fesm2015/lucide-angular-src-icons.js +82 -2
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +87 -2
- 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/party-popper.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/party-popper.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';
|
|
@@ -537,6 +540,7 @@ export { default as Paintbrush } from './paintbrush';
|
|
|
537
540
|
export { default as Palette } from './palette';
|
|
538
541
|
export { default as Palmtree } from './palmtree';
|
|
539
542
|
export { default as Paperclip } from './paperclip';
|
|
543
|
+
export { default as PartyPopper } from './party-popper';
|
|
540
544
|
export { default as PauseCircle } from './pause-circle';
|
|
541
545
|
export { default as PauseOctagon } from './pause-octagon';
|
|
542
546
|
export { default as Pause } from './pause';
|
|
@@ -703,6 +707,7 @@ export { default as Timer } from './timer';
|
|
|
703
707
|
export { default as ToggleLeft } from './toggle-left';
|
|
704
708
|
export { default as ToggleRight } from './toggle-right';
|
|
705
709
|
export { default as Tornado } from './tornado';
|
|
710
|
+
export { default as ToyBrick } from './toy-brick';
|
|
706
711
|
export { default as Train } from './train';
|
|
707
712
|
export { default as Trash2 } from './trash-2';
|
|
708
713
|
export { default as Trash } from './trash';
|