lucide-angular 0.74.0 → 0.77.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.
Files changed (57) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +136 -1
  2. package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
  3. package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
  4. package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
  5. package/bundles/lucide-angular.umd.js +145 -1
  6. package/bundles/lucide-angular.umd.js.map +1 -1
  7. package/bundles/lucide-angular.umd.min.js +1 -1
  8. package/bundles/lucide-angular.umd.min.js.map +1 -1
  9. package/esm2015/icons/apple.js +16 -0
  10. package/esm2015/icons/banana.js +16 -0
  11. package/esm2015/icons/cherry.js +13 -0
  12. package/esm2015/icons/egg-fried.js +16 -0
  13. package/esm2015/icons/grape.js +18 -0
  14. package/esm2015/icons/ice-cream.js +12 -0
  15. package/esm2015/icons/index.js +10 -1
  16. package/esm2015/icons/joystick.js +18 -0
  17. package/esm2015/icons/music-4.js +2 -2
  18. package/esm2015/icons/pizza.js +19 -0
  19. package/esm2015/icons/usb.js +16 -0
  20. package/esm2015/src/icons/apple.js +16 -0
  21. package/esm2015/src/icons/banana.js +16 -0
  22. package/esm2015/src/icons/cherry.js +13 -0
  23. package/esm2015/src/icons/egg-fried.js +16 -0
  24. package/esm2015/src/icons/grape.js +18 -0
  25. package/esm2015/src/icons/ice-cream.js +12 -0
  26. package/esm2015/src/icons/index.js +10 -1
  27. package/esm2015/src/icons/joystick.js +18 -0
  28. package/esm2015/src/icons/music-4.js +2 -2
  29. package/esm2015/src/icons/pizza.js +19 -0
  30. package/esm2015/src/icons/usb.js +16 -0
  31. package/fesm2015/lucide-angular-src-icons.js +128 -2
  32. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  33. package/fesm2015/lucide-angular.js +137 -2
  34. package/fesm2015/lucide-angular.js.map +1 -1
  35. package/icons/apple.d.ts +3 -0
  36. package/icons/banana.d.ts +3 -0
  37. package/icons/cherry.d.ts +3 -0
  38. package/icons/egg-fried.d.ts +3 -0
  39. package/icons/grape.d.ts +3 -0
  40. package/icons/ice-cream.d.ts +3 -0
  41. package/icons/index.d.ts +9 -0
  42. package/icons/joystick.d.ts +3 -0
  43. package/icons/pizza.d.ts +3 -0
  44. package/icons/usb.d.ts +3 -0
  45. package/lucide-angular.metadata.json +1 -1
  46. package/package.json +1 -1
  47. package/src/icons/apple.d.ts +3 -0
  48. package/src/icons/banana.d.ts +3 -0
  49. package/src/icons/cherry.d.ts +3 -0
  50. package/src/icons/egg-fried.d.ts +3 -0
  51. package/src/icons/grape.d.ts +3 -0
  52. package/src/icons/ice-cream.d.ts +3 -0
  53. package/src/icons/index.d.ts +9 -0
  54. package/src/icons/joystick.d.ts +3 -0
  55. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
  56. package/src/icons/pizza.d.ts +3 -0
  57. package/src/icons/usb.d.ts +3 -0
@@ -521,6 +521,20 @@
521
521
  ],
522
522
  ];
523
523
 
524
+ var Apple = [
525
+ 'svg',
526
+ defaultAttributes,
527
+ [
528
+ [
529
+ 'path',
530
+ {
531
+ d: 'M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 14 5 22 8 22c1.25 0 2.5-1.06 4-1.06Z',
532
+ },
533
+ ],
534
+ ['path', { d: 'M10 2c1 .5 2 2 2 5' }],
535
+ ],
536
+ ];
537
+
524
538
  var ArchiveRestore = [
525
539
  'svg',
526
540
  defaultAttributes,
@@ -802,6 +816,20 @@
802
816
  ],
803
817
  ];
804
818
 
819
+ var Banana = [
820
+ 'svg',
821
+ defaultAttributes,
822
+ [
823
+ ['path', { d: 'M4 13c3.5-2 8-2 10 2a5.5 5.5 0 0 1 8 5' }],
824
+ [
825
+ 'path',
826
+ {
827
+ d: 'M5.15 17.89c5.52-1.52 8.65-6.89 7-12C11.55 4 11.5 2 13 2c3.22 0 5 5.5 5 8 0 6.5-4.2 12-10.49 12C5.11 22 2 22 2 20c0-1.5 1.14-1.55 3.15-2.11Z',
828
+ },
829
+ ],
830
+ ],
831
+ ];
832
+
805
833
  var Banknote = [
806
834
  'svg',
807
835
  defaultAttributes,
@@ -1754,6 +1782,17 @@
1754
1782
  ],
1755
1783
  ];
1756
1784
 
1785
+ var Cherry = [
1786
+ 'svg',
1787
+ defaultAttributes,
1788
+ [
1789
+ ['path', { d: 'M2 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z' }],
1790
+ ['path', { d: 'M12 17a5 5 0 0 0 10 0c0-2.76-2.5-5-5-3-2.5-2-5 .24-5 3Z' }],
1791
+ ['path', { d: 'M7 14c3.22-2.91 4.29-8.75 5-12 1.66 2.38 4.94 9 5 12' }],
1792
+ ['path', { d: 'M22 9c-4.29 0-7.14-2.33-10-7 5.71 0 10 4.67 10 7Z' }],
1793
+ ],
1794
+ ];
1795
+
1757
1796
  var ChevronDown = [
1758
1797
  'svg',
1759
1798
  defaultAttributes,
@@ -3088,6 +3127,20 @@
3088
3127
  ],
3089
3128
  ];
3090
3129
 
3130
+ var EggFried = [
3131
+ 'svg',
3132
+ defaultAttributes,
3133
+ [
3134
+ ['circle', { cx: '11.5', cy: '12.5', r: '3.5' }],
3135
+ [
3136
+ 'path',
3137
+ {
3138
+ d: 'M3 8c0-3.5 2.5-6 6.5-6 5 0 4.83 3 7.5 5s5 2 5 6c0 4.5-2.5 6.5-7 6.5-2.5 0-2.5 2.5-6 2.5s-7-2-7-5.5c0-3 1.5-3 1.5-5C3.5 10 3 9 3 8Z',
3139
+ },
3140
+ ],
3141
+ ],
3142
+ ];
3143
+
3091
3144
  var Egg = [
3092
3145
  'svg',
3093
3146
  defaultAttributes,
@@ -4957,6 +5010,22 @@
4957
5010
  ],
4958
5011
  ];
4959
5012
 
5013
+ var Grape = [
5014
+ 'svg',
5015
+ defaultAttributes,
5016
+ [
5017
+ ['path', { d: 'M22 5V2l-5.89 5.89' }],
5018
+ ['circle', { cx: '16.6', cy: '15.89', r: '3' }],
5019
+ ['circle', { cx: '8.11', cy: '7.4', r: '3' }],
5020
+ ['circle', { cx: '12.35', cy: '11.65', r: '3' }],
5021
+ ['circle', { cx: '13.91', cy: '5.85', r: '3' }],
5022
+ ['circle', { cx: '18.15', cy: '10.09', r: '3' }],
5023
+ ['circle', { cx: '6.56', cy: '13.2', r: '3' }],
5024
+ ['circle', { cx: '10.8', cy: '17.44', r: '3' }],
5025
+ ['circle', { cx: '5', cy: '19', r: '3' }],
5026
+ ],
5027
+ ];
5028
+
4960
5029
  var Grid = [
4961
5030
  'svg',
4962
5031
  defaultAttributes,
@@ -5262,6 +5331,16 @@
5262
5331
  ],
5263
5332
  ];
5264
5333
 
5334
+ var IceCream = [
5335
+ 'svg',
5336
+ defaultAttributes,
5337
+ [
5338
+ ['path', { d: 'm7 11 4.08 10.35a1 1 0 0 0 1.84 0L17 11' }],
5339
+ ['path', { d: 'M17 7A5 5 0 0 0 7 7' }],
5340
+ ['path', { d: 'M17 7a2 2 0 0 1 0 4H7a2 2 0 0 1 0-4' }],
5341
+ ],
5342
+ ];
5343
+
5265
5344
  var ImageMinus = [
5266
5345
  'svg',
5267
5346
  defaultAttributes,
@@ -5430,6 +5509,22 @@
5430
5509
  ],
5431
5510
  ];
5432
5511
 
5512
+ var Joystick = [
5513
+ 'svg',
5514
+ defaultAttributes,
5515
+ [
5516
+ [
5517
+ 'path',
5518
+ {
5519
+ d: 'M21 17a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-2Z',
5520
+ },
5521
+ ],
5522
+ ['path', { d: 'M6 15v-2' }],
5523
+ ['path', { d: 'M12 15V9' }],
5524
+ ['circle', { cx: '12', cy: '6', r: '3' }],
5525
+ ],
5526
+ ];
5527
+
5433
5528
  var Key = [
5434
5529
  'svg',
5435
5530
  defaultAttributes,
@@ -6511,7 +6606,7 @@
6511
6606
  defaultAttributes,
6512
6607
  [
6513
6608
  ['path', { d: 'M9 18V5l12-2v13' }],
6514
- ['path', { d: 'M9 9l12-2' }],
6609
+ ['path', { d: 'm9 9 12-2' }],
6515
6610
  ['circle', { cx: '6', cy: '18', r: '3' }],
6516
6611
  ['circle', { cx: '18', cy: '16', r: '3' }],
6517
6612
  ],
@@ -7135,6 +7230,23 @@
7135
7230
  ],
7136
7231
  ];
7137
7232
 
7233
+ var Pizza = [
7234
+ 'svg',
7235
+ defaultAttributes,
7236
+ [
7237
+ ['path', { d: 'M15 11h.01' }],
7238
+ ['path', { d: 'M11 15h.01' }],
7239
+ ['path', { d: 'M16 16h.01' }],
7240
+ [
7241
+ 'path',
7242
+ {
7243
+ d: 'm2 16 20 6-6-20c-3.36.9-6.42 2.67-8.88 5.12A19.876 19.876 0 0 0 2 16Z',
7244
+ },
7245
+ ],
7246
+ ['path', { d: 'M17 6c-6.29 1.47-9.43 5.13-11 11' }],
7247
+ ],
7248
+ ];
7249
+
7138
7250
  var Plane = [
7139
7251
  'svg',
7140
7252
  defaultAttributes,
@@ -9249,6 +9361,20 @@
9249
9361
  ],
9250
9362
  ];
9251
9363
 
9364
+ var Usb = [
9365
+ 'svg',
9366
+ defaultAttributes,
9367
+ [
9368
+ ['circle', { cx: '4', cy: '20', r: '1' }],
9369
+ ['circle', { cx: '10', cy: '7', r: '1' }],
9370
+ ['path', { d: 'M4 20 19 5' }],
9371
+ ['path', { d: 'm21 3-3 1 2 2 1-3Z' }],
9372
+ ['path', { d: 'm10 7-5 5 2 5' }],
9373
+ ['path', { d: 'm10 14 5 2 4-4' }],
9374
+ ['path', { d: 'm18 12 1-1 1 1-1 1-1-1Z' }],
9375
+ ],
9376
+ ];
9377
+
9252
9378
  var UserCheck = [
9253
9379
  'svg',
9254
9380
  defaultAttributes,
@@ -9785,6 +9911,7 @@
9785
9911
  Angry: Angry,
9786
9912
  Annoyed: Annoyed,
9787
9913
  Aperture: Aperture,
9914
+ Apple: Apple,
9788
9915
  ArchiveRestore: ArchiveRestore,
9789
9916
  Archive: Archive,
9790
9917
  Armchair: Armchair,
@@ -9813,6 +9940,7 @@
9813
9940
  Baby: Baby,
9814
9941
  Backpack: Backpack,
9815
9942
  BaggageClaim: BaggageClaim,
9943
+ Banana: Banana,
9816
9944
  Banknote: Banknote,
9817
9945
  BarChart2: BarChart2,
9818
9946
  BarChart3: BarChart3,
@@ -9885,6 +10013,7 @@
9885
10013
  CheckSquare: CheckSquare,
9886
10014
  Check: Check,
9887
10015
  ChefHat: ChefHat,
10016
+ Cherry: Cherry,
9888
10017
  ChevronDown: ChevronDown,
9889
10018
  ChevronFirst: ChevronFirst,
9890
10019
  ChevronLast: ChevronLast,
@@ -10003,6 +10132,7 @@
10003
10132
  Edit2: Edit2,
10004
10133
  Edit3: Edit3,
10005
10134
  Edit: Edit,
10135
+ EggFried: EggFried,
10006
10136
  Egg: Egg,
10007
10137
  EqualNot: EqualNot,
10008
10138
  Equal: Equal,
@@ -10137,6 +10267,7 @@
10137
10267
  Globe: Globe,
10138
10268
  Grab: Grab,
10139
10269
  GraduationCap: GraduationCap,
10270
+ Grape: Grape,
10140
10271
  Grid: Grid,
10141
10272
  GripHorizontal: GripHorizontal,
10142
10273
  GripVertical: GripVertical,
@@ -10158,6 +10289,7 @@
10158
10289
  History: History,
10159
10290
  Home: Home,
10160
10291
  Hourglass: Hourglass,
10292
+ IceCream: IceCream,
10161
10293
  ImageMinus: ImageMinus,
10162
10294
  ImageOff: ImageOff,
10163
10295
  ImagePlus: ImagePlus,
@@ -10172,6 +10304,7 @@
10172
10304
  Instagram: Instagram,
10173
10305
  Italic: Italic,
10174
10306
  JapaneseYen: JapaneseYen,
10307
+ Joystick: Joystick,
10175
10308
  Key: Key,
10176
10309
  Keyboard: Keyboard,
10177
10310
  LampCeiling: LampCeiling,
@@ -10310,6 +10443,7 @@
10310
10443
  PinOff: PinOff,
10311
10444
  Pin: Pin,
10312
10445
  Pipette: Pipette,
10446
+ Pizza: Pizza,
10313
10447
  Plane: Plane,
10314
10448
  PlayCircle: PlayCircle,
10315
10449
  Play: Play,
@@ -10483,6 +10617,7 @@
10483
10617
  Unlock: Unlock,
10484
10618
  UploadCloud: UploadCloud,
10485
10619
  Upload: Upload,
10620
+ Usb: Usb,
10486
10621
  UserCheck: UserCheck,
10487
10622
  UserCog: UserCog,
10488
10623
  UserMinus: UserMinus,
@@ -11006,6 +11141,7 @@
11006
11141
  exports.Angry = Angry;
11007
11142
  exports.Annoyed = Annoyed;
11008
11143
  exports.Aperture = Aperture;
11144
+ exports.Apple = Apple;
11009
11145
  exports.Archive = Archive;
11010
11146
  exports.ArchiveRestore = ArchiveRestore;
11011
11147
  exports.Armchair = Armchair;
@@ -11034,6 +11170,7 @@
11034
11170
  exports.Baby = Baby;
11035
11171
  exports.Backpack = Backpack;
11036
11172
  exports.BaggageClaim = BaggageClaim;
11173
+ exports.Banana = Banana;
11037
11174
  exports.Banknote = Banknote;
11038
11175
  exports.BarChart = BarChart;
11039
11176
  exports.BarChart2 = BarChart2;
@@ -11106,6 +11243,7 @@
11106
11243
  exports.CheckCircle2 = CheckCircle2;
11107
11244
  exports.CheckSquare = CheckSquare;
11108
11245
  exports.ChefHat = ChefHat;
11246
+ exports.Cherry = Cherry;
11109
11247
  exports.ChevronDown = ChevronDown;
11110
11248
  exports.ChevronFirst = ChevronFirst;
11111
11249
  exports.ChevronLast = ChevronLast;
@@ -11225,6 +11363,7 @@
11225
11363
  exports.Edit2 = Edit2;
11226
11364
  exports.Edit3 = Edit3;
11227
11365
  exports.Egg = Egg;
11366
+ exports.EggFried = EggFried;
11228
11367
  exports.Equal = Equal;
11229
11368
  exports.EqualNot = EqualNot;
11230
11369
  exports.Eraser = Eraser;
@@ -11358,6 +11497,7 @@
11358
11497
  exports.Globe2 = Globe2;
11359
11498
  exports.Grab = Grab;
11360
11499
  exports.GraduationCap = GraduationCap;
11500
+ exports.Grape = Grape;
11361
11501
  exports.Grid = Grid;
11362
11502
  exports.GripHorizontal = GripHorizontal;
11363
11503
  exports.GripVertical = GripVertical;
@@ -11379,6 +11519,7 @@
11379
11519
  exports.History = History;
11380
11520
  exports.Home = Home;
11381
11521
  exports.Hourglass = Hourglass;
11522
+ exports.IceCream = IceCream;
11382
11523
  exports.Image = Image;
11383
11524
  exports.ImageMinus = ImageMinus;
11384
11525
  exports.ImageOff = ImageOff;
@@ -11393,6 +11534,7 @@
11393
11534
  exports.Instagram = Instagram;
11394
11535
  exports.Italic = Italic;
11395
11536
  exports.JapaneseYen = JapaneseYen;
11537
+ exports.Joystick = Joystick;
11396
11538
  exports.Key = Key;
11397
11539
  exports.Keyboard = Keyboard;
11398
11540
  exports.Lamp = Lamp;
@@ -11533,6 +11675,7 @@
11533
11675
  exports.Pin = Pin;
11534
11676
  exports.PinOff = PinOff;
11535
11677
  exports.Pipette = Pipette;
11678
+ exports.Pizza = Pizza;
11536
11679
  exports.Plane = Plane;
11537
11680
  exports.Play = Play;
11538
11681
  exports.PlayCircle = PlayCircle;
@@ -11706,6 +11849,7 @@
11706
11849
  exports.Unlock = Unlock;
11707
11850
  exports.Upload = Upload;
11708
11851
  exports.UploadCloud = UploadCloud;
11852
+ exports.Usb = Usb;
11709
11853
  exports.User = User;
11710
11854
  exports.UserCheck = UserCheck;
11711
11855
  exports.UserCog = UserCog;