lucide-angular 0.17.1 → 0.17.2
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 +14 -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 +15 -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/cookie.js +15 -0
- package/esm2015/icons/index.js +2 -1
- package/esm2015/src/icons/cookie.js +15 -0
- package/esm2015/src/icons/index.js +2 -1
- package/fesm2015/lucide-angular-src-icons.js +14 -1
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +15 -1
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/cookie.d.ts +3 -0
- package/icons/index.d.ts +1 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/cookie.d.ts +3 -0
- package/src/icons/index.d.ts +1 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
|
@@ -1586,6 +1586,19 @@
|
|
|
1586
1586
|
],
|
|
1587
1587
|
];
|
|
1588
1588
|
|
|
1589
|
+
var Cookie = [
|
|
1590
|
+
'svg',
|
|
1591
|
+
defaultAttributes,
|
|
1592
|
+
[
|
|
1593
|
+
['path', { d: 'M12 2a10 10 0 1 0 10 10 4 4 0 0 1-5-5 4 4 0 0 1-5-5' }],
|
|
1594
|
+
['path', { d: 'M8.5 8.5v.01' }],
|
|
1595
|
+
['path', { d: 'M16 15.5v.01' }],
|
|
1596
|
+
['path', { d: 'M12 12v.01' }],
|
|
1597
|
+
['path', { d: 'M11 17v.01' }],
|
|
1598
|
+
['path', { d: 'M7 14v.01' }],
|
|
1599
|
+
],
|
|
1600
|
+
];
|
|
1601
|
+
|
|
1589
1602
|
var Copy = [
|
|
1590
1603
|
'svg',
|
|
1591
1604
|
defaultAttributes,
|
|
@@ -6389,6 +6402,7 @@
|
|
|
6389
6402
|
exports.Compass = Compass;
|
|
6390
6403
|
exports.Contact = Contact;
|
|
6391
6404
|
exports.Contrast = Contrast;
|
|
6405
|
+
exports.Cookie = Cookie;
|
|
6392
6406
|
exports.Copy = Copy;
|
|
6393
6407
|
exports.Copyleft = Copyleft;
|
|
6394
6408
|
exports.Copyright = Copyright;
|