lucide-react 0.78.0 → 0.81.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 +343 -30
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/createReactComponent.js +1 -1
- package/dist/esm/icons/bone.js +6 -0
- package/dist/esm/icons/flip-horizontal-2.js +21 -0
- package/dist/esm/icons/flip-horizontal.js +21 -0
- package/dist/esm/icons/flip-vertical-2.js +21 -0
- package/dist/esm/icons/flip-vertical.js +21 -0
- package/dist/esm/icons/git-compare.js +19 -0
- package/dist/esm/icons/git-pull-request-closed.js +28 -0
- package/dist/esm/icons/git-pull-request-draft.js +25 -0
- package/dist/esm/icons/index.js +18 -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/tag.js +2 -2
- package/dist/esm/icons/tags.js +12 -0
- package/dist/lucide-react.d.ts +18 -0
- package/dist/umd/lucide-react.js +343 -30
- 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.81.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;
|
|
@@ -2038,6 +2026,12 @@ var Bomb = createReactComponent('Bomb', [['circle', {
|
|
|
2038
2026
|
}]]);
|
|
2039
2027
|
var Bomb$1 = Bomb;
|
|
2040
2028
|
|
|
2029
|
+
var Bone = createReactComponent('Bone', [['path', {
|
|
2030
|
+
d: 'M18.6 9.82c-.52-.21-1.15-.25-1.54.15l-7.07 7.06c-.39.39-.36 1.03-.15 1.54.12.3.16.6.16.93a2.5 2.5 0 0 1-5 0c0-.26-.24-.5-.5-.5a2.5 2.5 0 1 1 .96-4.82c.5.21 1.14.25 1.53-.15l7.07-7.06c.39-.39.36-1.03.15-1.54-.12-.3-.21-.6-.21-.93a2.5 2.5 0 0 1 5 0c.01.26.24.49.5.5a2.5 2.5 0 1 1-.9 4.82Z',
|
|
2031
|
+
key: '134x1i'
|
|
2032
|
+
}]]);
|
|
2033
|
+
var Bone$1 = Bone;
|
|
2034
|
+
|
|
2041
2035
|
var BookOpen = createReactComponent('BookOpen', [['path', {
|
|
2042
2036
|
d: 'M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z',
|
|
2043
2037
|
key: 'vv98re'
|
|
@@ -6108,6 +6102,90 @@ var FlaskRound = createReactComponent('FlaskRound', [['path', {
|
|
|
6108
6102
|
}]]);
|
|
6109
6103
|
var FlaskRound$1 = FlaskRound;
|
|
6110
6104
|
|
|
6105
|
+
var FlipHorizontal2 = createReactComponent('FlipHorizontal2', [['path', {
|
|
6106
|
+
d: 'm3 7 5 5-5 5V7',
|
|
6107
|
+
key: 'couhi7'
|
|
6108
|
+
}], ['path', {
|
|
6109
|
+
d: 'm21 7-5 5 5 5V7',
|
|
6110
|
+
key: '6ouia7'
|
|
6111
|
+
}], ['path', {
|
|
6112
|
+
d: 'M12 20v2',
|
|
6113
|
+
key: '1lh1kg'
|
|
6114
|
+
}], ['path', {
|
|
6115
|
+
d: 'M12 14v2',
|
|
6116
|
+
key: '8jcxud'
|
|
6117
|
+
}], ['path', {
|
|
6118
|
+
d: 'M12 8v2',
|
|
6119
|
+
key: '1woqiv'
|
|
6120
|
+
}], ['path', {
|
|
6121
|
+
d: 'M12 2v2',
|
|
6122
|
+
key: 'tus03m'
|
|
6123
|
+
}]]);
|
|
6124
|
+
var FlipHorizontal2$1 = FlipHorizontal2;
|
|
6125
|
+
|
|
6126
|
+
var FlipHorizontal = createReactComponent('FlipHorizontal', [['path', {
|
|
6127
|
+
d: 'M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3',
|
|
6128
|
+
key: '1i73f7'
|
|
6129
|
+
}], ['path', {
|
|
6130
|
+
d: 'M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3',
|
|
6131
|
+
key: 'saxlbk'
|
|
6132
|
+
}], ['path', {
|
|
6133
|
+
d: 'M12 20v2',
|
|
6134
|
+
key: '1lh1kg'
|
|
6135
|
+
}], ['path', {
|
|
6136
|
+
d: 'M12 14v2',
|
|
6137
|
+
key: '8jcxud'
|
|
6138
|
+
}], ['path', {
|
|
6139
|
+
d: 'M12 8v2',
|
|
6140
|
+
key: '1woqiv'
|
|
6141
|
+
}], ['path', {
|
|
6142
|
+
d: 'M12 2v2',
|
|
6143
|
+
key: 'tus03m'
|
|
6144
|
+
}]]);
|
|
6145
|
+
var FlipHorizontal$1 = FlipHorizontal;
|
|
6146
|
+
|
|
6147
|
+
var FlipVertical2 = createReactComponent('FlipVertical2', [['path', {
|
|
6148
|
+
d: 'm17 3-5 5-5-5h10',
|
|
6149
|
+
key: '1ftt6x'
|
|
6150
|
+
}], ['path', {
|
|
6151
|
+
d: 'm17 21-5-5-5 5h10',
|
|
6152
|
+
key: '1m0wmu'
|
|
6153
|
+
}], ['path', {
|
|
6154
|
+
d: 'M4 12H2',
|
|
6155
|
+
key: 'rhcxmi'
|
|
6156
|
+
}], ['path', {
|
|
6157
|
+
d: 'M10 12H8',
|
|
6158
|
+
key: 's88cx1'
|
|
6159
|
+
}], ['path', {
|
|
6160
|
+
d: 'M16 12h-2',
|
|
6161
|
+
key: '10asgb'
|
|
6162
|
+
}], ['path', {
|
|
6163
|
+
d: 'M22 12h-2',
|
|
6164
|
+
key: '14jgyd'
|
|
6165
|
+
}]]);
|
|
6166
|
+
var FlipVertical2$1 = FlipVertical2;
|
|
6167
|
+
|
|
6168
|
+
var FlipVertical = createReactComponent('FlipVertical', [['path', {
|
|
6169
|
+
d: 'M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3',
|
|
6170
|
+
key: '14bfxa'
|
|
6171
|
+
}], ['path', {
|
|
6172
|
+
d: 'M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3',
|
|
6173
|
+
key: '14rx03'
|
|
6174
|
+
}], ['path', {
|
|
6175
|
+
d: 'M4 12H2',
|
|
6176
|
+
key: 'rhcxmi'
|
|
6177
|
+
}], ['path', {
|
|
6178
|
+
d: 'M10 12H8',
|
|
6179
|
+
key: 's88cx1'
|
|
6180
|
+
}], ['path', {
|
|
6181
|
+
d: 'M16 12h-2',
|
|
6182
|
+
key: '10asgb'
|
|
6183
|
+
}], ['path', {
|
|
6184
|
+
d: 'M22 12h-2',
|
|
6185
|
+
key: '14jgyd'
|
|
6186
|
+
}]]);
|
|
6187
|
+
var FlipVertical$1 = FlipVertical;
|
|
6188
|
+
|
|
6111
6189
|
var Flower2 = createReactComponent('Flower2', [['path', {
|
|
6112
6190
|
d: 'M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1',
|
|
6113
6191
|
key: '3pnvol'
|
|
@@ -6828,6 +6906,25 @@ var GitCommit = createReactComponent('GitCommit', [['circle', {
|
|
|
6828
6906
|
}]]);
|
|
6829
6907
|
var GitCommit$1 = GitCommit;
|
|
6830
6908
|
|
|
6909
|
+
var GitCompare = createReactComponent('GitCompare', [['circle', {
|
|
6910
|
+
cx: '18',
|
|
6911
|
+
cy: '18',
|
|
6912
|
+
r: '3',
|
|
6913
|
+
key: '1xkwt0'
|
|
6914
|
+
}], ['circle', {
|
|
6915
|
+
cx: '6',
|
|
6916
|
+
cy: '6',
|
|
6917
|
+
r: '3',
|
|
6918
|
+
key: '1lh9wr'
|
|
6919
|
+
}], ['path', {
|
|
6920
|
+
d: 'M13 6h3a2 2 0 0 1 2 2v7',
|
|
6921
|
+
key: '1yeb86'
|
|
6922
|
+
}], ['path', {
|
|
6923
|
+
d: 'M11 18H8a2 2 0 0 1-2-2V9',
|
|
6924
|
+
key: '19pyzm'
|
|
6925
|
+
}]]);
|
|
6926
|
+
var GitCompare$1 = GitCompare;
|
|
6927
|
+
|
|
6831
6928
|
var GitFork = createReactComponent('GitFork', [['circle', {
|
|
6832
6929
|
cx: '12',
|
|
6833
6930
|
cy: '18',
|
|
@@ -6868,6 +6965,59 @@ var GitMerge = createReactComponent('GitMerge', [['circle', {
|
|
|
6868
6965
|
}]]);
|
|
6869
6966
|
var GitMerge$1 = GitMerge;
|
|
6870
6967
|
|
|
6968
|
+
var GitPullRequestClosed = createReactComponent('GitPullRequestClosed', [['circle', {
|
|
6969
|
+
cx: '18',
|
|
6970
|
+
cy: '18',
|
|
6971
|
+
r: '3',
|
|
6972
|
+
key: '1xkwt0'
|
|
6973
|
+
}], ['circle', {
|
|
6974
|
+
cx: '6',
|
|
6975
|
+
cy: '6',
|
|
6976
|
+
r: '3',
|
|
6977
|
+
key: '1lh9wr'
|
|
6978
|
+
}], ['path', {
|
|
6979
|
+
d: 'M18 11.5V15',
|
|
6980
|
+
key: '65xf6f'
|
|
6981
|
+
}], ['path', {
|
|
6982
|
+
d: 'm21 3-6 6',
|
|
6983
|
+
key: '16nqsk'
|
|
6984
|
+
}], ['path', {
|
|
6985
|
+
d: 'm21 9-6-6',
|
|
6986
|
+
key: '9j17rh'
|
|
6987
|
+
}], ['line', {
|
|
6988
|
+
x1: '6',
|
|
6989
|
+
y1: '9',
|
|
6990
|
+
x2: '6',
|
|
6991
|
+
y2: '21',
|
|
6992
|
+
key: '79th4h'
|
|
6993
|
+
}]]);
|
|
6994
|
+
var GitPullRequestClosed$1 = GitPullRequestClosed;
|
|
6995
|
+
|
|
6996
|
+
var GitPullRequestDraft = createReactComponent('GitPullRequestDraft', [['circle', {
|
|
6997
|
+
cx: '18',
|
|
6998
|
+
cy: '18',
|
|
6999
|
+
r: '3',
|
|
7000
|
+
key: '1xkwt0'
|
|
7001
|
+
}], ['circle', {
|
|
7002
|
+
cx: '6',
|
|
7003
|
+
cy: '6',
|
|
7004
|
+
r: '3',
|
|
7005
|
+
key: '1lh9wr'
|
|
7006
|
+
}], ['path', {
|
|
7007
|
+
d: 'M18 6V5',
|
|
7008
|
+
key: '1oao2s'
|
|
7009
|
+
}], ['path', {
|
|
7010
|
+
d: 'M18 11v-1',
|
|
7011
|
+
key: '11c8tz'
|
|
7012
|
+
}], ['line', {
|
|
7013
|
+
x1: '6',
|
|
7014
|
+
y1: '9',
|
|
7015
|
+
x2: '6',
|
|
7016
|
+
y2: '21',
|
|
7017
|
+
key: '79th4h'
|
|
7018
|
+
}]]);
|
|
7019
|
+
var GitPullRequestDraft$1 = GitPullRequestDraft;
|
|
7020
|
+
|
|
6871
7021
|
var GitPullRequest = createReactComponent('GitPullRequest', [['circle', {
|
|
6872
7022
|
cx: '18',
|
|
6873
7023
|
cy: '18',
|
|
@@ -8701,15 +8851,148 @@ var Magnet = createReactComponent('Magnet', [['path', {
|
|
|
8701
8851
|
}]]);
|
|
8702
8852
|
var Magnet$1 = Magnet;
|
|
8703
8853
|
|
|
8704
|
-
var
|
|
8705
|
-
d: '
|
|
8706
|
-
key: '
|
|
8707
|
-
}], ['
|
|
8708
|
-
|
|
8709
|
-
key: '
|
|
8854
|
+
var MailCheck = createReactComponent('MailCheck', [['path', {
|
|
8855
|
+
d: 'M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8',
|
|
8856
|
+
key: '12jkf8'
|
|
8857
|
+
}], ['path', {
|
|
8858
|
+
d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7',
|
|
8859
|
+
key: '1ocrg3'
|
|
8860
|
+
}], ['path', {
|
|
8861
|
+
d: 'm16 19 2 2 4-4',
|
|
8862
|
+
key: '1b14m6'
|
|
8863
|
+
}]]);
|
|
8864
|
+
var MailCheck$1 = MailCheck;
|
|
8865
|
+
|
|
8866
|
+
var MailMinus = createReactComponent('MailMinus', [['path', {
|
|
8867
|
+
d: 'M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8',
|
|
8868
|
+
key: 'fuxbkv'
|
|
8869
|
+
}], ['path', {
|
|
8870
|
+
d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7',
|
|
8871
|
+
key: '1ocrg3'
|
|
8872
|
+
}], ['path', {
|
|
8873
|
+
d: 'M16 19h6',
|
|
8874
|
+
key: 'xwg31i'
|
|
8875
|
+
}]]);
|
|
8876
|
+
var MailMinus$1 = MailMinus;
|
|
8877
|
+
|
|
8878
|
+
var MailOpen = createReactComponent('MailOpen', [['path', {
|
|
8879
|
+
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',
|
|
8880
|
+
key: '1jhwl8'
|
|
8881
|
+
}], ['path', {
|
|
8882
|
+
d: 'm22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10',
|
|
8883
|
+
key: '1qfld7'
|
|
8884
|
+
}]]);
|
|
8885
|
+
var MailOpen$1 = MailOpen;
|
|
8886
|
+
|
|
8887
|
+
var MailPlus = createReactComponent('MailPlus', [['path', {
|
|
8888
|
+
d: 'M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8',
|
|
8889
|
+
key: '12jkf8'
|
|
8890
|
+
}], ['path', {
|
|
8891
|
+
d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7',
|
|
8892
|
+
key: '1ocrg3'
|
|
8893
|
+
}], ['path', {
|
|
8894
|
+
d: 'M19 16v6',
|
|
8895
|
+
key: 'tddt3s'
|
|
8896
|
+
}], ['path', {
|
|
8897
|
+
d: 'M16 19h6',
|
|
8898
|
+
key: 'xwg31i'
|
|
8899
|
+
}]]);
|
|
8900
|
+
var MailPlus$1 = MailPlus;
|
|
8901
|
+
|
|
8902
|
+
var MailQuestion = createReactComponent('MailQuestion', [['path', {
|
|
8903
|
+
d: 'M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5',
|
|
8904
|
+
key: 'e61zoh'
|
|
8905
|
+
}], ['path', {
|
|
8906
|
+
d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7',
|
|
8907
|
+
key: '1ocrg3'
|
|
8908
|
+
}], ['path', {
|
|
8909
|
+
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',
|
|
8910
|
+
key: '7z9rxb'
|
|
8911
|
+
}], ['path', {
|
|
8912
|
+
d: 'M20 22v.01',
|
|
8913
|
+
key: '12bgn6'
|
|
8914
|
+
}]]);
|
|
8915
|
+
var MailQuestion$1 = MailQuestion;
|
|
8916
|
+
|
|
8917
|
+
var MailSearch = createReactComponent('MailSearch', [['path', {
|
|
8918
|
+
d: 'M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5',
|
|
8919
|
+
key: 'w80f2v'
|
|
8920
|
+
}], ['path', {
|
|
8921
|
+
d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7',
|
|
8922
|
+
key: '1ocrg3'
|
|
8923
|
+
}], ['path', {
|
|
8924
|
+
d: 'M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6v0Z',
|
|
8925
|
+
key: 'mgbru4'
|
|
8926
|
+
}], ['circle', {
|
|
8927
|
+
cx: '18',
|
|
8928
|
+
cy: '18',
|
|
8929
|
+
r: '3',
|
|
8930
|
+
key: '1xkwt0'
|
|
8931
|
+
}], ['path', {
|
|
8932
|
+
d: 'm22 22-1.5-1.5',
|
|
8933
|
+
key: '1x83k4'
|
|
8934
|
+
}]]);
|
|
8935
|
+
var MailSearch$1 = MailSearch;
|
|
8936
|
+
|
|
8937
|
+
var MailWarning = createReactComponent('MailWarning', [['path', {
|
|
8938
|
+
d: 'M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5',
|
|
8939
|
+
key: 'e61zoh'
|
|
8940
|
+
}], ['path', {
|
|
8941
|
+
d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7',
|
|
8942
|
+
key: '1ocrg3'
|
|
8943
|
+
}], ['path', {
|
|
8944
|
+
d: 'M20 14v4',
|
|
8945
|
+
key: '1hm744'
|
|
8946
|
+
}], ['path', {
|
|
8947
|
+
d: 'M20 22v.01',
|
|
8948
|
+
key: '12bgn6'
|
|
8949
|
+
}]]);
|
|
8950
|
+
var MailWarning$1 = MailWarning;
|
|
8951
|
+
|
|
8952
|
+
var MailX = createReactComponent('MailX', [['path', {
|
|
8953
|
+
d: 'M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9',
|
|
8954
|
+
key: '1j9vog'
|
|
8955
|
+
}], ['path', {
|
|
8956
|
+
d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7',
|
|
8957
|
+
key: '1ocrg3'
|
|
8958
|
+
}], ['path', {
|
|
8959
|
+
d: 'm17 17 4 4',
|
|
8960
|
+
key: '1b3523'
|
|
8961
|
+
}], ['path', {
|
|
8962
|
+
d: 'm21 17-4 4',
|
|
8963
|
+
key: 'uinynz'
|
|
8964
|
+
}]]);
|
|
8965
|
+
var MailX$1 = MailX;
|
|
8966
|
+
|
|
8967
|
+
var Mail = createReactComponent('Mail', [['rect', {
|
|
8968
|
+
x: '2',
|
|
8969
|
+
y: '4',
|
|
8970
|
+
width: '20',
|
|
8971
|
+
height: '16',
|
|
8972
|
+
rx: '2',
|
|
8973
|
+
key: 'izxlao'
|
|
8974
|
+
}], ['path', {
|
|
8975
|
+
d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7',
|
|
8976
|
+
key: '1ocrg3'
|
|
8710
8977
|
}]]);
|
|
8711
8978
|
var Mail$1 = Mail;
|
|
8712
8979
|
|
|
8980
|
+
var Mails = createReactComponent('Mails', [['rect', {
|
|
8981
|
+
x: '6',
|
|
8982
|
+
y: '4',
|
|
8983
|
+
width: '16',
|
|
8984
|
+
height: '13',
|
|
8985
|
+
rx: '2',
|
|
8986
|
+
key: 'q6n4z8'
|
|
8987
|
+
}], ['path', {
|
|
8988
|
+
d: 'm22 7-7.1 3.78c-.57.3-1.23.3-1.8 0L6 7',
|
|
8989
|
+
key: 'xn252p'
|
|
8990
|
+
}], ['path', {
|
|
8991
|
+
d: 'M2 8v11c0 1.1.9 2 2 2h14',
|
|
8992
|
+
key: 'n13cji'
|
|
8993
|
+
}]]);
|
|
8994
|
+
var Mails$1 = Mails;
|
|
8995
|
+
|
|
8713
8996
|
var MapPinOff = createReactComponent('MapPinOff', [['path', {
|
|
8714
8997
|
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',
|
|
8715
8998
|
key: '12a8pk'
|
|
@@ -12337,14 +12620,26 @@ var Tablet = createReactComponent('Tablet', [['rect', {
|
|
|
12337
12620
|
var Tablet$1 = Tablet;
|
|
12338
12621
|
|
|
12339
12622
|
var Tag = createReactComponent('Tag', [['path', {
|
|
12340
|
-
d: '
|
|
12341
|
-
key: '
|
|
12623
|
+
d: 'M12 2H2v10l9.29 9.29c.94.94 2.48.94 3.42 0l6.58-6.58c.94-.94.94-2.48 0-3.42L12 2Z',
|
|
12624
|
+
key: '14b2ls'
|
|
12342
12625
|
}], ['path', {
|
|
12343
12626
|
d: 'M7 7h.01',
|
|
12344
12627
|
key: '7u93v4'
|
|
12345
12628
|
}]]);
|
|
12346
12629
|
var Tag$1 = Tag;
|
|
12347
12630
|
|
|
12631
|
+
var Tags = createReactComponent('Tags', [['path', {
|
|
12632
|
+
d: 'M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5Z',
|
|
12633
|
+
key: 'gt587u'
|
|
12634
|
+
}], ['path', {
|
|
12635
|
+
d: 'M6 9.01V9',
|
|
12636
|
+
key: '1flxpt'
|
|
12637
|
+
}], ['path', {
|
|
12638
|
+
d: 'm15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19',
|
|
12639
|
+
key: '1cbfv1'
|
|
12640
|
+
}]]);
|
|
12641
|
+
var Tags$1 = Tags;
|
|
12642
|
+
|
|
12348
12643
|
var Target = createReactComponent('Target', [['circle', {
|
|
12349
12644
|
cx: '12',
|
|
12350
12645
|
cy: '12',
|
|
@@ -13824,6 +14119,7 @@ exports.BluetoothOff = BluetoothOff$1;
|
|
|
13824
14119
|
exports.BluetoothSearching = BluetoothSearching$1;
|
|
13825
14120
|
exports.Bold = Bold$1;
|
|
13826
14121
|
exports.Bomb = Bomb$1;
|
|
14122
|
+
exports.Bone = Bone$1;
|
|
13827
14123
|
exports.Book = Book$1;
|
|
13828
14124
|
exports.BookOpen = BookOpen$1;
|
|
13829
14125
|
exports.Bookmark = Bookmark$1;
|
|
@@ -14063,6 +14359,10 @@ exports.Flashlight = Flashlight$1;
|
|
|
14063
14359
|
exports.FlashlightOff = FlashlightOff$1;
|
|
14064
14360
|
exports.FlaskConical = FlaskConical$1;
|
|
14065
14361
|
exports.FlaskRound = FlaskRound$1;
|
|
14362
|
+
exports.FlipHorizontal = FlipHorizontal$1;
|
|
14363
|
+
exports.FlipHorizontal2 = FlipHorizontal2$1;
|
|
14364
|
+
exports.FlipVertical = FlipVertical$1;
|
|
14365
|
+
exports.FlipVertical2 = FlipVertical2$1;
|
|
14066
14366
|
exports.Flower = Flower$1;
|
|
14067
14367
|
exports.Flower2 = Flower2$1;
|
|
14068
14368
|
exports.Focus = Focus$1;
|
|
@@ -14107,9 +14407,12 @@ exports.Gift = Gift$1;
|
|
|
14107
14407
|
exports.GitBranch = GitBranch$1;
|
|
14108
14408
|
exports.GitBranchPlus = GitBranchPlus$1;
|
|
14109
14409
|
exports.GitCommit = GitCommit$1;
|
|
14410
|
+
exports.GitCompare = GitCompare$1;
|
|
14110
14411
|
exports.GitFork = GitFork$1;
|
|
14111
14412
|
exports.GitMerge = GitMerge$1;
|
|
14112
14413
|
exports.GitPullRequest = GitPullRequest$1;
|
|
14414
|
+
exports.GitPullRequestClosed = GitPullRequestClosed$1;
|
|
14415
|
+
exports.GitPullRequestDraft = GitPullRequestDraft$1;
|
|
14113
14416
|
exports.Github = Github$1;
|
|
14114
14417
|
exports.Gitlab = Gitlab$1;
|
|
14115
14418
|
exports.GlassWater = GlassWater$1;
|
|
@@ -14208,6 +14511,15 @@ exports.LogOut = LogOut$1;
|
|
|
14208
14511
|
exports.Luggage = Luggage$1;
|
|
14209
14512
|
exports.Magnet = Magnet$1;
|
|
14210
14513
|
exports.Mail = Mail$1;
|
|
14514
|
+
exports.MailCheck = MailCheck$1;
|
|
14515
|
+
exports.MailMinus = MailMinus$1;
|
|
14516
|
+
exports.MailOpen = MailOpen$1;
|
|
14517
|
+
exports.MailPlus = MailPlus$1;
|
|
14518
|
+
exports.MailQuestion = MailQuestion$1;
|
|
14519
|
+
exports.MailSearch = MailSearch$1;
|
|
14520
|
+
exports.MailWarning = MailWarning$1;
|
|
14521
|
+
exports.MailX = MailX$1;
|
|
14522
|
+
exports.Mails = Mails$1;
|
|
14211
14523
|
exports.Map = Map$1;
|
|
14212
14524
|
exports.MapPin = MapPin$1;
|
|
14213
14525
|
exports.MapPinOff = MapPinOff$1;
|
|
@@ -14424,6 +14736,7 @@ exports.Table = Table$1;
|
|
|
14424
14736
|
exports.Table2 = Table2$1;
|
|
14425
14737
|
exports.Tablet = Tablet$1;
|
|
14426
14738
|
exports.Tag = Tag$1;
|
|
14739
|
+
exports.Tags = Tags$1;
|
|
14427
14740
|
exports.Target = Target$1;
|
|
14428
14741
|
exports.Tent = Tent$1;
|
|
14429
14742
|
exports.Terminal = Terminal$1;
|