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,
@@ -6387,6 +6400,7 @@
6387
6400
  Compass: Compass,
6388
6401
  Contact: Contact,
6389
6402
  Contrast: Contrast,
6403
+ Cookie: Cookie,
6390
6404
  Copy: Copy,
6391
6405
  Copyleft: Copyleft,
6392
6406
  Copyright: Copyright,
@@ -7372,6 +7386,7 @@
7372
7386
  exports.Compass = Compass;
7373
7387
  exports.Contact = Contact;
7374
7388
  exports.Contrast = Contrast;
7389
+ exports.Cookie = Cookie;
7375
7390
  exports.Copy = Copy;
7376
7391
  exports.Copyleft = Copyleft;
7377
7392
  exports.Copyright = Copyright;