lucide-angular 0.73.0 → 0.76.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 +141 -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 +150 -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/air-vent.js +21 -0
- package/esm2015/icons/apple.js +16 -0
- package/esm2015/icons/banana.js +16 -0
- package/esm2015/icons/cherry.js +13 -0
- package/esm2015/icons/egg-fried.js +16 -0
- package/esm2015/icons/grape.js +18 -0
- package/esm2015/icons/ice-cream.js +12 -0
- package/esm2015/icons/index.js +10 -1
- package/esm2015/icons/joystick.js +18 -0
- package/esm2015/icons/music-4.js +2 -2
- package/esm2015/icons/pizza.js +19 -0
- package/esm2015/src/icons/air-vent.js +21 -0
- package/esm2015/src/icons/apple.js +16 -0
- package/esm2015/src/icons/banana.js +16 -0
- package/esm2015/src/icons/cherry.js +13 -0
- package/esm2015/src/icons/egg-fried.js +16 -0
- package/esm2015/src/icons/grape.js +18 -0
- package/esm2015/src/icons/ice-cream.js +12 -0
- package/esm2015/src/icons/index.js +10 -1
- package/esm2015/src/icons/joystick.js +18 -0
- package/esm2015/src/icons/music-4.js +2 -2
- package/esm2015/src/icons/pizza.js +19 -0
- package/fesm2015/lucide-angular-src-icons.js +133 -2
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +142 -2
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/air-vent.d.ts +3 -0
- package/icons/apple.d.ts +3 -0
- package/icons/banana.d.ts +3 -0
- package/icons/cherry.d.ts +3 -0
- package/icons/egg-fried.d.ts +3 -0
- package/icons/grape.d.ts +3 -0
- package/icons/ice-cream.d.ts +3 -0
- package/icons/index.d.ts +9 -0
- package/icons/joystick.d.ts +3 -0
- package/icons/pizza.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/air-vent.d.ts +3 -0
- package/src/icons/apple.d.ts +3 -0
- package/src/icons/banana.d.ts +3 -0
- package/src/icons/cherry.d.ts +3 -0
- package/src/icons/egg-fried.d.ts +3 -0
- package/src/icons/grape.d.ts +3 -0
- package/src/icons/ice-cream.d.ts +3 -0
- package/src/icons/index.d.ts +9 -0
- package/src/icons/joystick.d.ts +3 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/pizza.d.ts +3 -0
package/src/icons/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export { default as Accessibility } from './accessibility';
|
|
2
2
|
export { default as Activity } from './activity';
|
|
3
|
+
export { default as AirVent } from './air-vent';
|
|
3
4
|
export { default as Airplay } from './airplay';
|
|
4
5
|
export { default as AlarmCheck } from './alarm-check';
|
|
5
6
|
export { default as AlarmClockOff } from './alarm-clock-off';
|
|
@@ -40,6 +41,7 @@ export { default as Anchor } from './anchor';
|
|
|
40
41
|
export { default as Angry } from './angry';
|
|
41
42
|
export { default as Annoyed } from './annoyed';
|
|
42
43
|
export { default as Aperture } from './aperture';
|
|
44
|
+
export { default as Apple } from './apple';
|
|
43
45
|
export { default as ArchiveRestore } from './archive-restore';
|
|
44
46
|
export { default as Archive } from './archive';
|
|
45
47
|
export { default as Armchair } from './armchair';
|
|
@@ -68,6 +70,7 @@ export { default as Axis3d } from './axis-3d';
|
|
|
68
70
|
export { default as Baby } from './baby';
|
|
69
71
|
export { default as Backpack } from './backpack';
|
|
70
72
|
export { default as BaggageClaim } from './baggage-claim';
|
|
73
|
+
export { default as Banana } from './banana';
|
|
71
74
|
export { default as Banknote } from './banknote';
|
|
72
75
|
export { default as BarChart2 } from './bar-chart-2';
|
|
73
76
|
export { default as BarChart3 } from './bar-chart-3';
|
|
@@ -140,6 +143,7 @@ export { default as CheckCircle } from './check-circle';
|
|
|
140
143
|
export { default as CheckSquare } from './check-square';
|
|
141
144
|
export { default as Check } from './check';
|
|
142
145
|
export { default as ChefHat } from './chef-hat';
|
|
146
|
+
export { default as Cherry } from './cherry';
|
|
143
147
|
export { default as ChevronDown } from './chevron-down';
|
|
144
148
|
export { default as ChevronFirst } from './chevron-first';
|
|
145
149
|
export { default as ChevronLast } from './chevron-last';
|
|
@@ -258,6 +262,7 @@ export { default as Drumstick } from './drumstick';
|
|
|
258
262
|
export { default as Edit2 } from './edit-2';
|
|
259
263
|
export { default as Edit3 } from './edit-3';
|
|
260
264
|
export { default as Edit } from './edit';
|
|
265
|
+
export { default as EggFried } from './egg-fried';
|
|
261
266
|
export { default as Egg } from './egg';
|
|
262
267
|
export { default as EqualNot } from './equal-not';
|
|
263
268
|
export { default as Equal } from './equal';
|
|
@@ -392,6 +397,7 @@ export { default as Globe2 } from './globe-2';
|
|
|
392
397
|
export { default as Globe } from './globe';
|
|
393
398
|
export { default as Grab } from './grab';
|
|
394
399
|
export { default as GraduationCap } from './graduation-cap';
|
|
400
|
+
export { default as Grape } from './grape';
|
|
395
401
|
export { default as Grid } from './grid';
|
|
396
402
|
export { default as GripHorizontal } from './grip-horizontal';
|
|
397
403
|
export { default as GripVertical } from './grip-vertical';
|
|
@@ -413,6 +419,7 @@ export { default as Highlighter } from './highlighter';
|
|
|
413
419
|
export { default as History } from './history';
|
|
414
420
|
export { default as Home } from './home';
|
|
415
421
|
export { default as Hourglass } from './hourglass';
|
|
422
|
+
export { default as IceCream } from './ice-cream';
|
|
416
423
|
export { default as ImageMinus } from './image-minus';
|
|
417
424
|
export { default as ImageOff } from './image-off';
|
|
418
425
|
export { default as ImagePlus } from './image-plus';
|
|
@@ -427,6 +434,7 @@ export { default as Inspect } from './inspect';
|
|
|
427
434
|
export { default as Instagram } from './instagram';
|
|
428
435
|
export { default as Italic } from './italic';
|
|
429
436
|
export { default as JapaneseYen } from './japanese-yen';
|
|
437
|
+
export { default as Joystick } from './joystick';
|
|
430
438
|
export { default as Key } from './key';
|
|
431
439
|
export { default as Keyboard } from './keyboard';
|
|
432
440
|
export { default as LampCeiling } from './lamp-ceiling';
|
|
@@ -565,6 +573,7 @@ export { default as PiggyBank } from './piggy-bank';
|
|
|
565
573
|
export { default as PinOff } from './pin-off';
|
|
566
574
|
export { default as Pin } from './pin';
|
|
567
575
|
export { default as Pipette } from './pipette';
|
|
576
|
+
export { default as Pizza } from './pizza';
|
|
568
577
|
export { default as Plane } from './plane';
|
|
569
578
|
export { default as PlayCircle } from './play-circle';
|
|
570
579
|
export { default as Play } from './play';
|