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.
Files changed (39) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +67 -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 +72 -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/cake.js +18 -0
  10. package/esm2015/icons/circle-dot.js +11 -0
  11. package/esm2015/icons/circle-ellipsis.js +13 -0
  12. package/esm2015/icons/index.js +6 -1
  13. package/esm2015/icons/newspaper.js +18 -0
  14. package/esm2015/icons/toy-brick.js +12 -0
  15. package/esm2015/src/icons/cake.js +18 -0
  16. package/esm2015/src/icons/circle-dot.js +11 -0
  17. package/esm2015/src/icons/circle-ellipsis.js +13 -0
  18. package/esm2015/src/icons/index.js +6 -1
  19. package/esm2015/src/icons/newspaper.js +18 -0
  20. package/esm2015/src/icons/toy-brick.js +12 -0
  21. package/fesm2015/lucide-angular-src-icons.js +63 -1
  22. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  23. package/fesm2015/lucide-angular.js +68 -1
  24. package/fesm2015/lucide-angular.js.map +1 -1
  25. package/icons/cake.d.ts +3 -0
  26. package/icons/circle-dot.d.ts +3 -0
  27. package/icons/circle-ellipsis.d.ts +3 -0
  28. package/icons/index.d.ts +5 -0
  29. package/icons/newspaper.d.ts +3 -0
  30. package/icons/toy-brick.d.ts +3 -0
  31. package/lucide-angular.metadata.json +1 -1
  32. package/package.json +1 -1
  33. package/src/icons/cake.d.ts +3 -0
  34. package/src/icons/circle-dot.d.ts +3 -0
  35. package/src/icons/circle-ellipsis.d.ts +3 -0
  36. package/src/icons/index.d.ts +5 -0
  37. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
  38. package/src/icons/newspaper.d.ts +3 -0
  39. package/src/icons/toy-brick.d.ts +3 -0
@@ -1374,6 +1374,22 @@
1374
1374
  ],
1375
1375
  ];
1376
1376
 
1377
+ var Cake = [
1378
+ 'svg',
1379
+ defaultAttributes,
1380
+ [
1381
+ ['path', { d: 'M20 21v-8a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8' }],
1382
+ ['path', { d: 'M4 16s.5-1 2-1 2.5 2 4 2 2.5-2 4-2 2.5 2 4 2 2-1 2-1' }],
1383
+ ['path', { d: 'M2 21h20' }],
1384
+ ['path', { d: 'M7 8v2' }],
1385
+ ['path', { d: 'M12 8v2' }],
1386
+ ['path', { d: 'M17 8v2' }],
1387
+ ['path', { d: 'M7 4h.01' }],
1388
+ ['path', { d: 'M12 4h.01' }],
1389
+ ['path', { d: 'M17 4h.01' }],
1390
+ ],
1391
+ ];
1392
+
1377
1393
  var Calculator = [
1378
1394
  'svg',
1379
1395
  defaultAttributes,
@@ -1853,6 +1869,26 @@
1853
1869
  ],
1854
1870
  ];
1855
1871
 
1872
+ var CircleDot = [
1873
+ 'svg',
1874
+ defaultAttributes,
1875
+ [
1876
+ ['circle', { cx: '12', cy: '12', r: '10' }],
1877
+ ['circle', { cx: '12', cy: '12', r: '1' }],
1878
+ ],
1879
+ ];
1880
+
1881
+ var CircleEllipsis = [
1882
+ 'svg',
1883
+ defaultAttributes,
1884
+ [
1885
+ ['circle', { cx: '12', cy: '12', r: '10' }],
1886
+ ['path', { d: 'M17 12h.01' }],
1887
+ ['path', { d: 'M12 12h.01' }],
1888
+ ['path', { d: 'M7 12h.01' }],
1889
+ ],
1890
+ ];
1891
+
1856
1892
  var CircleSlashed = [
1857
1893
  'svg',
1858
1894
  defaultAttributes,
@@ -6484,6 +6520,22 @@
6484
6520
  ],
6485
6521
  ];
6486
6522
 
6523
+ var Newspaper = [
6524
+ 'svg',
6525
+ defaultAttributes,
6526
+ [
6527
+ [
6528
+ 'path',
6529
+ {
6530
+ d: 'M4 22h16a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v16a2 2 0 0 1-2 2Zm0 0a2 2 0 0 1-2-2v-9c0-1.1.9-2 2-2h2',
6531
+ },
6532
+ ],
6533
+ ['path', { d: 'M18 14h-8' }],
6534
+ ['path', { d: 'M15 18h-5' }],
6535
+ ['path', { d: 'M10 6h8v4h-8V6Z' }],
6536
+ ],
6537
+ ];
6538
+
6487
6539
  var Octagon = [
6488
6540
  'svg',
6489
6541
  defaultAttributes,
@@ -8848,6 +8900,16 @@
8848
8900
  ],
8849
8901
  ];
8850
8902
 
8903
+ var ToyBrick = [
8904
+ 'svg',
8905
+ defaultAttributes,
8906
+ [
8907
+ ['rect', { x: '3', y: '8', width: '18', height: '12', rx: '1' }],
8908
+ ['path', { d: 'M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3' }],
8909
+ ['path', { d: 'M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3' }],
8910
+ ],
8911
+ ];
8912
+
8851
8913
  var Train = [
8852
8914
  'svg',
8853
8915
  defaultAttributes,
@@ -9748,6 +9810,7 @@
9748
9810
  exports.Building = Building;
9749
9811
  exports.Building2 = Building2;
9750
9812
  exports.Bus = Bus;
9813
+ exports.Cake = Cake;
9751
9814
  exports.Calculator = Calculator;
9752
9815
  exports.Calendar = Calendar;
9753
9816
  exports.CalendarCheck = CalendarCheck;
@@ -9790,6 +9853,8 @@
9790
9853
  exports.Cigarette = Cigarette;
9791
9854
  exports.CigaretteOff = CigaretteOff;
9792
9855
  exports.Circle = Circle;
9856
+ exports.CircleDot = CircleDot;
9857
+ exports.CircleEllipsis = CircleEllipsis;
9793
9858
  exports.CircleSlashed = CircleSlashed;
9794
9859
  exports.Clapperboard = Clapperboard;
9795
9860
  exports.Clipboard = Clipboard;
@@ -10153,6 +10218,7 @@
10153
10218
  exports.Navigation2Off = Navigation2Off;
10154
10219
  exports.NavigationOff = NavigationOff;
10155
10220
  exports.Network = Network;
10221
+ exports.Newspaper = Newspaper;
10156
10222
  exports.Octagon = Octagon;
10157
10223
  exports.Option = Option;
10158
10224
  exports.Outdent = Outdent;
@@ -10337,6 +10403,7 @@
10337
10403
  exports.ToggleLeft = ToggleLeft;
10338
10404
  exports.ToggleRight = ToggleRight;
10339
10405
  exports.Tornado = Tornado;
10406
+ exports.ToyBrick = ToyBrick;
10340
10407
  exports.Train = Train;
10341
10408
  exports.Trash = Trash;
10342
10409
  exports.Trash2 = Trash2;