lucide-angular 0.16.21 → 0.16.25

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 (47) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +108 -0
  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 +115 -0
  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/carrot.js +23 -0
  10. package/esm2015/icons/drumstick.js +21 -0
  11. package/esm2015/icons/egg.js +15 -0
  12. package/esm2015/icons/index.js +8 -1
  13. package/esm2015/icons/pin.js +12 -0
  14. package/esm2015/icons/scan-line.js +14 -0
  15. package/esm2015/icons/scan.js +13 -0
  16. package/esm2015/icons/subscript.js +17 -0
  17. package/esm2015/src/icons/carrot.js +23 -0
  18. package/esm2015/src/icons/drumstick.js +21 -0
  19. package/esm2015/src/icons/egg.js +15 -0
  20. package/esm2015/src/icons/index.js +8 -1
  21. package/esm2015/src/icons/pin.js +12 -0
  22. package/esm2015/src/icons/scan-line.js +14 -0
  23. package/esm2015/src/icons/scan.js +13 -0
  24. package/esm2015/src/icons/subscript.js +17 -0
  25. package/fesm2015/lucide-angular-src-icons.js +102 -1
  26. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  27. package/fesm2015/lucide-angular.js +109 -1
  28. package/fesm2015/lucide-angular.js.map +1 -1
  29. package/icons/carrot.d.ts +3 -0
  30. package/icons/drumstick.d.ts +3 -0
  31. package/icons/egg.d.ts +3 -0
  32. package/icons/index.d.ts +7 -0
  33. package/icons/pin.d.ts +3 -0
  34. package/icons/scan-line.d.ts +3 -0
  35. package/icons/scan.d.ts +3 -0
  36. package/icons/subscript.d.ts +3 -0
  37. package/lucide-angular.metadata.json +1 -1
  38. package/package.json +1 -1
  39. package/src/icons/carrot.d.ts +3 -0
  40. package/src/icons/drumstick.d.ts +3 -0
  41. package/src/icons/egg.d.ts +3 -0
  42. package/src/icons/index.d.ts +7 -0
  43. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
  44. package/src/icons/pin.d.ts +3 -0
  45. package/src/icons/scan-line.d.ts +3 -0
  46. package/src/icons/scan.d.ts +3 -0
  47. package/src/icons/subscript.d.ts +3 -0
@@ -886,6 +886,27 @@
886
886
  ],
887
887
  ];
888
888
 
889
+ var Carrot = [
890
+ 'svg',
891
+ defaultAttributes,
892
+ [
893
+ [
894
+ 'path',
895
+ {
896
+ d: 'M2.27 21.7s9.87-3.5 12.73-6.36a4.5 4.5 0 00-6.36-6.37C5.77 11.84 2.27 21.7 2.27 21.7zM8.64 14l-2.05-2.04M15.34 15l-2.46-2.46',
897
+ },
898
+ ],
899
+ [
900
+ 'path',
901
+ { d: 'M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9z' },
902
+ ],
903
+ [
904
+ 'path',
905
+ { d: 'M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2z' },
906
+ ],
907
+ ],
908
+ ];
909
+
889
910
  var Cast = [
890
911
  'svg',
891
912
  defaultAttributes,
@@ -1878,6 +1899,25 @@
1878
1899
  ],
1879
1900
  ];
1880
1901
 
1902
+ var Drumstick = [
1903
+ 'svg',
1904
+ defaultAttributes,
1905
+ [
1906
+ [
1907
+ 'path',
1908
+ {
1909
+ d: 'M15.45 15.4c-2.13.65-4.3.32-5.7-1.1-2.29-2.27-1.76-6.5 1.17-9.42 2.93-2.93 7.15-3.46 9.43-1.18 1.41 1.41 1.74 3.57 1.1 5.71-1.4-.51-3.26-.02-4.64 1.36-1.38 1.38-1.87 3.23-1.36 4.63z',
1910
+ },
1911
+ ],
1912
+ [
1913
+ 'path',
1914
+ {
1915
+ d: 'M11.25 15.6l-2.16 2.16a2.5 2.5 0 11-4.56 1.73 2.49 2.49 0 01-1.41-4.24 2.5 2.5 0 013.14-.32l2.16-2.16',
1916
+ },
1917
+ ],
1918
+ ],
1919
+ ];
1920
+
1881
1921
  var Edit2 = [
1882
1922
  'svg',
1883
1923
  defaultAttributes,
@@ -1902,6 +1942,19 @@
1902
1942
  ],
1903
1943
  ];
1904
1944
 
1945
+ var Egg = [
1946
+ 'svg',
1947
+ defaultAttributes,
1948
+ [
1949
+ [
1950
+ 'path',
1951
+ {
1952
+ d: 'M12 22c6.23-.05 7.87-5.57 7.5-10-.36-4.34-3.95-9.96-7.5-10-3.55.04-7.14 5.66-7.5 10-.37 4.43 1.27 9.95 7.5 10z',
1953
+ },
1954
+ ],
1955
+ ],
1956
+ ];
1957
+
1905
1958
  var EqualNot = [
1906
1959
  'svg',
1907
1960
  defaultAttributes,
@@ -4131,6 +4184,16 @@
4131
4184
  ],
4132
4185
  ];
4133
4186
 
4187
+ var Pin = [
4188
+ 'svg',
4189
+ defaultAttributes,
4190
+ [
4191
+ ['path', { d: 'M12 21v-7' }],
4192
+ ['path', { d: 'M9 3v5l-2 4v2h10m0 0h-5m5 0v-2l-2-4V3' }],
4193
+ ['path', { d: 'M7 3h10' }],
4194
+ ],
4195
+ ];
4196
+
4134
4197
  var Pipette = [
4135
4198
  'svg',
4136
4199
  defaultAttributes,
@@ -4556,6 +4619,29 @@
4556
4619
  ],
4557
4620
  ];
4558
4621
 
4622
+ var ScanLine = [
4623
+ 'svg',
4624
+ defaultAttributes,
4625
+ [
4626
+ ['path', { d: 'M3 7V5a2 2 0 012-2h2' }],
4627
+ ['path', { d: 'M17 3h2a2 2 0 012 2v2' }],
4628
+ ['path', { d: 'M21 17v2a2 2 0 01-2 2h-2' }],
4629
+ ['path', { d: 'M7 21H5a2 2 0 01-2-2v-2' }],
4630
+ ['line', { x1: '7', y1: '12', x2: '17', y2: '12' }],
4631
+ ],
4632
+ ];
4633
+
4634
+ var Scan = [
4635
+ 'svg',
4636
+ defaultAttributes,
4637
+ [
4638
+ ['path', { d: 'M3 7V5a2 2 0 012-2h2' }],
4639
+ ['path', { d: 'M17 3h2a2 2 0 012 2v2' }],
4640
+ ['path', { d: 'M21 17v2a2 2 0 01-2 2h-2' }],
4641
+ ['path', { d: 'M7 21H5a2 2 0 01-2-2v-2' }],
4642
+ ],
4643
+ ];
4644
+
4559
4645
  var Scissors = [
4560
4646
  'svg',
4561
4647
  defaultAttributes,
@@ -5098,6 +5184,21 @@
5098
5184
  ],
5099
5185
  ];
5100
5186
 
5187
+ var Subscript = [
5188
+ 'svg',
5189
+ defaultAttributes,
5190
+ [
5191
+ ['path', { d: 'm4 5 8 8' }],
5192
+ ['path', { d: 'm12 5-8 8' }],
5193
+ [
5194
+ 'path',
5195
+ {
5196
+ d: 'M20 19h-4c0-1.5.44-2 1.5-2.5S20 15.33 20 14c0-.47-.17-.93-.48-1.29a2.11 2.11 0 0 0-2.62-.44c-.42.24-.74.62-.9 1.07',
5197
+ },
5198
+ ],
5199
+ ],
5200
+ ];
5201
+
5101
5202
  var Sun = [
5102
5203
  'svg',
5103
5204
  defaultAttributes,
@@ -6056,6 +6157,7 @@
6056
6157
  exports.Camera = Camera;
6057
6158
  exports.CameraOff = CameraOff;
6058
6159
  exports.Car = Car;
6160
+ exports.Carrot = Carrot;
6059
6161
  exports.Cast = Cast;
6060
6162
  exports.Check = Check;
6061
6163
  exports.CheckCircle = CheckCircle;
@@ -6148,9 +6250,11 @@
6148
6250
  exports.Dribbble = Dribbble;
6149
6251
  exports.Droplet = Droplet;
6150
6252
  exports.Droplets = Droplets;
6253
+ exports.Drumstick = Drumstick;
6151
6254
  exports.Edit = Edit;
6152
6255
  exports.Edit2 = Edit2;
6153
6256
  exports.Edit3 = Edit3;
6257
+ exports.Egg = Egg;
6154
6258
  exports.Equal = Equal;
6155
6259
  exports.EqualNot = EqualNot;
6156
6260
  exports.Euro = Euro;
@@ -6340,6 +6444,7 @@
6340
6444
  exports.PhoneOutgoing = PhoneOutgoing;
6341
6445
  exports.PieChart = PieChart;
6342
6446
  exports.PiggyBank = PiggyBank;
6447
+ exports.Pin = Pin;
6343
6448
  exports.Pipette = Pipette;
6344
6449
  exports.Plane = Plane;
6345
6450
  exports.Play = Play;
@@ -6376,6 +6481,8 @@
6376
6481
  exports.RussianRuble = RussianRuble;
6377
6482
  exports.Save = Save;
6378
6483
  exports.Scale = Scale;
6484
+ exports.Scan = Scan;
6485
+ exports.ScanLine = ScanLine;
6379
6486
  exports.Scissors = Scissors;
6380
6487
  exports.ScreenShare = ScreenShare;
6381
6488
  exports.ScreenShareOff = ScreenShareOff;
@@ -6425,6 +6532,7 @@
6425
6532
  exports.StarHalf = StarHalf;
6426
6533
  exports.StopCircle = StopCircle;
6427
6534
  exports.Strikethrough = Strikethrough;
6535
+ exports.Subscript = Subscript;
6428
6536
  exports.Sun = Sun;
6429
6537
  exports.Sunrise = Sunrise;
6430
6538
  exports.Sunset = Sunset;