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