lucide-angular 0.152.0 → 0.154.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/accessibility.mjs +5 -15
- package/esm2020/icons/alarm-check.mjs +4 -4
- package/esm2020/icons/bike.mjs +4 -6
- package/fesm2015/lucide-angular.mjs +10 -22
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +10 -22
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -18,20 +18,10 @@ const Accessibility = [
|
|
|
18
18
|
defaultAttributes,
|
|
19
19
|
[
|
|
20
20
|
['circle', { cx: '16', cy: '4', r: '1' }],
|
|
21
|
-
['path', { d: 'm18 19 1-7-
|
|
22
|
-
['path', { d: 'm5 8 3-3 5.5 3-2.
|
|
23
|
-
[
|
|
24
|
-
|
|
25
|
-
{
|
|
26
|
-
d: 'M4.24 14.48c-.19.58-.27 1.2-.23 1.84a5 5 0 0 0 5.31 4.67c.65-.04 1.25-.2 1.8-.46',
|
|
27
|
-
},
|
|
28
|
-
],
|
|
29
|
-
[
|
|
30
|
-
'path',
|
|
31
|
-
{
|
|
32
|
-
d: 'M13.76 17.52c.19-.58.27-1.2.23-1.84a5 5 0 0 0-5.31-4.67c-.65.04-1.25.2-1.8.46',
|
|
33
|
-
},
|
|
34
|
-
],
|
|
21
|
+
['path', { d: 'm18 19 1-7-6 1' }],
|
|
22
|
+
['path', { d: 'm5 8 3-3 5.5 3-2.36 3.5' }],
|
|
23
|
+
['path', { d: 'M4.24 14.5a5 5 0 0 0 6.88 6' }],
|
|
24
|
+
['path', { d: 'M13.76 17.5a5 5 0 0 0-6.88-6' }],
|
|
35
25
|
],
|
|
36
26
|
];
|
|
37
27
|
|
|
@@ -78,11 +68,11 @@ const AlarmCheck = [
|
|
|
78
68
|
'svg',
|
|
79
69
|
defaultAttributes,
|
|
80
70
|
[
|
|
81
|
-
['
|
|
71
|
+
['circle', { cx: '12', cy: '13', r: '8' }],
|
|
82
72
|
['path', { d: 'M5 3 2 6' }],
|
|
83
73
|
['path', { d: 'm22 6-3-3' }],
|
|
84
|
-
['path', { d: '
|
|
85
|
-
['path', { d: '
|
|
74
|
+
['path', { d: 'M6.38 18.7 4 21' }],
|
|
75
|
+
['path', { d: 'M17.64 18.67 20 21' }],
|
|
86
76
|
['path', { d: 'm9 13 2 2 4-4' }],
|
|
87
77
|
],
|
|
88
78
|
];
|
|
@@ -1220,12 +1210,10 @@ const Bike = [
|
|
|
1220
1210
|
'svg',
|
|
1221
1211
|
defaultAttributes,
|
|
1222
1212
|
[
|
|
1223
|
-
['circle', { cx: '5.5', cy: '17.5', r: '3.5' }],
|
|
1224
1213
|
['circle', { cx: '18.5', cy: '17.5', r: '3.5' }],
|
|
1225
|
-
[
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
],
|
|
1214
|
+
['circle', { cx: '5.5', cy: '17.5', r: '3.5' }],
|
|
1215
|
+
['circle', { cx: '15', cy: '5', r: '1' }],
|
|
1216
|
+
['path', { d: 'M12 17.5V14l-3-3 4-3 2 3h2' }],
|
|
1229
1217
|
],
|
|
1230
1218
|
];
|
|
1231
1219
|
|