lucide-angular 0.145.0 → 0.147.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/esm2020/icons/axe.mjs +3 -11
- package/esm2020/icons/building-2.mjs +4 -19
- package/esm2020/icons/pizza.mjs +3 -8
- package/fesm2015/lucide-angular.mjs +7 -35
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +7 -35
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -820,16 +820,8 @@ const Axe = [
|
|
|
820
820
|
'svg',
|
|
821
821
|
defaultAttributes,
|
|
822
822
|
[
|
|
823
|
-
[
|
|
824
|
-
|
|
825
|
-
{
|
|
826
|
-
d: 'm14 12-8.501 8.501a2.12 2.12 0 0 1-2.998 0h-.002a2.12 2.12 0 0 1 0-2.998L11 9.002',
|
|
827
|
-
},
|
|
828
|
-
],
|
|
829
|
-
[
|
|
830
|
-
'path',
|
|
831
|
-
{ d: 'm9 7 4-4 6 6h3l-.13.648a7.648 7.648 0 0 1-5.081 5.756L15 16v-3z' },
|
|
832
|
-
],
|
|
823
|
+
['path', { d: 'm14 12-8.5 8.5a2.12 2.12 0 1 1-3-3L11 9' }],
|
|
824
|
+
['path', { d: 'M15 13 9 7l4-4 6 6h3a8 8 0 0 1-7 7z' }],
|
|
833
825
|
],
|
|
834
826
|
];
|
|
835
827
|
|
|
@@ -1755,24 +1747,9 @@ const Building2 = [
|
|
|
1755
1747
|
'svg',
|
|
1756
1748
|
defaultAttributes,
|
|
1757
1749
|
[
|
|
1758
|
-
[
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
d: 'M6 22V4c0-.27 0-.55.07-.82a1.477 1.477 0 0 1 1.1-1.11C7.46 2 8.73 2 9 2h7c.27 0 .55 0 .82.07a1.477 1.477 0 0 1 1.11 1.1c.07.28.07.56.07.83v18H6Z',
|
|
1762
|
-
},
|
|
1763
|
-
],
|
|
1764
|
-
[
|
|
1765
|
-
'path',
|
|
1766
|
-
{
|
|
1767
|
-
d: 'M2 14v6c0 1.1.9 2 2 2h2V12H4c-.27 0-.55 0-.82.07-.27.07-.52.2-.72.4-.19.19-.32.44-.39.71A3.4 3.4 0 0 0 2 14Z',
|
|
1768
|
-
},
|
|
1769
|
-
],
|
|
1770
|
-
[
|
|
1771
|
-
'path',
|
|
1772
|
-
{
|
|
1773
|
-
d: 'M20.82 9.07A3.4 3.4 0 0 0 20 9h-2v13h2a2 2 0 0 0 2-2v-9c0-.28 0-.55-.07-.82-.07-.27-.2-.52-.4-.72-.19-.19-.44-.32-.71-.39Z',
|
|
1774
|
-
},
|
|
1775
|
-
],
|
|
1750
|
+
['path', { d: 'M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z' }],
|
|
1751
|
+
['path', { d: 'M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2' }],
|
|
1752
|
+
['path', { d: 'M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2' }],
|
|
1776
1753
|
['path', { d: 'M10 6h4' }],
|
|
1777
1754
|
['path', { d: 'M10 10h4' }],
|
|
1778
1755
|
['path', { d: 'M10 14h4' }],
|
|
@@ -8999,13 +8976,8 @@ const Pizza = [
|
|
|
8999
8976
|
['path', { d: 'M15 11h.01' }],
|
|
9000
8977
|
['path', { d: 'M11 15h.01' }],
|
|
9001
8978
|
['path', { d: 'M16 16h.01' }],
|
|
9002
|
-
[
|
|
9003
|
-
|
|
9004
|
-
{
|
|
9005
|
-
d: 'm2 16 20 6-6-20c-3.36.9-6.42 2.67-8.88 5.12A19.876 19.876 0 0 0 2 16Z',
|
|
9006
|
-
},
|
|
9007
|
-
],
|
|
9008
|
-
['path', { d: 'M17 6c-6.29 1.47-9.43 5.13-11 11' }],
|
|
8979
|
+
['path', { d: 'm2 16 20 6-6-20A20 20 0 0 0 2 16' }],
|
|
8980
|
+
['path', { d: 'M5.71 17.11a17.04 17.04 0 0 1 11.4-11.4' }],
|
|
9009
8981
|
],
|
|
9010
8982
|
];
|
|
9011
8983
|
|