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.
@@ -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;