lucide-angular 0.149.0 → 0.151.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/alarm-plus.mjs +4 -4
- package/esm2020/icons/bold.mjs +3 -3
- package/esm2020/icons/command.mjs +2 -2
- package/esm2020/icons/construction.mjs +4 -9
- package/esm2020/icons/youtube.mjs +3 -3
- package/fesm2015/lucide-angular.mjs +11 -16
- package/fesm2015/lucide-angular.mjs.map +1 -1
- package/fesm2020/lucide-angular.mjs +11 -16
- package/fesm2020/lucide-angular.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -135,11 +135,11 @@ const AlarmPlus = [
|
|
|
135
135
|
'svg',
|
|
136
136
|
defaultAttributes,
|
|
137
137
|
[
|
|
138
|
-
['
|
|
138
|
+
['circle', { cx: '12', cy: '13', r: '8' }],
|
|
139
139
|
['path', { d: 'M5 3 2 6' }],
|
|
140
140
|
['path', { d: 'm22 6-3-3' }],
|
|
141
|
-
['path', { d: '
|
|
142
|
-
['path', { d: '
|
|
141
|
+
['path', { d: 'M6.38 18.7 4 21' }],
|
|
142
|
+
['path', { d: 'M17.64 18.67 20 21' }],
|
|
143
143
|
['path', { d: 'M12 10v6' }],
|
|
144
144
|
['path', { d: 'M9 13h6' }],
|
|
145
145
|
],
|
|
@@ -1327,8 +1327,8 @@ const Bold = [
|
|
|
1327
1327
|
'svg',
|
|
1328
1328
|
defaultAttributes,
|
|
1329
1329
|
[
|
|
1330
|
-
['path', { d: '
|
|
1331
|
-
['path', { d: '
|
|
1330
|
+
['path', { d: 'M14 12a4 4 0 0 0 0-8H6v8' }],
|
|
1331
|
+
['path', { d: 'M15 20a4 4 0 0 0 0-8H6v8Z' }],
|
|
1332
1332
|
],
|
|
1333
1333
|
];
|
|
1334
1334
|
|
|
@@ -3162,7 +3162,7 @@ const Command = [
|
|
|
3162
3162
|
[
|
|
3163
3163
|
'path',
|
|
3164
3164
|
{
|
|
3165
|
-
d: '
|
|
3165
|
+
d: 'M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3',
|
|
3166
3166
|
},
|
|
3167
3167
|
],
|
|
3168
3168
|
],
|
|
@@ -3206,19 +3206,14 @@ const Construction = [
|
|
|
3206
3206
|
'svg',
|
|
3207
3207
|
defaultAttributes,
|
|
3208
3208
|
[
|
|
3209
|
-
[
|
|
3210
|
-
'path',
|
|
3211
|
-
{
|
|
3212
|
-
d: 'M21 6H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1Z',
|
|
3213
|
-
},
|
|
3214
|
-
],
|
|
3209
|
+
['rect', { x: '2', y: '6', width: '20', height: '8', rx: '1' }],
|
|
3215
3210
|
['path', { d: 'M17 14v7' }],
|
|
3216
3211
|
['path', { d: 'M7 14v7' }],
|
|
3217
3212
|
['path', { d: 'M17 3v3' }],
|
|
3218
3213
|
['path', { d: 'M7 3v3' }],
|
|
3219
|
-
['path', { d: '
|
|
3214
|
+
['path', { d: 'M10 14 2.3 6.3' }],
|
|
3215
|
+
['path', { d: 'm14 6 7.7 7.7' }],
|
|
3220
3216
|
['path', { d: 'm8 6 8 8' }],
|
|
3221
|
-
['path', { d: 'm14 6 7.5 7.5' }],
|
|
3222
3217
|
],
|
|
3223
3218
|
];
|
|
3224
3219
|
|
|
@@ -12329,10 +12324,10 @@ const Youtube = [
|
|
|
12329
12324
|
[
|
|
12330
12325
|
'path',
|
|
12331
12326
|
{
|
|
12332
|
-
d: '
|
|
12327
|
+
d: 'M2.5 17a24.12 24.12 0 0 1 0-10 2 2 0 0 1 1.4-1.4 49.56 49.56 0 0 1 16.2 0A2 2 0 0 1 21.5 7a24.12 24.12 0 0 1 0 10 2 2 0 0 1-1.4 1.4 49.55 49.55 0 0 1-16.2 0A2 2 0 0 1 2.5 17',
|
|
12333
12328
|
},
|
|
12334
12329
|
],
|
|
12335
|
-
['
|
|
12330
|
+
['path', { d: 'm10 15 5-3-5-3z' }],
|
|
12336
12331
|
],
|
|
12337
12332
|
];
|
|
12338
12333
|
|