lucide-angular 0.32.0 → 0.35.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/bundles/lucide-angular-src-icons.umd.js +58 -15
- package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
- package/bundles/lucide-angular.umd.js +60 -15
- package/bundles/lucide-angular.umd.js.map +1 -1
- package/bundles/lucide-angular.umd.min.js +1 -1
- package/bundles/lucide-angular.umd.min.js.map +1 -1
- package/esm2015/icons/accessibility.js +24 -0
- package/esm2015/icons/index.js +3 -1
- package/esm2015/icons/map.js +4 -4
- package/esm2015/icons/mic-off.js +7 -6
- package/esm2015/icons/mic.js +4 -5
- package/esm2015/icons/milestone.js +12 -0
- package/esm2015/icons/umbrella.js +11 -2
- package/esm2015/icons/volume-x.js +3 -3
- package/esm2015/src/icons/accessibility.js +24 -0
- package/esm2015/src/icons/index.js +3 -1
- package/esm2015/src/icons/map.js +4 -4
- package/esm2015/src/icons/mic-off.js +7 -6
- package/esm2015/src/icons/mic.js +4 -5
- package/esm2015/src/icons/milestone.js +12 -0
- package/esm2015/src/icons/umbrella.js +11 -2
- package/esm2015/src/icons/volume-x.js +3 -3
- package/fesm2015/lucide-angular-src-icons.js +57 -16
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +59 -16
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/accessibility.d.ts +3 -0
- package/icons/index.d.ts +2 -0
- package/icons/milestone.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/accessibility.d.ts +3 -0
- package/src/icons/index.d.ts +2 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/milestone.d.ts +3 -0
|
@@ -16,6 +16,28 @@
|
|
|
16
16
|
'stroke-linejoin': 'round',
|
|
17
17
|
};
|
|
18
18
|
|
|
19
|
+
var Accessibility = [
|
|
20
|
+
'svg',
|
|
21
|
+
defaultAttributes,
|
|
22
|
+
[
|
|
23
|
+
['circle', { cx: '16', cy: '4', r: '1' }],
|
|
24
|
+
['path', { d: 'M18 19L19 12L13.13 12.94' }],
|
|
25
|
+
['path', { d: 'M5 8L8 5L13.5 8L11.29 11.1' }],
|
|
26
|
+
[
|
|
27
|
+
'path',
|
|
28
|
+
{
|
|
29
|
+
d: 'M4.24 14.48C4.05 15.06 3.97 15.68 4.01 16.32C4.19 19.08 6.57 21.17 9.32 20.99C9.97 20.95 10.57 20.79 11.12 20.53',
|
|
30
|
+
},
|
|
31
|
+
],
|
|
32
|
+
[
|
|
33
|
+
'path',
|
|
34
|
+
{
|
|
35
|
+
d: 'M13.76 17.52C13.95 16.94 14.03 16.32 13.99 15.68C13.81 12.92 11.43 10.83 8.68 11.01C8.03 11.05 7.43 11.21 6.88 11.47',
|
|
36
|
+
},
|
|
37
|
+
],
|
|
38
|
+
],
|
|
39
|
+
];
|
|
40
|
+
|
|
19
41
|
var Activity = [
|
|
20
42
|
'svg',
|
|
21
43
|
defaultAttributes,
|
|
@@ -4110,9 +4132,9 @@
|
|
|
4110
4132
|
'svg',
|
|
4111
4133
|
defaultAttributes,
|
|
4112
4134
|
[
|
|
4113
|
-
['polygon', { points: '
|
|
4114
|
-
['line', { x1: '
|
|
4115
|
-
['line', { x1: '
|
|
4135
|
+
['polygon', { points: '3 6 9 3 15 6 21 3 21 18 15 21 9 18 3 21' }],
|
|
4136
|
+
['line', { x1: '9', y1: '3', x2: '9', y2: '18' }],
|
|
4137
|
+
['line', { x1: '15', y1: '6', x2: '15', y2: '21' }],
|
|
4116
4138
|
],
|
|
4117
4139
|
];
|
|
4118
4140
|
|
|
@@ -4198,11 +4220,12 @@
|
|
|
4198
4220
|
'svg',
|
|
4199
4221
|
defaultAttributes,
|
|
4200
4222
|
[
|
|
4201
|
-
['line', { x1: '
|
|
4202
|
-
['path', { d: '
|
|
4203
|
-
['path', { d: '
|
|
4204
|
-
['
|
|
4205
|
-
['
|
|
4223
|
+
['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
|
|
4224
|
+
['path', { d: 'M18.89 13.23A7.12 7.12 0 0 0 19 12V10 ' }],
|
|
4225
|
+
['path', { d: 'M5 10v2A7 7 0 0 0 17 17' }],
|
|
4226
|
+
['path', { d: 'M15 9.34V5A3 3 0 0 0 9.32 3.67' }],
|
|
4227
|
+
['path', { d: 'M9 9v3a3 3 0 0 0 5.12 2.12' }],
|
|
4228
|
+
['line', { x1: '12', y1: '19', x2: '12', y2: '22' }],
|
|
4206
4229
|
],
|
|
4207
4230
|
];
|
|
4208
4231
|
|
|
@@ -4210,10 +4233,19 @@
|
|
|
4210
4233
|
'svg',
|
|
4211
4234
|
defaultAttributes,
|
|
4212
4235
|
[
|
|
4213
|
-
['path', { d: 'M12
|
|
4214
|
-
['path', { d: 'M19
|
|
4215
|
-
['line', { x1: '12', y1: '19', x2: '12', y2: '
|
|
4216
|
-
|
|
4236
|
+
['path', { d: 'M12 2A3 3 0 0 0 9 5v7a3 3 0 0 0 6 0V5A3 3 0 0 0 12 2Z' }],
|
|
4237
|
+
['path', { d: 'M19 10v2A7 7 0 0 1 5 12V10' }],
|
|
4238
|
+
['line', { x1: '12', y1: '19', x2: '12', y2: '22' }],
|
|
4239
|
+
],
|
|
4240
|
+
];
|
|
4241
|
+
|
|
4242
|
+
var Milestone = [
|
|
4243
|
+
'svg',
|
|
4244
|
+
defaultAttributes,
|
|
4245
|
+
[
|
|
4246
|
+
['path', { d: 'M18 6H5a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h13l4-3.5L18 6Z' }],
|
|
4247
|
+
['path', { d: 'M12 13v9' }],
|
|
4248
|
+
['path', { d: 'M12 2v4' }],
|
|
4217
4249
|
],
|
|
4218
4250
|
];
|
|
4219
4251
|
|
|
@@ -6428,7 +6460,16 @@
|
|
|
6428
6460
|
var Umbrella = [
|
|
6429
6461
|
'svg',
|
|
6430
6462
|
defaultAttributes,
|
|
6431
|
-
[
|
|
6463
|
+
[
|
|
6464
|
+
[
|
|
6465
|
+
'path',
|
|
6466
|
+
{
|
|
6467
|
+
d: 'M22 12a9.92 9.92 0 0 0-3.24-6.41 10.12 10.12 0 0 0-13.52 0A9.92 9.92 0 0 0 2 12Z',
|
|
6468
|
+
},
|
|
6469
|
+
],
|
|
6470
|
+
['path', { d: 'M12 12v8a2 2 0 0 0 4 0' }],
|
|
6471
|
+
['line', { x1: '12', y1: '2', x2: '12', y2: '3' }],
|
|
6472
|
+
],
|
|
6432
6473
|
];
|
|
6433
6474
|
|
|
6434
6475
|
var Underline = [
|
|
@@ -6666,8 +6707,8 @@
|
|
|
6666
6707
|
defaultAttributes,
|
|
6667
6708
|
[
|
|
6668
6709
|
['polygon', { points: '11 5 6 9 2 9 2 15 6 15 11 19 11 5' }],
|
|
6669
|
-
['line', { x1: '
|
|
6670
|
-
['line', { x1: '
|
|
6710
|
+
['line', { x1: '22', y1: '9', x2: '16', y2: '15' }],
|
|
6711
|
+
['line', { x1: '16', y1: '9', x2: '22', y2: '15' }],
|
|
6671
6712
|
],
|
|
6672
6713
|
];
|
|
6673
6714
|
|
|
@@ -6910,6 +6951,7 @@
|
|
|
6910
6951
|
* Generated bundle index. Do not edit.
|
|
6911
6952
|
*/
|
|
6912
6953
|
|
|
6954
|
+
exports.Accessibility = Accessibility;
|
|
6913
6955
|
exports.Activity = Activity;
|
|
6914
6956
|
exports.Airplay = Airplay;
|
|
6915
6957
|
exports.AlarmCheck = AlarmCheck;
|
|
@@ -7270,6 +7312,7 @@
|
|
|
7270
7312
|
exports.MessageSquare = MessageSquare;
|
|
7271
7313
|
exports.Mic = Mic;
|
|
7272
7314
|
exports.MicOff = MicOff;
|
|
7315
|
+
exports.Milestone = Milestone;
|
|
7273
7316
|
exports.Minimize = Minimize;
|
|
7274
7317
|
exports.Minimize2 = Minimize2;
|
|
7275
7318
|
exports.Minus = Minus;
|