lucide-angular 0.69.0 → 0.70.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 +39 -0
- 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 +42 -0
- 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 +4 -1
- 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 +4 -1
- package/fesm2015/lucide-angular-src-icons.js +37 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +40 -1
- 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 +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 +3 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
|
@@ -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,
|
|
@@ -9748,6 +9784,7 @@
|
|
|
9748
9784
|
exports.Building = Building;
|
|
9749
9785
|
exports.Building2 = Building2;
|
|
9750
9786
|
exports.Bus = Bus;
|
|
9787
|
+
exports.Cake = Cake;
|
|
9751
9788
|
exports.Calculator = Calculator;
|
|
9752
9789
|
exports.Calendar = Calendar;
|
|
9753
9790
|
exports.CalendarCheck = CalendarCheck;
|
|
@@ -9790,6 +9827,8 @@
|
|
|
9790
9827
|
exports.Cigarette = Cigarette;
|
|
9791
9828
|
exports.CigaretteOff = CigaretteOff;
|
|
9792
9829
|
exports.Circle = Circle;
|
|
9830
|
+
exports.CircleDot = CircleDot;
|
|
9831
|
+
exports.CircleEllipsis = CircleEllipsis;
|
|
9793
9832
|
exports.CircleSlashed = CircleSlashed;
|
|
9794
9833
|
exports.Clapperboard = Clapperboard;
|
|
9795
9834
|
exports.Clipboard = Clipboard;
|