lucide-react 0.80.0 → 0.83.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/dist/cjs/lucide-react.js +440 -117
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/createReactComponent.js +1 -1
- package/dist/esm/icons/box-select.js +35 -59
- package/dist/esm/icons/curly-braces.js +9 -0
- package/dist/esm/icons/file-json-2.js +15 -0
- package/dist/esm/icons/file-json.js +15 -0
- package/dist/esm/icons/file-type-2.js +18 -0
- package/dist/esm/icons/heart-pulse.js +9 -0
- package/dist/esm/icons/index.js +20 -0
- package/dist/esm/icons/mail-check.js +12 -0
- package/dist/esm/icons/mail-minus.js +12 -0
- package/dist/esm/icons/mail-open.js +9 -0
- package/dist/esm/icons/mail-plus.js +15 -0
- package/dist/esm/icons/mail-question.js +15 -0
- package/dist/esm/icons/mail-search.js +20 -0
- package/dist/esm/icons/mail-warning.js +15 -0
- package/dist/esm/icons/mail-x.js +15 -0
- package/dist/esm/icons/mail.js +10 -6
- package/dist/esm/icons/mails.js +16 -0
- package/dist/esm/icons/medal.js +23 -0
- package/dist/esm/icons/megaphone-off.js +18 -0
- package/dist/esm/icons/qr-code.js +39 -33
- package/dist/esm/icons/scan-face.js +24 -0
- package/dist/esm/icons/sun-snow.js +36 -0
- package/dist/esm/icons/trophy.js +21 -0
- package/dist/esm/icons/webhook.js +12 -0
- package/dist/lucide-react.d.ts +20 -0
- package/dist/umd/lucide-react.js +440 -117
- package/dist/umd/lucide-react.js.map +1 -1
- package/dist/umd/lucide-react.min.js +2 -2
- package/dist/umd/lucide-react.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/lucide-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-react v0.
|
|
2
|
+
* lucide-react v0.83.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -18,14 +18,9 @@ function ownKeys(object, enumerableOnly) {
|
|
|
18
18
|
|
|
19
19
|
if (Object.getOwnPropertySymbols) {
|
|
20
20
|
var symbols = Object.getOwnPropertySymbols(object);
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
25
|
-
});
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
keys.push.apply(keys, symbols);
|
|
21
|
+
enumerableOnly && (symbols = symbols.filter(function (sym) {
|
|
22
|
+
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
23
|
+
})), keys.push.apply(keys, symbols);
|
|
29
24
|
}
|
|
30
25
|
|
|
31
26
|
return keys;
|
|
@@ -33,19 +28,12 @@ function ownKeys(object, enumerableOnly) {
|
|
|
33
28
|
|
|
34
29
|
function _objectSpread2(target) {
|
|
35
30
|
for (var i = 1; i < arguments.length; i++) {
|
|
36
|
-
var source = arguments[i]
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
} else if (Object.getOwnPropertyDescriptors) {
|
|
43
|
-
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
44
|
-
} else {
|
|
45
|
-
ownKeys(Object(source)).forEach(function (key) {
|
|
46
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
47
|
-
});
|
|
48
|
-
}
|
|
31
|
+
var source = null != arguments[i] ? arguments[i] : {};
|
|
32
|
+
i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {
|
|
33
|
+
_defineProperty(target, key, source[key]);
|
|
34
|
+
}) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {
|
|
35
|
+
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
36
|
+
});
|
|
49
37
|
}
|
|
50
38
|
|
|
51
39
|
return target;
|
|
@@ -2129,65 +2117,41 @@ var Bot = createReactComponent('Bot', [['rect', {
|
|
|
2129
2117
|
var Bot$1 = Bot;
|
|
2130
2118
|
|
|
2131
2119
|
var BoxSelect = createReactComponent('BoxSelect', [['path', {
|
|
2132
|
-
d: '
|
|
2133
|
-
key: '
|
|
2134
|
-
}], ['line', {
|
|
2135
|
-
x1: '8',
|
|
2136
|
-
y1: '2',
|
|
2137
|
-
x2: '10',
|
|
2138
|
-
y2: '2',
|
|
2139
|
-
key: 'kyzuqa'
|
|
2140
|
-
}], ['line', {
|
|
2141
|
-
x1: '14',
|
|
2142
|
-
y1: '2',
|
|
2143
|
-
x2: '16',
|
|
2144
|
-
y2: '2',
|
|
2145
|
-
key: 'fiq0bt'
|
|
2120
|
+
d: 'M5 3a2 2 0 0 0-2 2',
|
|
2121
|
+
key: 'y57alp'
|
|
2146
2122
|
}], ['path', {
|
|
2147
|
-
d: '
|
|
2148
|
-
key: '
|
|
2149
|
-
}], ['line', {
|
|
2150
|
-
x1: '22',
|
|
2151
|
-
y1: '8',
|
|
2152
|
-
x2: '22',
|
|
2153
|
-
y2: '10',
|
|
2154
|
-
key: '1v1it1'
|
|
2155
|
-
}], ['line', {
|
|
2156
|
-
x1: '22',
|
|
2157
|
-
y1: '14',
|
|
2158
|
-
x2: '22',
|
|
2159
|
-
y2: '16',
|
|
2160
|
-
key: 'spbgq1'
|
|
2123
|
+
d: 'M19 3a2 2 0 0 1 2 2',
|
|
2124
|
+
key: '18rm91'
|
|
2161
2125
|
}], ['path', {
|
|
2162
|
-
d: '
|
|
2163
|
-
key: '
|
|
2164
|
-
}], ['line', {
|
|
2165
|
-
x1: '14',
|
|
2166
|
-
y1: '22',
|
|
2167
|
-
x2: '16',
|
|
2168
|
-
y2: '22',
|
|
2169
|
-
key: '4eek89'
|
|
2170
|
-
}], ['line', {
|
|
2171
|
-
x1: '8',
|
|
2172
|
-
y1: '22',
|
|
2173
|
-
x2: '10',
|
|
2174
|
-
y2: '22',
|
|
2175
|
-
key: '1o1cll'
|
|
2126
|
+
d: 'M21 19a2 2 0 0 1-2 2',
|
|
2127
|
+
key: '1j7049'
|
|
2176
2128
|
}], ['path', {
|
|
2177
|
-
d: '
|
|
2178
|
-
key: '
|
|
2179
|
-
}], ['
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
key: '
|
|
2185
|
-
}], ['
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
key: '
|
|
2129
|
+
d: 'M5 21a2 2 0 0 1-2-2',
|
|
2130
|
+
key: 'sbafld'
|
|
2131
|
+
}], ['path', {
|
|
2132
|
+
d: 'M9 3h1',
|
|
2133
|
+
key: '1yesri'
|
|
2134
|
+
}], ['path', {
|
|
2135
|
+
d: 'M9 21h1',
|
|
2136
|
+
key: '15o7lz'
|
|
2137
|
+
}], ['path', {
|
|
2138
|
+
d: 'M14 3h1',
|
|
2139
|
+
key: '1ec4yj'
|
|
2140
|
+
}], ['path', {
|
|
2141
|
+
d: 'M14 21h1',
|
|
2142
|
+
key: 'v9vybs'
|
|
2143
|
+
}], ['path', {
|
|
2144
|
+
d: 'M3 9v1',
|
|
2145
|
+
key: '1r0deq'
|
|
2146
|
+
}], ['path', {
|
|
2147
|
+
d: 'M21 9v1',
|
|
2148
|
+
key: 'mxsmne'
|
|
2149
|
+
}], ['path', {
|
|
2150
|
+
d: 'M3 14v1',
|
|
2151
|
+
key: 'vnatye'
|
|
2152
|
+
}], ['path', {
|
|
2153
|
+
d: 'M21 14v1',
|
|
2154
|
+
key: '169vum'
|
|
2191
2155
|
}]]);
|
|
2192
2156
|
var BoxSelect$1 = BoxSelect;
|
|
2193
2157
|
|
|
@@ -4379,6 +4343,15 @@ var CupSoda = createReactComponent('CupSoda', [['path', {
|
|
|
4379
4343
|
}]]);
|
|
4380
4344
|
var CupSoda$1 = CupSoda;
|
|
4381
4345
|
|
|
4346
|
+
var CurlyBraces = createReactComponent('CurlyBraces', [['path', {
|
|
4347
|
+
d: 'M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1',
|
|
4348
|
+
key: 'ezmyqa'
|
|
4349
|
+
}], ['path', {
|
|
4350
|
+
d: 'M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1',
|
|
4351
|
+
key: 'e1hn23'
|
|
4352
|
+
}]]);
|
|
4353
|
+
var CurlyBraces$1 = CurlyBraces;
|
|
4354
|
+
|
|
4382
4355
|
var Currency = createReactComponent('Currency', [['circle', {
|
|
4383
4356
|
cx: '12',
|
|
4384
4357
|
cy: '12',
|
|
@@ -5410,6 +5383,36 @@ var FileInput = createReactComponent('FileInput', [['path', {
|
|
|
5410
5383
|
}]]);
|
|
5411
5384
|
var FileInput$1 = FileInput;
|
|
5412
5385
|
|
|
5386
|
+
var FileJson2 = createReactComponent('FileJson2', [['path', {
|
|
5387
|
+
d: 'M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4',
|
|
5388
|
+
key: '702lig'
|
|
5389
|
+
}], ['polyline', {
|
|
5390
|
+
points: '14 2 14 8 20 8',
|
|
5391
|
+
key: '1ew0cm'
|
|
5392
|
+
}], ['path', {
|
|
5393
|
+
d: 'M4 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1',
|
|
5394
|
+
key: 'fq0c9t'
|
|
5395
|
+
}], ['path', {
|
|
5396
|
+
d: 'M8 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1',
|
|
5397
|
+
key: '4gibmv'
|
|
5398
|
+
}]]);
|
|
5399
|
+
var FileJson2$1 = FileJson2;
|
|
5400
|
+
|
|
5401
|
+
var FileJson = createReactComponent('FileJson', [['path', {
|
|
5402
|
+
d: 'M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z',
|
|
5403
|
+
key: '1nnpy2'
|
|
5404
|
+
}], ['polyline', {
|
|
5405
|
+
points: '14 2 14 8 20 8',
|
|
5406
|
+
key: '1ew0cm'
|
|
5407
|
+
}], ['path', {
|
|
5408
|
+
d: 'M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1',
|
|
5409
|
+
key: '1oajmo'
|
|
5410
|
+
}], ['path', {
|
|
5411
|
+
d: 'M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1',
|
|
5412
|
+
key: 'mpwhp6'
|
|
5413
|
+
}]]);
|
|
5414
|
+
var FileJson$1 = FileJson;
|
|
5415
|
+
|
|
5413
5416
|
var FileKey2 = createReactComponent('FileKey2', [['path', {
|
|
5414
5417
|
d: 'M4 10V4a2 2 0 0 1 2-2h8.5L20 7.5V20a2 2 0 0 1-2 2H4',
|
|
5415
5418
|
key: '1nw5t3'
|
|
@@ -5742,6 +5745,24 @@ var FileText = createReactComponent('FileText', [['path', {
|
|
|
5742
5745
|
}]]);
|
|
5743
5746
|
var FileText$1 = FileText;
|
|
5744
5747
|
|
|
5748
|
+
var FileType2 = createReactComponent('FileType2', [['path', {
|
|
5749
|
+
d: 'M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4',
|
|
5750
|
+
key: '702lig'
|
|
5751
|
+
}], ['polyline', {
|
|
5752
|
+
points: '14 2 14 8 20 8',
|
|
5753
|
+
key: '1ew0cm'
|
|
5754
|
+
}], ['path', {
|
|
5755
|
+
d: 'M2 13v-1h6v1',
|
|
5756
|
+
key: '1dh9dg'
|
|
5757
|
+
}], ['path', {
|
|
5758
|
+
d: 'M4 18h2',
|
|
5759
|
+
key: '1xrofg'
|
|
5760
|
+
}], ['path', {
|
|
5761
|
+
d: 'M5 12v6',
|
|
5762
|
+
key: '150t9c'
|
|
5763
|
+
}]]);
|
|
5764
|
+
var FileType2$1 = FileType2;
|
|
5765
|
+
|
|
5745
5766
|
var FileType = createReactComponent('FileType', [['path', {
|
|
5746
5767
|
d: 'M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z',
|
|
5747
5768
|
key: '1nnpy2'
|
|
@@ -7489,6 +7510,15 @@ var HeartOff = createReactComponent('HeartOff', [['path', {
|
|
|
7489
7510
|
}]]);
|
|
7490
7511
|
var HeartOff$1 = HeartOff;
|
|
7491
7512
|
|
|
7513
|
+
var HeartPulse = createReactComponent('HeartPulse', [['path', {
|
|
7514
|
+
d: 'M20.42 4.58a5.4 5.4 0 0 0-7.65 0l-.77.78-.77-.78a5.4 5.4 0 0 0-7.65 0C1.46 6.7 1.33 10.28 4 13l8 8 8-8c2.67-2.72 2.54-6.3.42-8.42z',
|
|
7515
|
+
key: '3q7jk9'
|
|
7516
|
+
}], ['path', {
|
|
7517
|
+
d: 'M3.5 12h6l.5-1 2 4.5 2-7 1.5 3.5h5',
|
|
7518
|
+
key: 'rc0z4z'
|
|
7519
|
+
}]]);
|
|
7520
|
+
var HeartPulse$1 = HeartPulse;
|
|
7521
|
+
|
|
7492
7522
|
var Heart = createReactComponent('Heart', [['path', {
|
|
7493
7523
|
d: 'M20.42 4.58a5.4 5.4 0 0 0-7.65 0l-.77.78-.77-.78a5.4 5.4 0 0 0-7.65 0C1.46 6.7 1.33 10.28 4 13l8 8 8-8c2.67-2.72 2.54-6.3.42-8.42z',
|
|
7494
7524
|
key: '3q7jk9'
|
|
@@ -8863,15 +8893,148 @@ var Magnet = createReactComponent('Magnet', [['path', {
|
|
|
8863
8893
|
}]]);
|
|
8864
8894
|
var Magnet$1 = Magnet;
|
|
8865
8895
|
|
|
8866
|
-
var
|
|
8867
|
-
d: '
|
|
8868
|
-
key: '
|
|
8869
|
-
}], ['
|
|
8870
|
-
|
|
8871
|
-
key: '
|
|
8896
|
+
var MailCheck = createReactComponent('MailCheck', [['path', {
|
|
8897
|
+
d: 'M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8',
|
|
8898
|
+
key: '12jkf8'
|
|
8899
|
+
}], ['path', {
|
|
8900
|
+
d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7',
|
|
8901
|
+
key: '1ocrg3'
|
|
8902
|
+
}], ['path', {
|
|
8903
|
+
d: 'm16 19 2 2 4-4',
|
|
8904
|
+
key: '1b14m6'
|
|
8905
|
+
}]]);
|
|
8906
|
+
var MailCheck$1 = MailCheck;
|
|
8907
|
+
|
|
8908
|
+
var MailMinus = createReactComponent('MailMinus', [['path', {
|
|
8909
|
+
d: 'M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8',
|
|
8910
|
+
key: 'fuxbkv'
|
|
8911
|
+
}], ['path', {
|
|
8912
|
+
d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7',
|
|
8913
|
+
key: '1ocrg3'
|
|
8914
|
+
}], ['path', {
|
|
8915
|
+
d: 'M16 19h6',
|
|
8916
|
+
key: 'xwg31i'
|
|
8917
|
+
}]]);
|
|
8918
|
+
var MailMinus$1 = MailMinus;
|
|
8919
|
+
|
|
8920
|
+
var MailOpen = createReactComponent('MailOpen', [['path', {
|
|
8921
|
+
d: 'M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z',
|
|
8922
|
+
key: '1jhwl8'
|
|
8923
|
+
}], ['path', {
|
|
8924
|
+
d: 'm22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10',
|
|
8925
|
+
key: '1qfld7'
|
|
8926
|
+
}]]);
|
|
8927
|
+
var MailOpen$1 = MailOpen;
|
|
8928
|
+
|
|
8929
|
+
var MailPlus = createReactComponent('MailPlus', [['path', {
|
|
8930
|
+
d: 'M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8',
|
|
8931
|
+
key: '12jkf8'
|
|
8932
|
+
}], ['path', {
|
|
8933
|
+
d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7',
|
|
8934
|
+
key: '1ocrg3'
|
|
8935
|
+
}], ['path', {
|
|
8936
|
+
d: 'M19 16v6',
|
|
8937
|
+
key: 'tddt3s'
|
|
8938
|
+
}], ['path', {
|
|
8939
|
+
d: 'M16 19h6',
|
|
8940
|
+
key: 'xwg31i'
|
|
8941
|
+
}]]);
|
|
8942
|
+
var MailPlus$1 = MailPlus;
|
|
8943
|
+
|
|
8944
|
+
var MailQuestion = createReactComponent('MailQuestion', [['path', {
|
|
8945
|
+
d: 'M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5',
|
|
8946
|
+
key: 'e61zoh'
|
|
8947
|
+
}], ['path', {
|
|
8948
|
+
d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7',
|
|
8949
|
+
key: '1ocrg3'
|
|
8950
|
+
}], ['path', {
|
|
8951
|
+
d: 'M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2',
|
|
8952
|
+
key: '7z9rxb'
|
|
8953
|
+
}], ['path', {
|
|
8954
|
+
d: 'M20 22v.01',
|
|
8955
|
+
key: '12bgn6'
|
|
8956
|
+
}]]);
|
|
8957
|
+
var MailQuestion$1 = MailQuestion;
|
|
8958
|
+
|
|
8959
|
+
var MailSearch = createReactComponent('MailSearch', [['path', {
|
|
8960
|
+
d: 'M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5',
|
|
8961
|
+
key: 'w80f2v'
|
|
8962
|
+
}], ['path', {
|
|
8963
|
+
d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7',
|
|
8964
|
+
key: '1ocrg3'
|
|
8965
|
+
}], ['path', {
|
|
8966
|
+
d: 'M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6v0Z',
|
|
8967
|
+
key: 'mgbru4'
|
|
8968
|
+
}], ['circle', {
|
|
8969
|
+
cx: '18',
|
|
8970
|
+
cy: '18',
|
|
8971
|
+
r: '3',
|
|
8972
|
+
key: '1xkwt0'
|
|
8973
|
+
}], ['path', {
|
|
8974
|
+
d: 'm22 22-1.5-1.5',
|
|
8975
|
+
key: '1x83k4'
|
|
8976
|
+
}]]);
|
|
8977
|
+
var MailSearch$1 = MailSearch;
|
|
8978
|
+
|
|
8979
|
+
var MailWarning = createReactComponent('MailWarning', [['path', {
|
|
8980
|
+
d: 'M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5',
|
|
8981
|
+
key: 'e61zoh'
|
|
8982
|
+
}], ['path', {
|
|
8983
|
+
d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7',
|
|
8984
|
+
key: '1ocrg3'
|
|
8985
|
+
}], ['path', {
|
|
8986
|
+
d: 'M20 14v4',
|
|
8987
|
+
key: '1hm744'
|
|
8988
|
+
}], ['path', {
|
|
8989
|
+
d: 'M20 22v.01',
|
|
8990
|
+
key: '12bgn6'
|
|
8991
|
+
}]]);
|
|
8992
|
+
var MailWarning$1 = MailWarning;
|
|
8993
|
+
|
|
8994
|
+
var MailX = createReactComponent('MailX', [['path', {
|
|
8995
|
+
d: 'M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9',
|
|
8996
|
+
key: '1j9vog'
|
|
8997
|
+
}], ['path', {
|
|
8998
|
+
d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7',
|
|
8999
|
+
key: '1ocrg3'
|
|
9000
|
+
}], ['path', {
|
|
9001
|
+
d: 'm17 17 4 4',
|
|
9002
|
+
key: '1b3523'
|
|
9003
|
+
}], ['path', {
|
|
9004
|
+
d: 'm21 17-4 4',
|
|
9005
|
+
key: 'uinynz'
|
|
9006
|
+
}]]);
|
|
9007
|
+
var MailX$1 = MailX;
|
|
9008
|
+
|
|
9009
|
+
var Mail = createReactComponent('Mail', [['rect', {
|
|
9010
|
+
x: '2',
|
|
9011
|
+
y: '4',
|
|
9012
|
+
width: '20',
|
|
9013
|
+
height: '16',
|
|
9014
|
+
rx: '2',
|
|
9015
|
+
key: 'izxlao'
|
|
9016
|
+
}], ['path', {
|
|
9017
|
+
d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7',
|
|
9018
|
+
key: '1ocrg3'
|
|
8872
9019
|
}]]);
|
|
8873
9020
|
var Mail$1 = Mail;
|
|
8874
9021
|
|
|
9022
|
+
var Mails = createReactComponent('Mails', [['rect', {
|
|
9023
|
+
x: '6',
|
|
9024
|
+
y: '4',
|
|
9025
|
+
width: '16',
|
|
9026
|
+
height: '13',
|
|
9027
|
+
rx: '2',
|
|
9028
|
+
key: 'q6n4z8'
|
|
9029
|
+
}], ['path', {
|
|
9030
|
+
d: 'm22 7-7.1 3.78c-.57.3-1.23.3-1.8 0L6 7',
|
|
9031
|
+
key: 'xn252p'
|
|
9032
|
+
}], ['path', {
|
|
9033
|
+
d: 'M2 8v11c0 1.1.9 2 2 2h14',
|
|
9034
|
+
key: 'n13cji'
|
|
9035
|
+
}]]);
|
|
9036
|
+
var Mails$1 = Mails;
|
|
9037
|
+
|
|
8875
9038
|
var MapPinOff = createReactComponent('MapPinOff', [['path', {
|
|
8876
9039
|
d: 'M5.43 5.43A8.06 8.06 0 0 0 4 10c0 6 8 12 8 12a29.94 29.94 0 0 0 5-5',
|
|
8877
9040
|
key: '12a8pk'
|
|
@@ -8970,6 +9133,47 @@ var Maximize = createReactComponent('Maximize', [['path', {
|
|
|
8970
9133
|
}]]);
|
|
8971
9134
|
var Maximize$1 = Maximize;
|
|
8972
9135
|
|
|
9136
|
+
var Medal = createReactComponent('Medal', [['path', {
|
|
9137
|
+
d: 'M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15',
|
|
9138
|
+
key: '143lza'
|
|
9139
|
+
}], ['path', {
|
|
9140
|
+
d: 'M11 12 5.12 2.2',
|
|
9141
|
+
key: 'qhuxz6'
|
|
9142
|
+
}], ['path', {
|
|
9143
|
+
d: 'm13 12 5.88-9.8',
|
|
9144
|
+
key: 'hbye0f'
|
|
9145
|
+
}], ['path', {
|
|
9146
|
+
d: 'M8 7h8',
|
|
9147
|
+
key: 'i86dvs'
|
|
9148
|
+
}], ['circle', {
|
|
9149
|
+
cx: '12',
|
|
9150
|
+
cy: '17',
|
|
9151
|
+
r: '5',
|
|
9152
|
+
key: 'qbz8iq'
|
|
9153
|
+
}], ['path', {
|
|
9154
|
+
d: 'M12 18v-2h-.5',
|
|
9155
|
+
key: 'fawc4q'
|
|
9156
|
+
}]]);
|
|
9157
|
+
var Medal$1 = Medal;
|
|
9158
|
+
|
|
9159
|
+
var MegaphoneOff = createReactComponent('MegaphoneOff', [['path', {
|
|
9160
|
+
d: 'M9.26 9.26 3 11v3l14.14 3.14',
|
|
9161
|
+
key: '3429n'
|
|
9162
|
+
}], ['path', {
|
|
9163
|
+
d: 'M21 15.34V6l-7.31 2.03',
|
|
9164
|
+
key: '4o1dh8'
|
|
9165
|
+
}], ['path', {
|
|
9166
|
+
d: 'M11.6 16.8a3 3 0 1 1-5.8-1.6',
|
|
9167
|
+
key: '1yl0tm'
|
|
9168
|
+
}], ['line', {
|
|
9169
|
+
x1: '2',
|
|
9170
|
+
x2: '22',
|
|
9171
|
+
y1: '2',
|
|
9172
|
+
y2: '22',
|
|
9173
|
+
key: 'a6p6uj'
|
|
9174
|
+
}]]);
|
|
9175
|
+
var MegaphoneOff$1 = MegaphoneOff;
|
|
9176
|
+
|
|
8973
9177
|
var Megaphone = createReactComponent('Megaphone', [['path', {
|
|
8974
9178
|
d: 'm3 11 18-5v12L3 14v-3z',
|
|
8975
9179
|
key: 'n962bs'
|
|
@@ -10426,47 +10630,53 @@ var Puzzle = createReactComponent('Puzzle', [['path', {
|
|
|
10426
10630
|
var Puzzle$1 = Puzzle;
|
|
10427
10631
|
|
|
10428
10632
|
var QrCode = createReactComponent('QrCode', [['rect', {
|
|
10429
|
-
x: '
|
|
10430
|
-
y: '
|
|
10431
|
-
width: '
|
|
10432
|
-
height: '
|
|
10433
|
-
|
|
10434
|
-
|
|
10435
|
-
d: 'M6 6h.01',
|
|
10436
|
-
key: '1utrut'
|
|
10633
|
+
x: '3',
|
|
10634
|
+
y: '3',
|
|
10635
|
+
width: '5',
|
|
10636
|
+
height: '5',
|
|
10637
|
+
rx: '1',
|
|
10638
|
+
key: 'fue5ao'
|
|
10437
10639
|
}], ['rect', {
|
|
10438
|
-
x: '
|
|
10439
|
-
y: '
|
|
10440
|
-
width: '
|
|
10441
|
-
height: '
|
|
10442
|
-
|
|
10443
|
-
|
|
10444
|
-
d: 'M18 6h.01',
|
|
10445
|
-
key: '1v4wsw'
|
|
10640
|
+
x: '16',
|
|
10641
|
+
y: '3',
|
|
10642
|
+
width: '5',
|
|
10643
|
+
height: '5',
|
|
10644
|
+
rx: '1',
|
|
10645
|
+
key: '1narh3'
|
|
10446
10646
|
}], ['rect', {
|
|
10447
|
-
x: '
|
|
10448
|
-
y: '
|
|
10449
|
-
width: '
|
|
10450
|
-
height: '
|
|
10451
|
-
|
|
10647
|
+
x: '3',
|
|
10648
|
+
y: '16',
|
|
10649
|
+
width: '5',
|
|
10650
|
+
height: '5',
|
|
10651
|
+
rx: '1',
|
|
10652
|
+
key: '1ovwlo'
|
|
10452
10653
|
}], ['path', {
|
|
10453
|
-
d: '
|
|
10454
|
-
key: '
|
|
10654
|
+
d: 'M21 16h-3a2 2 0 0 0-2 2v3',
|
|
10655
|
+
key: '177gqh'
|
|
10656
|
+
}], ['path', {
|
|
10657
|
+
d: 'M21 21v.01',
|
|
10658
|
+
key: 'ents32'
|
|
10659
|
+
}], ['path', {
|
|
10660
|
+
d: 'M12 7v3a2 2 0 0 1-2 2H7',
|
|
10661
|
+
key: '8crl2c'
|
|
10662
|
+
}], ['path', {
|
|
10663
|
+
d: 'M3 12h.01',
|
|
10664
|
+
key: 'nlz23k'
|
|
10455
10665
|
}], ['path', {
|
|
10456
|
-
d: '
|
|
10457
|
-
key: '
|
|
10666
|
+
d: 'M12 3h.01',
|
|
10667
|
+
key: 'n36tog'
|
|
10458
10668
|
}], ['path', {
|
|
10459
|
-
d: '
|
|
10460
|
-
key: '
|
|
10669
|
+
d: 'M12 16v.01',
|
|
10670
|
+
key: '133mhm'
|
|
10461
10671
|
}], ['path', {
|
|
10462
|
-
d: '
|
|
10463
|
-
key: '
|
|
10672
|
+
d: 'M16 12h1',
|
|
10673
|
+
key: '1slzba'
|
|
10464
10674
|
}], ['path', {
|
|
10465
|
-
d: '
|
|
10466
|
-
key: '
|
|
10675
|
+
d: 'M21 12v.01',
|
|
10676
|
+
key: '1lwtk9'
|
|
10467
10677
|
}], ['path', {
|
|
10468
|
-
d: '
|
|
10469
|
-
key: '
|
|
10678
|
+
d: 'M12 21v-1',
|
|
10679
|
+
key: '1880an'
|
|
10470
10680
|
}]]);
|
|
10471
10681
|
var QrCode$1 = QrCode;
|
|
10472
10682
|
|
|
@@ -10849,6 +11059,30 @@ var Scaling = createReactComponent('Scaling', [['path', {
|
|
|
10849
11059
|
}]]);
|
|
10850
11060
|
var Scaling$1 = Scaling;
|
|
10851
11061
|
|
|
11062
|
+
var ScanFace = createReactComponent('ScanFace', [['path', {
|
|
11063
|
+
d: 'M3 7V5a2 2 0 0 1 2-2h2',
|
|
11064
|
+
key: 'aa7l1z'
|
|
11065
|
+
}], ['path', {
|
|
11066
|
+
d: 'M17 3h2a2 2 0 0 1 2 2v2',
|
|
11067
|
+
key: '4qcy5o'
|
|
11068
|
+
}], ['path', {
|
|
11069
|
+
d: 'M21 17v2a2 2 0 0 1-2 2h-2',
|
|
11070
|
+
key: '6vwrx8'
|
|
11071
|
+
}], ['path', {
|
|
11072
|
+
d: 'M7 21H5a2 2 0 0 1-2-2v-2',
|
|
11073
|
+
key: 'ioqczr'
|
|
11074
|
+
}], ['path', {
|
|
11075
|
+
d: 'M8 14s1.5 2 4 2 4-2 4-2',
|
|
11076
|
+
key: '1y1vjs'
|
|
11077
|
+
}], ['path', {
|
|
11078
|
+
d: 'M9 9h.01',
|
|
11079
|
+
key: '1q5me6'
|
|
11080
|
+
}], ['path', {
|
|
11081
|
+
d: 'M15 9h.01',
|
|
11082
|
+
key: 'x1ddxp'
|
|
11083
|
+
}]]);
|
|
11084
|
+
var ScanFace$1 = ScanFace;
|
|
11085
|
+
|
|
10852
11086
|
var ScanLine = createReactComponent('ScanLine', [['path', {
|
|
10853
11087
|
d: 'M3 7V5a2 2 0 0 1 2-2h2',
|
|
10854
11088
|
key: 'aa7l1z'
|
|
@@ -12226,6 +12460,42 @@ var SunMoon = createReactComponent('SunMoon', [['path', {
|
|
|
12226
12460
|
}]]);
|
|
12227
12461
|
var SunMoon$1 = SunMoon;
|
|
12228
12462
|
|
|
12463
|
+
var SunSnow = createReactComponent('SunSnow', [['path', {
|
|
12464
|
+
d: 'M10 9a3 3 0 1 0 0 6',
|
|
12465
|
+
key: '6zmtdl'
|
|
12466
|
+
}], ['path', {
|
|
12467
|
+
d: 'M2 12h1',
|
|
12468
|
+
key: '1uaihz'
|
|
12469
|
+
}], ['path', {
|
|
12470
|
+
d: 'M14 21V3',
|
|
12471
|
+
key: '1llu3z'
|
|
12472
|
+
}], ['path', {
|
|
12473
|
+
d: 'M10 4V3',
|
|
12474
|
+
key: 'pkzwkn'
|
|
12475
|
+
}], ['path', {
|
|
12476
|
+
d: 'M10 21v-1',
|
|
12477
|
+
key: '1u8rkd'
|
|
12478
|
+
}], ['path', {
|
|
12479
|
+
d: 'm3.64 18.36.7-.7',
|
|
12480
|
+
key: '105rm9'
|
|
12481
|
+
}], ['path', {
|
|
12482
|
+
d: 'm4.34 6.34-.7-.7',
|
|
12483
|
+
key: 'd3unjp'
|
|
12484
|
+
}], ['path', {
|
|
12485
|
+
d: 'M14 12h8',
|
|
12486
|
+
key: '4f43i9'
|
|
12487
|
+
}], ['path', {
|
|
12488
|
+
d: 'm17 4-3 3',
|
|
12489
|
+
key: '15jcng'
|
|
12490
|
+
}], ['path', {
|
|
12491
|
+
d: 'm14 17 3 3',
|
|
12492
|
+
key: '6tlq38'
|
|
12493
|
+
}], ['path', {
|
|
12494
|
+
d: 'm21 15-3-3 3-3',
|
|
12495
|
+
key: '1nlnje'
|
|
12496
|
+
}]]);
|
|
12497
|
+
var SunSnow$1 = SunSnow;
|
|
12498
|
+
|
|
12229
12499
|
var Sun = createReactComponent('Sun', [['circle', {
|
|
12230
12500
|
cx: '12',
|
|
12231
12501
|
cy: '12',
|
|
@@ -12955,6 +13225,27 @@ var Triangle = createReactComponent('Triangle', [['path', {
|
|
|
12955
13225
|
}]]);
|
|
12956
13226
|
var Triangle$1 = Triangle;
|
|
12957
13227
|
|
|
13228
|
+
var Trophy = createReactComponent('Trophy', [['path', {
|
|
13229
|
+
d: 'M6 9H4.5a2.5 2.5 0 0 1 0-5H6',
|
|
13230
|
+
key: '17hqa7'
|
|
13231
|
+
}], ['path', {
|
|
13232
|
+
d: 'M18 9h1.5a2.5 2.5 0 0 0 0-5H18',
|
|
13233
|
+
key: 'lmptdp'
|
|
13234
|
+
}], ['path', {
|
|
13235
|
+
d: 'M4 22h16',
|
|
13236
|
+
key: '57wxv0'
|
|
13237
|
+
}], ['path', {
|
|
13238
|
+
d: 'M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22',
|
|
13239
|
+
key: '1nw9bq'
|
|
13240
|
+
}], ['path', {
|
|
13241
|
+
d: 'M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22',
|
|
13242
|
+
key: '1np0yb'
|
|
13243
|
+
}], ['path', {
|
|
13244
|
+
d: 'M18 2H6v7a6 6 0 0 0 12 0V2Z',
|
|
13245
|
+
key: 'u46fv3'
|
|
13246
|
+
}]]);
|
|
13247
|
+
var Trophy$1 = Trophy;
|
|
13248
|
+
|
|
12958
13249
|
var Truck = createReactComponent('Truck', [['path', {
|
|
12959
13250
|
d: 'M10 17h4V5H2v12h3',
|
|
12960
13251
|
key: '1jq12e'
|
|
@@ -13636,6 +13927,18 @@ var Webcam = createReactComponent('Webcam', [['circle', {
|
|
|
13636
13927
|
}]]);
|
|
13637
13928
|
var Webcam$1 = Webcam;
|
|
13638
13929
|
|
|
13930
|
+
var Webhook = createReactComponent('Webhook', [['path', {
|
|
13931
|
+
d: 'M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2',
|
|
13932
|
+
key: 'q3hayz'
|
|
13933
|
+
}], ['path', {
|
|
13934
|
+
d: 'm6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06',
|
|
13935
|
+
key: '1go1hn'
|
|
13936
|
+
}], ['path', {
|
|
13937
|
+
d: 'm12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8',
|
|
13938
|
+
key: 'qlwsc0'
|
|
13939
|
+
}]]);
|
|
13940
|
+
var Webhook$1 = Webhook;
|
|
13941
|
+
|
|
13639
13942
|
var WifiOff = createReactComponent('WifiOff', [['line', {
|
|
13640
13943
|
x1: '2',
|
|
13641
13944
|
y1: '2',
|
|
@@ -14132,6 +14435,7 @@ exports.Cross = Cross$1;
|
|
|
14132
14435
|
exports.Crosshair = Crosshair$1;
|
|
14133
14436
|
exports.Crown = Crown$1;
|
|
14134
14437
|
exports.CupSoda = CupSoda$1;
|
|
14438
|
+
exports.CurlyBraces = CurlyBraces$1;
|
|
14135
14439
|
exports.Currency = Currency$1;
|
|
14136
14440
|
exports.Database = Database$1;
|
|
14137
14441
|
exports.Delete = Delete$1;
|
|
@@ -14196,6 +14500,8 @@ exports.FileEdit = FileEdit$1;
|
|
|
14196
14500
|
exports.FileHeart = FileHeart$1;
|
|
14197
14501
|
exports.FileImage = FileImage$1;
|
|
14198
14502
|
exports.FileInput = FileInput$1;
|
|
14503
|
+
exports.FileJson = FileJson$1;
|
|
14504
|
+
exports.FileJson2 = FileJson2$1;
|
|
14199
14505
|
exports.FileKey = FileKey$1;
|
|
14200
14506
|
exports.FileKey2 = FileKey2$1;
|
|
14201
14507
|
exports.FileLineChart = FileLineChart$1;
|
|
@@ -14217,6 +14523,7 @@ exports.FileSymlink = FileSymlink$1;
|
|
|
14217
14523
|
exports.FileTerminal = FileTerminal$1;
|
|
14218
14524
|
exports.FileText = FileText$1;
|
|
14219
14525
|
exports.FileType = FileType$1;
|
|
14526
|
+
exports.FileType2 = FileType2$1;
|
|
14220
14527
|
exports.FileUp = FileUp$1;
|
|
14221
14528
|
exports.FileVideo = FileVideo$1;
|
|
14222
14529
|
exports.FileVideo2 = FileVideo2$1;
|
|
@@ -14316,6 +14623,7 @@ exports.Heart = Heart$1;
|
|
|
14316
14623
|
exports.HeartCrack = HeartCrack$1;
|
|
14317
14624
|
exports.HeartHandshake = HeartHandshake$1;
|
|
14318
14625
|
exports.HeartOff = HeartOff$1;
|
|
14626
|
+
exports.HeartPulse = HeartPulse$1;
|
|
14319
14627
|
exports.HelpCircle = HelpCircle$1;
|
|
14320
14628
|
exports.Hexagon = Hexagon$1;
|
|
14321
14629
|
exports.Highlighter = Highlighter$1;
|
|
@@ -14390,13 +14698,24 @@ exports.LogOut = LogOut$1;
|
|
|
14390
14698
|
exports.Luggage = Luggage$1;
|
|
14391
14699
|
exports.Magnet = Magnet$1;
|
|
14392
14700
|
exports.Mail = Mail$1;
|
|
14701
|
+
exports.MailCheck = MailCheck$1;
|
|
14702
|
+
exports.MailMinus = MailMinus$1;
|
|
14703
|
+
exports.MailOpen = MailOpen$1;
|
|
14704
|
+
exports.MailPlus = MailPlus$1;
|
|
14705
|
+
exports.MailQuestion = MailQuestion$1;
|
|
14706
|
+
exports.MailSearch = MailSearch$1;
|
|
14707
|
+
exports.MailWarning = MailWarning$1;
|
|
14708
|
+
exports.MailX = MailX$1;
|
|
14709
|
+
exports.Mails = Mails$1;
|
|
14393
14710
|
exports.Map = Map$1;
|
|
14394
14711
|
exports.MapPin = MapPin$1;
|
|
14395
14712
|
exports.MapPinOff = MapPinOff$1;
|
|
14396
14713
|
exports.Martini = Martini$1;
|
|
14397
14714
|
exports.Maximize = Maximize$1;
|
|
14398
14715
|
exports.Maximize2 = Maximize2$1;
|
|
14716
|
+
exports.Medal = Medal$1;
|
|
14399
14717
|
exports.Megaphone = Megaphone$1;
|
|
14718
|
+
exports.MegaphoneOff = MegaphoneOff$1;
|
|
14400
14719
|
exports.Meh = Meh$1;
|
|
14401
14720
|
exports.Menu = Menu$1;
|
|
14402
14721
|
exports.MessageCircle = MessageCircle$1;
|
|
@@ -14520,6 +14839,7 @@ exports.Scale = Scale$1;
|
|
|
14520
14839
|
exports.Scale3d = Scale3d$1;
|
|
14521
14840
|
exports.Scaling = Scaling$1;
|
|
14522
14841
|
exports.Scan = Scan$1;
|
|
14842
|
+
exports.ScanFace = ScanFace$1;
|
|
14523
14843
|
exports.ScanLine = ScanLine$1;
|
|
14524
14844
|
exports.Scissors = Scissors$1;
|
|
14525
14845
|
exports.ScreenShare = ScreenShare$1;
|
|
@@ -14594,6 +14914,7 @@ exports.Sun = Sun$1;
|
|
|
14594
14914
|
exports.SunDim = SunDim$1;
|
|
14595
14915
|
exports.SunMedium = SunMedium$1;
|
|
14596
14916
|
exports.SunMoon = SunMoon$1;
|
|
14917
|
+
exports.SunSnow = SunSnow$1;
|
|
14597
14918
|
exports.Sunrise = Sunrise$1;
|
|
14598
14919
|
exports.Sunset = Sunset$1;
|
|
14599
14920
|
exports.Superscript = Superscript$1;
|
|
@@ -14636,6 +14957,7 @@ exports.Trello = Trello$1;
|
|
|
14636
14957
|
exports.TrendingDown = TrendingDown$1;
|
|
14637
14958
|
exports.TrendingUp = TrendingUp$1;
|
|
14638
14959
|
exports.Triangle = Triangle$1;
|
|
14960
|
+
exports.Trophy = Trophy$1;
|
|
14639
14961
|
exports.Truck = Truck$1;
|
|
14640
14962
|
exports.Tv = Tv$1;
|
|
14641
14963
|
exports.Tv2 = Tv2$1;
|
|
@@ -14679,6 +15001,7 @@ exports.Wand2 = Wand2$1;
|
|
|
14679
15001
|
exports.Watch = Watch$1;
|
|
14680
15002
|
exports.Waves = Waves$1;
|
|
14681
15003
|
exports.Webcam = Webcam$1;
|
|
15004
|
+
exports.Webhook = Webhook$1;
|
|
14682
15005
|
exports.Wifi = Wifi$1;
|
|
14683
15006
|
exports.WifiOff = WifiOff$1;
|
|
14684
15007
|
exports.Wind = Wind$1;
|