lucide-angular 0.16.24 → 0.16.25

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.
@@ -1942,6 +1942,19 @@
1942
1942
  ],
1943
1943
  ];
1944
1944
 
1945
+ var Egg = [
1946
+ 'svg',
1947
+ defaultAttributes,
1948
+ [
1949
+ [
1950
+ 'path',
1951
+ {
1952
+ d: 'M12 22c6.23-.05 7.87-5.57 7.5-10-.36-4.34-3.95-9.96-7.5-10-3.55.04-7.14 5.66-7.5 10-.37 4.43 1.27 9.95 7.5 10z',
1953
+ },
1954
+ ],
1955
+ ],
1956
+ ];
1957
+
1945
1958
  var EqualNot = [
1946
1959
  'svg',
1947
1960
  defaultAttributes,
@@ -6241,6 +6254,7 @@
6241
6254
  exports.Edit = Edit;
6242
6255
  exports.Edit2 = Edit2;
6243
6256
  exports.Edit3 = Edit3;
6257
+ exports.Egg = Egg;
6244
6258
  exports.Equal = Equal;
6245
6259
  exports.EqualNot = EqualNot;
6246
6260
  exports.Euro = Euro;