@bigbinary/neeto-icons 1.17.11 → 1.17.12
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/.vscode/settings.json +1 -1
- package/README.md +5 -1
- package/dist/neeto-icons.cjs.js +1107 -512
- package/dist/neeto-icons.cjs.js.map +1 -1
- package/dist/neeto-icons.js +1090 -513
- package/dist/neeto-icons.js.map +1 -1
- package/package.json +2 -1
package/dist/neeto-icons.js
CHANGED
|
@@ -2832,14 +2832,14 @@ if (process.env.NODE_ENV === 'production') {
|
|
|
2832
2832
|
|
|
2833
2833
|
var React = react.exports;
|
|
2834
2834
|
|
|
2835
|
-
var _excluded$
|
|
2835
|
+
var _excluded$48 = ["size", "color", "strokeWidth"];
|
|
2836
2836
|
var ActivityLog = function ActivityLog(_ref) {
|
|
2837
2837
|
var _ref$size = _ref.size,
|
|
2838
2838
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2839
2839
|
_ref$color = _ref.color,
|
|
2840
2840
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
2841
2841
|
_ref.strokeWidth;
|
|
2842
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
2842
|
+
var props = _objectWithoutProperties(_ref, _excluded$48);
|
|
2843
2843
|
|
|
2844
2844
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2845
2845
|
width: size,
|
|
@@ -2861,7 +2861,7 @@ var ActivityLog = function ActivityLog(_ref) {
|
|
|
2861
2861
|
}));
|
|
2862
2862
|
};
|
|
2863
2863
|
|
|
2864
|
-
var _excluded$
|
|
2864
|
+
var _excluded$47 = ["size", "color", "strokeWidth"];
|
|
2865
2865
|
var AddCircle = function AddCircle(_ref) {
|
|
2866
2866
|
var _ref$size = _ref.size,
|
|
2867
2867
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2869,7 +2869,7 @@ var AddCircle = function AddCircle(_ref) {
|
|
|
2869
2869
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2870
2870
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2871
2871
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2872
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2872
|
+
props = _objectWithoutProperties(_ref, _excluded$47);
|
|
2873
2873
|
|
|
2874
2874
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2875
2875
|
width: size,
|
|
@@ -2901,7 +2901,7 @@ var AddCircle = function AddCircle(_ref) {
|
|
|
2901
2901
|
}));
|
|
2902
2902
|
};
|
|
2903
2903
|
|
|
2904
|
-
var _excluded$
|
|
2904
|
+
var _excluded$46 = ["size", "color", "strokeWidth"];
|
|
2905
2905
|
var AddMenu = function AddMenu(_ref) {
|
|
2906
2906
|
var _ref$size = _ref.size,
|
|
2907
2907
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2909,7 +2909,7 @@ var AddMenu = function AddMenu(_ref) {
|
|
|
2909
2909
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2910
2910
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2911
2911
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2912
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2912
|
+
props = _objectWithoutProperties(_ref, _excluded$46);
|
|
2913
2913
|
|
|
2914
2914
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2915
2915
|
width: size,
|
|
@@ -2948,7 +2948,7 @@ var AddMenu = function AddMenu(_ref) {
|
|
|
2948
2948
|
}));
|
|
2949
2949
|
};
|
|
2950
2950
|
|
|
2951
|
-
var _excluded$
|
|
2951
|
+
var _excluded$45 = ["size", "color", "strokeWidth"];
|
|
2952
2952
|
var AddRectangle = function AddRectangle(_ref) {
|
|
2953
2953
|
var _ref$size = _ref.size,
|
|
2954
2954
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2956,7 +2956,7 @@ var AddRectangle = function AddRectangle(_ref) {
|
|
|
2956
2956
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2957
2957
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2958
2958
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2959
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2959
|
+
props = _objectWithoutProperties(_ref, _excluded$45);
|
|
2960
2960
|
|
|
2961
2961
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2962
2962
|
width: size,
|
|
@@ -2972,7 +2972,61 @@ var AddRectangle = function AddRectangle(_ref) {
|
|
|
2972
2972
|
}));
|
|
2973
2973
|
};
|
|
2974
2974
|
|
|
2975
|
-
var _excluded$
|
|
2975
|
+
var _excluded$44 = ["size", "color", "strokeWidth"];
|
|
2976
|
+
var Address = function Address(_ref) {
|
|
2977
|
+
var _ref$size = _ref.size,
|
|
2978
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2979
|
+
_ref$color = _ref.color,
|
|
2980
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2981
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
2982
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2983
|
+
props = _objectWithoutProperties(_ref, _excluded$44);
|
|
2984
|
+
|
|
2985
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2986
|
+
width: size,
|
|
2987
|
+
height: size,
|
|
2988
|
+
fill: "none",
|
|
2989
|
+
viewBox: "0 0 24 24"
|
|
2990
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
2991
|
+
stroke: color,
|
|
2992
|
+
strokeLinecap: "round",
|
|
2993
|
+
strokeLinejoin: "round",
|
|
2994
|
+
strokeWidth: strokeWidth,
|
|
2995
|
+
d: "M9 19V4"
|
|
2996
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2997
|
+
stroke: color,
|
|
2998
|
+
strokeLinecap: "round",
|
|
2999
|
+
strokeLinejoin: "round",
|
|
3000
|
+
strokeWidth: strokeWidth,
|
|
3001
|
+
d: "M15 14V20.896"
|
|
3002
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3003
|
+
stroke: color,
|
|
3004
|
+
strokeLinecap: "round",
|
|
3005
|
+
strokeLinejoin: "round",
|
|
3006
|
+
strokeWidth: strokeWidth,
|
|
3007
|
+
d: "M21 13V18.3321C21.0005 18.5417 20.9349 18.7461 20.8125 18.9162C20.6902 19.0864 20.5174 19.2137 20.3186 19.28C19.0212 19.7125 16.2426 20.6388 15.3114 20.9494C15.1076 21.0173 14.8871 21.0168 14.6836 20.9478L9.31626 19.1585C9.11097 19.0901 8.88903 19.0901 8.68374 19.1585L4.31626 20.6145C4.16594 20.6646 4.00586 20.6783 3.84922 20.6544C3.69257 20.6305 3.54385 20.5697 3.4153 20.4771C3.28676 20.3844 3.18207 20.2626 3.10986 20.1215C3.03766 19.9805 3 19.8243 3 19.6658V6.61276C3 6.40288 3.06603 6.19833 3.18875 6.02806C3.31146 5.8578 3.48464 5.73046 3.68374 5.66409L8.36747 4.10265C8.77803 3.96578 9.22191 3.96578 9.63247 4.10265L11 4.55852"
|
|
3008
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3009
|
+
stroke: color,
|
|
3010
|
+
strokeLinecap: "round",
|
|
3011
|
+
strokeLinejoin: "round",
|
|
3012
|
+
strokeWidth: strokeWidth,
|
|
3013
|
+
d: "M14 6.5C14 8.13851 15.788 9.88881 16.808 10.7543C17.0034 10.9132 17.2476 11 17.4995 11C17.7514 11 17.9956 10.9132 18.191 10.7543C19.212 9.88881 21 8.13851 21 6.5"
|
|
3014
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3015
|
+
stroke: color,
|
|
3016
|
+
strokeLinecap: "round",
|
|
3017
|
+
strokeLinejoin: "round",
|
|
3018
|
+
strokeWidth: strokeWidth,
|
|
3019
|
+
d: "M17.501 6.25001C17.5504 6.25021 17.5986 6.26504 17.6396 6.29263C17.6806 6.32022 17.7125 6.35933 17.7313 6.40503C17.75 6.45073 17.7548 6.50096 17.7451 6.54939C17.7353 6.59782 17.7114 6.64227 17.6764 6.67714C17.6414 6.712 17.5969 6.73571 17.5484 6.74528C17.4999 6.75484 17.4497 6.74983 17.4041 6.73088C17.3585 6.71193 17.3195 6.67989 17.2921 6.6388C17.2646 6.59771 17.25 6.54941 17.25 6.50001C17.2498 6.46705 17.2562 6.43438 17.2688 6.4039C17.2813 6.37343 17.2998 6.34575 17.3232 6.32249C17.3465 6.29923 17.3743 6.28084 17.4048 6.2684C17.4353 6.25595 17.468 6.2497 17.501 6.25001"
|
|
3020
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3021
|
+
stroke: color,
|
|
3022
|
+
strokeLinecap: "round",
|
|
3023
|
+
strokeLinejoin: "round",
|
|
3024
|
+
strokeWidth: strokeWidth,
|
|
3025
|
+
d: "M14 6.5C14 5.57174 14.3687 4.6815 15.0251 4.02513C15.6815 3.36875 16.5717 3 17.5 3V3C18.4283 3 19.3185 3.36875 19.9749 4.02513C20.6313 4.6815 21 5.57174 21 6.5V6.5"
|
|
3026
|
+
}));
|
|
3027
|
+
};
|
|
3028
|
+
|
|
3029
|
+
var _excluded$43 = ["size", "color", "strokeWidth"];
|
|
2976
3030
|
var Agents = function Agents(_ref) {
|
|
2977
3031
|
var _ref$size = _ref.size,
|
|
2978
3032
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2980,7 +3034,7 @@ var Agents = function Agents(_ref) {
|
|
|
2980
3034
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2981
3035
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2982
3036
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2983
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3037
|
+
props = _objectWithoutProperties(_ref, _excluded$43);
|
|
2984
3038
|
|
|
2985
3039
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2986
3040
|
width: size,
|
|
@@ -2996,14 +3050,14 @@ var Agents = function Agents(_ref) {
|
|
|
2996
3050
|
}));
|
|
2997
3051
|
};
|
|
2998
3052
|
|
|
2999
|
-
var _excluded$
|
|
3053
|
+
var _excluded$42 = ["size", "color", "strokeWidth"];
|
|
3000
3054
|
var Apple = function Apple(_ref) {
|
|
3001
3055
|
var _ref$size = _ref.size,
|
|
3002
3056
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3003
3057
|
_ref$color = _ref.color,
|
|
3004
3058
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3005
3059
|
_ref.strokeWidth;
|
|
3006
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3060
|
+
var props = _objectWithoutProperties(_ref, _excluded$42);
|
|
3007
3061
|
|
|
3008
3062
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3009
3063
|
width: size,
|
|
@@ -3023,7 +3077,7 @@ var Apple = function Apple(_ref) {
|
|
|
3023
3077
|
}));
|
|
3024
3078
|
};
|
|
3025
3079
|
|
|
3026
|
-
var _excluded$
|
|
3080
|
+
var _excluded$41 = ["size", "color", "strokeWidth"];
|
|
3027
3081
|
var AppSwitcher = function AppSwitcher(_ref) {
|
|
3028
3082
|
var _ref$size = _ref.size,
|
|
3029
3083
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3031,7 +3085,7 @@ var AppSwitcher = function AppSwitcher(_ref) {
|
|
|
3031
3085
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3032
3086
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3033
3087
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3034
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3088
|
+
props = _objectWithoutProperties(_ref, _excluded$41);
|
|
3035
3089
|
|
|
3036
3090
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3037
3091
|
width: size,
|
|
@@ -3057,7 +3111,7 @@ var AppSwitcher = function AppSwitcher(_ref) {
|
|
|
3057
3111
|
}));
|
|
3058
3112
|
};
|
|
3059
3113
|
|
|
3060
|
-
var _excluded$
|
|
3114
|
+
var _excluded$40 = ["size", "color", "strokeWidth"];
|
|
3061
3115
|
var Archive = function Archive(_ref) {
|
|
3062
3116
|
var _ref$size = _ref.size,
|
|
3063
3117
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3065,7 +3119,7 @@ var Archive = function Archive(_ref) {
|
|
|
3065
3119
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3066
3120
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3067
3121
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3068
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3122
|
+
props = _objectWithoutProperties(_ref, _excluded$40);
|
|
3069
3123
|
|
|
3070
3124
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3071
3125
|
width: size,
|
|
@@ -3096,14 +3150,14 @@ var Archive = function Archive(_ref) {
|
|
|
3096
3150
|
}))));
|
|
3097
3151
|
};
|
|
3098
3152
|
|
|
3099
|
-
var _excluded$
|
|
3153
|
+
var _excluded$3$ = ["size", "color", "strokeWidth"];
|
|
3100
3154
|
var Articles = function Articles(_ref) {
|
|
3101
3155
|
var _ref$size = _ref.size,
|
|
3102
3156
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3103
3157
|
_ref$color = _ref.color,
|
|
3104
3158
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3105
3159
|
_ref.strokeWidth;
|
|
3106
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3160
|
+
var props = _objectWithoutProperties(_ref, _excluded$3$);
|
|
3107
3161
|
|
|
3108
3162
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3109
3163
|
width: size,
|
|
@@ -3138,7 +3192,7 @@ var Articles = function Articles(_ref) {
|
|
|
3138
3192
|
}));
|
|
3139
3193
|
};
|
|
3140
3194
|
|
|
3141
|
-
var _excluded$
|
|
3195
|
+
var _excluded$3_ = ["size", "color", "strokeWidth"];
|
|
3142
3196
|
var Attachment = function Attachment(_ref) {
|
|
3143
3197
|
var _ref$size = _ref.size,
|
|
3144
3198
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3146,7 +3200,7 @@ var Attachment = function Attachment(_ref) {
|
|
|
3146
3200
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3147
3201
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3148
3202
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3149
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3203
|
+
props = _objectWithoutProperties(_ref, _excluded$3_);
|
|
3150
3204
|
|
|
3151
3205
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3152
3206
|
width: size,
|
|
@@ -3170,7 +3224,7 @@ var Attachment = function Attachment(_ref) {
|
|
|
3170
3224
|
}))));
|
|
3171
3225
|
};
|
|
3172
3226
|
|
|
3173
|
-
var _excluded$
|
|
3227
|
+
var _excluded$3Z = ["size", "color", "strokeWidth"];
|
|
3174
3228
|
var Bank = function Bank(_ref) {
|
|
3175
3229
|
var _ref$size = _ref.size,
|
|
3176
3230
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3178,7 +3232,7 @@ var Bank = function Bank(_ref) {
|
|
|
3178
3232
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3179
3233
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3180
3234
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3181
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3235
|
+
props = _objectWithoutProperties(_ref, _excluded$3Z);
|
|
3182
3236
|
|
|
3183
3237
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3184
3238
|
width: size,
|
|
@@ -3233,7 +3287,7 @@ var Bank = function Bank(_ref) {
|
|
|
3233
3287
|
}));
|
|
3234
3288
|
};
|
|
3235
3289
|
|
|
3236
|
-
var _excluded$
|
|
3290
|
+
var _excluded$3Y = ["size", "color", "strokeWidth"];
|
|
3237
3291
|
var Blockquote = function Blockquote(_ref) {
|
|
3238
3292
|
var _ref$size = _ref.size,
|
|
3239
3293
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3241,7 +3295,7 @@ var Blockquote = function Blockquote(_ref) {
|
|
|
3241
3295
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3242
3296
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3243
3297
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3244
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3298
|
+
props = _objectWithoutProperties(_ref, _excluded$3Y);
|
|
3245
3299
|
|
|
3246
3300
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3247
3301
|
width: size,
|
|
@@ -3257,7 +3311,7 @@ var Blockquote = function Blockquote(_ref) {
|
|
|
3257
3311
|
}));
|
|
3258
3312
|
};
|
|
3259
3313
|
|
|
3260
|
-
var _excluded$
|
|
3314
|
+
var _excluded$3X = ["size", "color", "strokeWidth"];
|
|
3261
3315
|
var Book = function Book(_ref) {
|
|
3262
3316
|
var _ref$size = _ref.size,
|
|
3263
3317
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3265,7 +3319,7 @@ var Book = function Book(_ref) {
|
|
|
3265
3319
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3266
3320
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3267
3321
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3268
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3322
|
+
props = _objectWithoutProperties(_ref, _excluded$3X);
|
|
3269
3323
|
|
|
3270
3324
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3271
3325
|
width: size,
|
|
@@ -3281,14 +3335,14 @@ var Book = function Book(_ref) {
|
|
|
3281
3335
|
}));
|
|
3282
3336
|
};
|
|
3283
3337
|
|
|
3284
|
-
var _excluded$
|
|
3338
|
+
var _excluded$3W = ["size", "color", "strokeWidth"];
|
|
3285
3339
|
var Bookmark = function Bookmark(_ref) {
|
|
3286
3340
|
var _ref$size = _ref.size,
|
|
3287
3341
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3288
3342
|
_ref$color = _ref.color,
|
|
3289
3343
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3290
3344
|
_ref.strokeWidth;
|
|
3291
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3345
|
+
var props = _objectWithoutProperties(_ref, _excluded$3W);
|
|
3292
3346
|
|
|
3293
3347
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3294
3348
|
width: size,
|
|
@@ -3304,7 +3358,7 @@ var Bookmark = function Bookmark(_ref) {
|
|
|
3304
3358
|
}));
|
|
3305
3359
|
};
|
|
3306
3360
|
|
|
3307
|
-
var _excluded$
|
|
3361
|
+
var _excluded$3V = ["size", "color", "strokeWidth"];
|
|
3308
3362
|
var BookOpen = function BookOpen(_ref) {
|
|
3309
3363
|
var _ref$size = _ref.size,
|
|
3310
3364
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3312,7 +3366,7 @@ var BookOpen = function BookOpen(_ref) {
|
|
|
3312
3366
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3313
3367
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3314
3368
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3315
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3369
|
+
props = _objectWithoutProperties(_ref, _excluded$3V);
|
|
3316
3370
|
|
|
3317
3371
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3318
3372
|
width: size,
|
|
@@ -3334,14 +3388,14 @@ var BookOpen = function BookOpen(_ref) {
|
|
|
3334
3388
|
}));
|
|
3335
3389
|
};
|
|
3336
3390
|
|
|
3337
|
-
var _excluded$
|
|
3391
|
+
var _excluded$3U = ["size", "color", "strokeWidth"];
|
|
3338
3392
|
var Braces = function Braces(_ref) {
|
|
3339
3393
|
var _ref$size = _ref.size,
|
|
3340
3394
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3341
3395
|
_ref$color = _ref.color,
|
|
3342
3396
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3343
3397
|
_ref.strokeWidth;
|
|
3344
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3398
|
+
var props = _objectWithoutProperties(_ref, _excluded$3U);
|
|
3345
3399
|
|
|
3346
3400
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3347
3401
|
width: size,
|
|
@@ -3354,7 +3408,7 @@ var Braces = function Braces(_ref) {
|
|
|
3354
3408
|
}));
|
|
3355
3409
|
};
|
|
3356
3410
|
|
|
3357
|
-
var _excluded$
|
|
3411
|
+
var _excluded$3T = ["size", "color", "strokeWidth"];
|
|
3358
3412
|
var Building = function Building(_ref) {
|
|
3359
3413
|
var _ref$size = _ref.size,
|
|
3360
3414
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3362,7 +3416,7 @@ var Building = function Building(_ref) {
|
|
|
3362
3416
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3363
3417
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3364
3418
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3365
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3419
|
+
props = _objectWithoutProperties(_ref, _excluded$3T);
|
|
3366
3420
|
|
|
3367
3421
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3368
3422
|
width: size,
|
|
@@ -3421,7 +3475,7 @@ var Building = function Building(_ref) {
|
|
|
3421
3475
|
}));
|
|
3422
3476
|
};
|
|
3423
3477
|
|
|
3424
|
-
var _excluded$
|
|
3478
|
+
var _excluded$3S = ["size", "color", "strokeWidth"];
|
|
3425
3479
|
var Calendar = function Calendar(_ref) {
|
|
3426
3480
|
var _ref$size = _ref.size,
|
|
3427
3481
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3429,7 +3483,7 @@ var Calendar = function Calendar(_ref) {
|
|
|
3429
3483
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3430
3484
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3431
3485
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3432
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3486
|
+
props = _objectWithoutProperties(_ref, _excluded$3S);
|
|
3433
3487
|
|
|
3434
3488
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3435
3489
|
width: size,
|
|
@@ -3463,7 +3517,7 @@ var Calendar = function Calendar(_ref) {
|
|
|
3463
3517
|
}));
|
|
3464
3518
|
};
|
|
3465
3519
|
|
|
3466
|
-
var _excluded$
|
|
3520
|
+
var _excluded$3R = ["size", "color", "strokeWidth"];
|
|
3467
3521
|
var Camera = function Camera(_ref) {
|
|
3468
3522
|
var _ref$size = _ref.size,
|
|
3469
3523
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3471,7 +3525,7 @@ var Camera = function Camera(_ref) {
|
|
|
3471
3525
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3472
3526
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3473
3527
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3474
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3528
|
+
props = _objectWithoutProperties(_ref, _excluded$3R);
|
|
3475
3529
|
|
|
3476
3530
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3477
3531
|
width: size,
|
|
@@ -3499,14 +3553,14 @@ var Camera = function Camera(_ref) {
|
|
|
3499
3553
|
}));
|
|
3500
3554
|
};
|
|
3501
3555
|
|
|
3502
|
-
var _excluded$
|
|
3556
|
+
var _excluded$3Q = ["size", "color", "strokeWidth"];
|
|
3503
3557
|
var CannedResponses = function CannedResponses(_ref) {
|
|
3504
3558
|
var _ref$size = _ref.size,
|
|
3505
3559
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3506
3560
|
_ref$color = _ref.color,
|
|
3507
3561
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3508
3562
|
_ref.strokeWidth;
|
|
3509
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3563
|
+
var props = _objectWithoutProperties(_ref, _excluded$3Q);
|
|
3510
3564
|
|
|
3511
3565
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3512
3566
|
width: size,
|
|
@@ -3519,7 +3573,43 @@ var CannedResponses = function CannedResponses(_ref) {
|
|
|
3519
3573
|
}));
|
|
3520
3574
|
};
|
|
3521
3575
|
|
|
3522
|
-
var _excluded$
|
|
3576
|
+
var _excluded$3P = ["size", "color", "strokeWidth"];
|
|
3577
|
+
var Captcha = function Captcha(_ref) {
|
|
3578
|
+
var _ref$size = _ref.size,
|
|
3579
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3580
|
+
_ref$color = _ref.color,
|
|
3581
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3582
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
3583
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3584
|
+
props = _objectWithoutProperties(_ref, _excluded$3P);
|
|
3585
|
+
|
|
3586
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3587
|
+
width: size,
|
|
3588
|
+
height: size,
|
|
3589
|
+
fill: "none",
|
|
3590
|
+
viewBox: "0 0 24 24"
|
|
3591
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
3592
|
+
stroke: color,
|
|
3593
|
+
strokeLinecap: "round",
|
|
3594
|
+
strokeLinejoin: "round",
|
|
3595
|
+
strokeWidth: strokeWidth,
|
|
3596
|
+
d: "M18.5 15.5L16 18L14.5 16.5"
|
|
3597
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3598
|
+
stroke: color,
|
|
3599
|
+
strokeLinecap: "round",
|
|
3600
|
+
strokeLinejoin: "round",
|
|
3601
|
+
strokeWidth: strokeWidth,
|
|
3602
|
+
d: "M20.424 4.80298V7.69598H17.531H20.424M18.75 21H14.25C13.007 21 12 19.993 12 18.75V14.25C12 13.007 13.007 12 14.25 12H18.75C19.993 12 21 13.007 21 14.25V18.75C21 19.993 19.993 21 18.75 21Z"
|
|
3603
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3604
|
+
stroke: color,
|
|
3605
|
+
strokeLinecap: "round",
|
|
3606
|
+
strokeLinejoin: "round",
|
|
3607
|
+
strokeWidth: strokeWidth,
|
|
3608
|
+
d: "M9 20.477C5.507 19.24 3 15.917 3 12C3 7.03 7.029 3 12 3C15.412 3 18.379 4.899 19.905 7.696"
|
|
3609
|
+
}));
|
|
3610
|
+
};
|
|
3611
|
+
|
|
3612
|
+
var _excluded$3O = ["size", "color", "strokeWidth"];
|
|
3523
3613
|
var Category = function Category(_ref) {
|
|
3524
3614
|
var _ref$size = _ref.size,
|
|
3525
3615
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3527,7 +3617,7 @@ var Category = function Category(_ref) {
|
|
|
3527
3617
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3528
3618
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3529
3619
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3530
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3620
|
+
props = _objectWithoutProperties(_ref, _excluded$3O);
|
|
3531
3621
|
|
|
3532
3622
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3533
3623
|
width: size,
|
|
@@ -3543,7 +3633,7 @@ var Category = function Category(_ref) {
|
|
|
3543
3633
|
}));
|
|
3544
3634
|
};
|
|
3545
3635
|
|
|
3546
|
-
var _excluded$
|
|
3636
|
+
var _excluded$3N = ["size", "color", "strokeWidth"];
|
|
3547
3637
|
var CenterAlign = function CenterAlign(_ref) {
|
|
3548
3638
|
var _ref$size = _ref.size,
|
|
3549
3639
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3551,7 +3641,7 @@ var CenterAlign = function CenterAlign(_ref) {
|
|
|
3551
3641
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3552
3642
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3553
3643
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3554
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3644
|
+
props = _objectWithoutProperties(_ref, _excluded$3N);
|
|
3555
3645
|
|
|
3556
3646
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3557
3647
|
width: size,
|
|
@@ -3609,7 +3699,7 @@ var CenterAlign = function CenterAlign(_ref) {
|
|
|
3609
3699
|
}))));
|
|
3610
3700
|
};
|
|
3611
3701
|
|
|
3612
|
-
var _excluded$
|
|
3702
|
+
var _excluded$3M = ["size", "color", "strokeWidth"];
|
|
3613
3703
|
var ChatOffline = function ChatOffline(_ref) {
|
|
3614
3704
|
var _ref$size = _ref.size,
|
|
3615
3705
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3617,7 +3707,7 @@ var ChatOffline = function ChatOffline(_ref) {
|
|
|
3617
3707
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3618
3708
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3619
3709
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3620
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3710
|
+
props = _objectWithoutProperties(_ref, _excluded$3M);
|
|
3621
3711
|
|
|
3622
3712
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3623
3713
|
width: size,
|
|
@@ -3638,7 +3728,7 @@ var ChatOffline = function ChatOffline(_ref) {
|
|
|
3638
3728
|
}));
|
|
3639
3729
|
};
|
|
3640
3730
|
|
|
3641
|
-
var _excluded$
|
|
3731
|
+
var _excluded$3L = ["size", "color", "strokeWidth"];
|
|
3642
3732
|
var Chat = function Chat(_ref) {
|
|
3643
3733
|
var _ref$size = _ref.size,
|
|
3644
3734
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3646,7 +3736,7 @@ var Chat = function Chat(_ref) {
|
|
|
3646
3736
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3647
3737
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3648
3738
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3649
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3739
|
+
props = _objectWithoutProperties(_ref, _excluded$3L);
|
|
3650
3740
|
|
|
3651
3741
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3652
3742
|
width: size,
|
|
@@ -3668,14 +3758,14 @@ var Chat = function Chat(_ref) {
|
|
|
3668
3758
|
}));
|
|
3669
3759
|
};
|
|
3670
3760
|
|
|
3671
|
-
var _excluded$
|
|
3761
|
+
var _excluded$3K = ["size", "color", "strokeWidth"];
|
|
3672
3762
|
var ChatBubble = function ChatBubble(_ref) {
|
|
3673
3763
|
var _ref$size = _ref.size,
|
|
3674
3764
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3675
3765
|
_ref$color = _ref.color,
|
|
3676
3766
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3677
3767
|
_ref.strokeWidth;
|
|
3678
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3768
|
+
var props = _objectWithoutProperties(_ref, _excluded$3K);
|
|
3679
3769
|
|
|
3680
3770
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3681
3771
|
width: size,
|
|
@@ -3691,7 +3781,7 @@ var ChatBubble = function ChatBubble(_ref) {
|
|
|
3691
3781
|
}));
|
|
3692
3782
|
};
|
|
3693
3783
|
|
|
3694
|
-
var _excluded$
|
|
3784
|
+
var _excluded$3J = ["size", "color", "strokeWidth"];
|
|
3695
3785
|
var ChatEmpty = function ChatEmpty(_ref) {
|
|
3696
3786
|
var _ref$size = _ref.size,
|
|
3697
3787
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3699,7 +3789,7 @@ var ChatEmpty = function ChatEmpty(_ref) {
|
|
|
3699
3789
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3700
3790
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3701
3791
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3702
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3792
|
+
props = _objectWithoutProperties(_ref, _excluded$3J);
|
|
3703
3793
|
|
|
3704
3794
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3705
3795
|
width: size,
|
|
@@ -3715,14 +3805,14 @@ var ChatEmpty = function ChatEmpty(_ref) {
|
|
|
3715
3805
|
}));
|
|
3716
3806
|
};
|
|
3717
3807
|
|
|
3718
|
-
var _excluded$
|
|
3808
|
+
var _excluded$3I = ["size", "color", "strokeWidth"];
|
|
3719
3809
|
var ChatNotification = function ChatNotification(_ref) {
|
|
3720
3810
|
var _ref$size = _ref.size,
|
|
3721
3811
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3722
3812
|
_ref$color = _ref.color,
|
|
3723
3813
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3724
3814
|
_ref.strokeWidth;
|
|
3725
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3815
|
+
var props = _objectWithoutProperties(_ref, _excluded$3I);
|
|
3726
3816
|
|
|
3727
3817
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3728
3818
|
width: size,
|
|
@@ -3738,7 +3828,7 @@ var ChatNotification = function ChatNotification(_ref) {
|
|
|
3738
3828
|
}));
|
|
3739
3829
|
};
|
|
3740
3830
|
|
|
3741
|
-
var _excluded$
|
|
3831
|
+
var _excluded$3H = ["size", "color", "strokeWidth"];
|
|
3742
3832
|
var Check = function Check(_ref) {
|
|
3743
3833
|
var _ref$size = _ref.size,
|
|
3744
3834
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3746,7 +3836,7 @@ var Check = function Check(_ref) {
|
|
|
3746
3836
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3747
3837
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3748
3838
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3749
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3839
|
+
props = _objectWithoutProperties(_ref, _excluded$3H);
|
|
3750
3840
|
|
|
3751
3841
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3752
3842
|
width: size,
|
|
@@ -3762,7 +3852,7 @@ var Check = function Check(_ref) {
|
|
|
3762
3852
|
}));
|
|
3763
3853
|
};
|
|
3764
3854
|
|
|
3765
|
-
var _excluded$
|
|
3855
|
+
var _excluded$3G = ["size", "color", "strokeWidth"];
|
|
3766
3856
|
var Checkbox = function Checkbox(_ref) {
|
|
3767
3857
|
var _ref$size = _ref.size,
|
|
3768
3858
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3770,7 +3860,7 @@ var Checkbox = function Checkbox(_ref) {
|
|
|
3770
3860
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3771
3861
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3772
3862
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3773
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3863
|
+
props = _objectWithoutProperties(_ref, _excluded$3G);
|
|
3774
3864
|
|
|
3775
3865
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3776
3866
|
width: size,
|
|
@@ -3794,7 +3884,7 @@ var Checkbox = function Checkbox(_ref) {
|
|
|
3794
3884
|
}));
|
|
3795
3885
|
};
|
|
3796
3886
|
|
|
3797
|
-
var _excluded$
|
|
3887
|
+
var _excluded$3F = ["size", "color", "strokeWidth"];
|
|
3798
3888
|
var CheckboxInactive = function CheckboxInactive(_ref) {
|
|
3799
3889
|
var _ref$size = _ref.size,
|
|
3800
3890
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3802,7 +3892,7 @@ var CheckboxInactive = function CheckboxInactive(_ref) {
|
|
|
3802
3892
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3803
3893
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3804
3894
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3805
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3895
|
+
props = _objectWithoutProperties(_ref, _excluded$3F);
|
|
3806
3896
|
|
|
3807
3897
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3808
3898
|
width: size,
|
|
@@ -3820,7 +3910,7 @@ var CheckboxInactive = function CheckboxInactive(_ref) {
|
|
|
3820
3910
|
}));
|
|
3821
3911
|
};
|
|
3822
3912
|
|
|
3823
|
-
var _excluded$
|
|
3913
|
+
var _excluded$3E = ["size", "color", "strokeWidth"];
|
|
3824
3914
|
var CheckCircle = function CheckCircle(_ref) {
|
|
3825
3915
|
var _ref$size = _ref.size,
|
|
3826
3916
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3828,7 +3918,7 @@ var CheckCircle = function CheckCircle(_ref) {
|
|
|
3828
3918
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3829
3919
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3830
3920
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3831
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3921
|
+
props = _objectWithoutProperties(_ref, _excluded$3E);
|
|
3832
3922
|
|
|
3833
3923
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3834
3924
|
width: size,
|
|
@@ -3850,7 +3940,7 @@ var CheckCircle = function CheckCircle(_ref) {
|
|
|
3850
3940
|
}));
|
|
3851
3941
|
};
|
|
3852
3942
|
|
|
3853
|
-
var _excluded$
|
|
3943
|
+
var _excluded$3D = ["size", "color", "strokeWidth"];
|
|
3854
3944
|
var Checkmark = function Checkmark(_ref) {
|
|
3855
3945
|
var _ref$size = _ref.size,
|
|
3856
3946
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3858,7 +3948,7 @@ var Checkmark = function Checkmark(_ref) {
|
|
|
3858
3948
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3859
3949
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3860
3950
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3861
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3951
|
+
props = _objectWithoutProperties(_ref, _excluded$3D);
|
|
3862
3952
|
|
|
3863
3953
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3864
3954
|
width: size,
|
|
@@ -3880,14 +3970,14 @@ var Checkmark = function Checkmark(_ref) {
|
|
|
3880
3970
|
}));
|
|
3881
3971
|
};
|
|
3882
3972
|
|
|
3883
|
-
var _excluded$
|
|
3973
|
+
var _excluded$3C = ["size", "color", "strokeWidth"];
|
|
3884
3974
|
var Chrome = function Chrome(_ref) {
|
|
3885
3975
|
var _ref$size = _ref.size,
|
|
3886
3976
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3887
3977
|
_ref$color = _ref.color,
|
|
3888
3978
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3889
3979
|
_ref.strokeWidth;
|
|
3890
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3980
|
+
var props = _objectWithoutProperties(_ref, _excluded$3C);
|
|
3891
3981
|
|
|
3892
3982
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3893
3983
|
width: size,
|
|
@@ -3907,7 +3997,7 @@ var Chrome = function Chrome(_ref) {
|
|
|
3907
3997
|
}));
|
|
3908
3998
|
};
|
|
3909
3999
|
|
|
3910
|
-
var _excluded$
|
|
4000
|
+
var _excluded$3B = ["size", "color", "strokeWidth"];
|
|
3911
4001
|
var Clock = function Clock(_ref) {
|
|
3912
4002
|
var _ref$size = _ref.size,
|
|
3913
4003
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3915,7 +4005,7 @@ var Clock = function Clock(_ref) {
|
|
|
3915
4005
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3916
4006
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3917
4007
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3918
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4008
|
+
props = _objectWithoutProperties(_ref, _excluded$3B);
|
|
3919
4009
|
|
|
3920
4010
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3921
4011
|
width: size,
|
|
@@ -3937,7 +4027,7 @@ var Clock = function Clock(_ref) {
|
|
|
3937
4027
|
}));
|
|
3938
4028
|
};
|
|
3939
4029
|
|
|
3940
|
-
var _excluded$
|
|
4030
|
+
var _excluded$3A = ["size", "color", "strokeWidth"];
|
|
3941
4031
|
var Close = function Close(_ref) {
|
|
3942
4032
|
var _ref$size = _ref.size,
|
|
3943
4033
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3945,7 +4035,7 @@ var Close = function Close(_ref) {
|
|
|
3945
4035
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3946
4036
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3947
4037
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3948
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4038
|
+
props = _objectWithoutProperties(_ref, _excluded$3A);
|
|
3949
4039
|
|
|
3950
4040
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3951
4041
|
width: size,
|
|
@@ -3967,7 +4057,7 @@ var Close = function Close(_ref) {
|
|
|
3967
4057
|
}));
|
|
3968
4058
|
};
|
|
3969
4059
|
|
|
3970
|
-
var _excluded$
|
|
4060
|
+
var _excluded$3z = ["size", "color", "strokeWidth"];
|
|
3971
4061
|
var CloseCircle = function CloseCircle(_ref) {
|
|
3972
4062
|
var _ref$size = _ref.size,
|
|
3973
4063
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3975,7 +4065,7 @@ var CloseCircle = function CloseCircle(_ref) {
|
|
|
3975
4065
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3976
4066
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3977
4067
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3978
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4068
|
+
props = _objectWithoutProperties(_ref, _excluded$3z);
|
|
3979
4069
|
|
|
3980
4070
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3981
4071
|
width: size,
|
|
@@ -4003,7 +4093,7 @@ var CloseCircle = function CloseCircle(_ref) {
|
|
|
4003
4093
|
}));
|
|
4004
4094
|
};
|
|
4005
4095
|
|
|
4006
|
-
var _excluded$
|
|
4096
|
+
var _excluded$3y = ["size", "color", "strokeWidth"];
|
|
4007
4097
|
var ClosedPullRequest = function ClosedPullRequest(_ref) {
|
|
4008
4098
|
var _ref$size = _ref.size,
|
|
4009
4099
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4011,7 +4101,7 @@ var ClosedPullRequest = function ClosedPullRequest(_ref) {
|
|
|
4011
4101
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4012
4102
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4013
4103
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4014
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4104
|
+
props = _objectWithoutProperties(_ref, _excluded$3y);
|
|
4015
4105
|
|
|
4016
4106
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4017
4107
|
width: size,
|
|
@@ -4055,7 +4145,7 @@ var ClosedPullRequest = function ClosedPullRequest(_ref) {
|
|
|
4055
4145
|
}));
|
|
4056
4146
|
};
|
|
4057
4147
|
|
|
4058
|
-
var _excluded$
|
|
4148
|
+
var _excluded$3x = ["size", "color", "strokeWidth"];
|
|
4059
4149
|
var Code = function Code(_ref) {
|
|
4060
4150
|
var _ref$size = _ref.size,
|
|
4061
4151
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4063,7 +4153,7 @@ var Code = function Code(_ref) {
|
|
|
4063
4153
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4064
4154
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4065
4155
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4066
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4156
|
+
props = _objectWithoutProperties(_ref, _excluded$3x);
|
|
4067
4157
|
|
|
4068
4158
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4069
4159
|
width: size,
|
|
@@ -4079,7 +4169,7 @@ var Code = function Code(_ref) {
|
|
|
4079
4169
|
}));
|
|
4080
4170
|
};
|
|
4081
4171
|
|
|
4082
|
-
var _excluded$
|
|
4172
|
+
var _excluded$3w = ["size", "color", "strokeWidth"];
|
|
4083
4173
|
var CodeBlock = function CodeBlock(_ref) {
|
|
4084
4174
|
var _ref$size = _ref.size,
|
|
4085
4175
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4087,7 +4177,7 @@ var CodeBlock = function CodeBlock(_ref) {
|
|
|
4087
4177
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4088
4178
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4089
4179
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4090
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4180
|
+
props = _objectWithoutProperties(_ref, _excluded$3w);
|
|
4091
4181
|
|
|
4092
4182
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4093
4183
|
width: size,
|
|
@@ -4103,7 +4193,7 @@ var CodeBlock = function CodeBlock(_ref) {
|
|
|
4103
4193
|
}));
|
|
4104
4194
|
};
|
|
4105
4195
|
|
|
4106
|
-
var _excluded$
|
|
4196
|
+
var _excluded$3v = ["size", "color", "strokeWidth"];
|
|
4107
4197
|
var Collapse = function Collapse(_ref) {
|
|
4108
4198
|
var _ref$size = _ref.size,
|
|
4109
4199
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4111,7 +4201,7 @@ var Collapse = function Collapse(_ref) {
|
|
|
4111
4201
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4112
4202
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4113
4203
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4114
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4204
|
+
props = _objectWithoutProperties(_ref, _excluded$3v);
|
|
4115
4205
|
|
|
4116
4206
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4117
4207
|
width: size,
|
|
@@ -4133,7 +4223,7 @@ var Collapse = function Collapse(_ref) {
|
|
|
4133
4223
|
}));
|
|
4134
4224
|
};
|
|
4135
4225
|
|
|
4136
|
-
var _excluded$
|
|
4226
|
+
var _excluded$3u = ["size", "color", "strokeWidth"];
|
|
4137
4227
|
var Column = function Column(_ref) {
|
|
4138
4228
|
var _ref$size = _ref.size,
|
|
4139
4229
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4141,7 +4231,7 @@ var Column = function Column(_ref) {
|
|
|
4141
4231
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4142
4232
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4143
4233
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4144
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4234
|
+
props = _objectWithoutProperties(_ref, _excluded$3u);
|
|
4145
4235
|
|
|
4146
4236
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4147
4237
|
width: size,
|
|
@@ -4164,7 +4254,7 @@ var Column = function Column(_ref) {
|
|
|
4164
4254
|
}));
|
|
4165
4255
|
};
|
|
4166
4256
|
|
|
4167
|
-
var _excluded$
|
|
4257
|
+
var _excluded$3t = ["size", "color", "strokeWidth"];
|
|
4168
4258
|
var Computer = function Computer(_ref) {
|
|
4169
4259
|
var _ref$size = _ref.size,
|
|
4170
4260
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4172,7 +4262,7 @@ var Computer = function Computer(_ref) {
|
|
|
4172
4262
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4173
4263
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4174
4264
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4175
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4265
|
+
props = _objectWithoutProperties(_ref, _excluded$3t);
|
|
4176
4266
|
|
|
4177
4267
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4178
4268
|
width: size,
|
|
@@ -4202,7 +4292,7 @@ var Computer = function Computer(_ref) {
|
|
|
4202
4292
|
}));
|
|
4203
4293
|
};
|
|
4204
4294
|
|
|
4205
|
-
var _excluded$
|
|
4295
|
+
var _excluded$3s = ["size", "color", "strokeWidth"];
|
|
4206
4296
|
var ContactBook = function ContactBook(_ref) {
|
|
4207
4297
|
var _ref$size = _ref.size,
|
|
4208
4298
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4210,7 +4300,7 @@ var ContactBook = function ContactBook(_ref) {
|
|
|
4210
4300
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4211
4301
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4212
4302
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4213
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4303
|
+
props = _objectWithoutProperties(_ref, _excluded$3s);
|
|
4214
4304
|
|
|
4215
4305
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4216
4306
|
width: size,
|
|
@@ -4244,7 +4334,7 @@ var ContactBook = function ContactBook(_ref) {
|
|
|
4244
4334
|
}));
|
|
4245
4335
|
};
|
|
4246
4336
|
|
|
4247
|
-
var _excluded$
|
|
4337
|
+
var _excluded$3r = ["size", "color", "strokeWidth"];
|
|
4248
4338
|
var Copy = function Copy(_ref) {
|
|
4249
4339
|
var _ref$size = _ref.size,
|
|
4250
4340
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4252,7 +4342,7 @@ var Copy = function Copy(_ref) {
|
|
|
4252
4342
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4253
4343
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4254
4344
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4255
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4345
|
+
props = _objectWithoutProperties(_ref, _excluded$3r);
|
|
4256
4346
|
|
|
4257
4347
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4258
4348
|
width: size,
|
|
@@ -4274,7 +4364,7 @@ var Copy = function Copy(_ref) {
|
|
|
4274
4364
|
}));
|
|
4275
4365
|
};
|
|
4276
4366
|
|
|
4277
|
-
var _excluded$
|
|
4367
|
+
var _excluded$3q = ["size", "color", "strokeWidth"];
|
|
4278
4368
|
var CreditCard = function CreditCard(_ref) {
|
|
4279
4369
|
var _ref$size = _ref.size,
|
|
4280
4370
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4282,7 +4372,7 @@ var CreditCard = function CreditCard(_ref) {
|
|
|
4282
4372
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4283
4373
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4284
4374
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4285
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4375
|
+
props = _objectWithoutProperties(_ref, _excluded$3q);
|
|
4286
4376
|
|
|
4287
4377
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4288
4378
|
width: size,
|
|
@@ -4324,14 +4414,14 @@ var CreditCard = function CreditCard(_ref) {
|
|
|
4324
4414
|
}))));
|
|
4325
4415
|
};
|
|
4326
4416
|
|
|
4327
|
-
var _excluded$
|
|
4417
|
+
var _excluded$3p = ["size", "color", "strokeWidth"];
|
|
4328
4418
|
var Css3 = function Css3(_ref) {
|
|
4329
4419
|
var _ref$size = _ref.size,
|
|
4330
4420
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4331
4421
|
_ref$color = _ref.color,
|
|
4332
4422
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4333
4423
|
_ref.strokeWidth;
|
|
4334
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4424
|
+
var props = _objectWithoutProperties(_ref, _excluded$3p);
|
|
4335
4425
|
|
|
4336
4426
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4337
4427
|
width: size,
|
|
@@ -4344,7 +4434,7 @@ var Css3 = function Css3(_ref) {
|
|
|
4344
4434
|
}));
|
|
4345
4435
|
};
|
|
4346
4436
|
|
|
4347
|
-
var _excluded$
|
|
4437
|
+
var _excluded$3o = ["size", "color", "strokeWidth"];
|
|
4348
4438
|
var Cursor = function Cursor(_ref) {
|
|
4349
4439
|
var _ref$size = _ref.size,
|
|
4350
4440
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4352,7 +4442,7 @@ var Cursor = function Cursor(_ref) {
|
|
|
4352
4442
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4353
4443
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4354
4444
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4355
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4445
|
+
props = _objectWithoutProperties(_ref, _excluded$3o);
|
|
4356
4446
|
|
|
4357
4447
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4358
4448
|
width: size,
|
|
@@ -4368,7 +4458,7 @@ var Cursor = function Cursor(_ref) {
|
|
|
4368
4458
|
}));
|
|
4369
4459
|
};
|
|
4370
4460
|
|
|
4371
|
-
var _excluded$
|
|
4461
|
+
var _excluded$3n = ["size", "color", "strokeWidth"];
|
|
4372
4462
|
var CustomDomain = function CustomDomain(_ref) {
|
|
4373
4463
|
var _ref$size = _ref.size,
|
|
4374
4464
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4376,7 +4466,7 @@ var CustomDomain = function CustomDomain(_ref) {
|
|
|
4376
4466
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4377
4467
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4378
4468
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4379
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4469
|
+
props = _objectWithoutProperties(_ref, _excluded$3n);
|
|
4380
4470
|
|
|
4381
4471
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4382
4472
|
width: size,
|
|
@@ -4392,14 +4482,14 @@ var CustomDomain = function CustomDomain(_ref) {
|
|
|
4392
4482
|
}));
|
|
4393
4483
|
};
|
|
4394
4484
|
|
|
4395
|
-
var _excluded$
|
|
4485
|
+
var _excluded$3m = ["size", "color", "strokeWidth"];
|
|
4396
4486
|
var Customers = function Customers(_ref) {
|
|
4397
4487
|
var _ref$size = _ref.size,
|
|
4398
4488
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4399
4489
|
_ref$color = _ref.color,
|
|
4400
4490
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4401
4491
|
_ref.strokeWidth;
|
|
4402
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4492
|
+
var props = _objectWithoutProperties(_ref, _excluded$3m);
|
|
4403
4493
|
|
|
4404
4494
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4405
4495
|
width: size,
|
|
@@ -4414,14 +4504,14 @@ var Customers = function Customers(_ref) {
|
|
|
4414
4504
|
}));
|
|
4415
4505
|
};
|
|
4416
4506
|
|
|
4417
|
-
var _excluded$
|
|
4507
|
+
var _excluded$3l = ["size", "color", "strokeWidth"];
|
|
4418
4508
|
var Customize = function Customize(_ref) {
|
|
4419
4509
|
var _ref$size = _ref.size,
|
|
4420
4510
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4421
4511
|
_ref$color = _ref.color,
|
|
4422
4512
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4423
4513
|
_ref.strokeWidth;
|
|
4424
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4514
|
+
var props = _objectWithoutProperties(_ref, _excluded$3l);
|
|
4425
4515
|
|
|
4426
4516
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4427
4517
|
width: size,
|
|
@@ -4449,7 +4539,7 @@ var Customize = function Customize(_ref) {
|
|
|
4449
4539
|
}));
|
|
4450
4540
|
};
|
|
4451
4541
|
|
|
4452
|
-
var _excluded$
|
|
4542
|
+
var _excluded$3k = ["size", "color", "strokeWidth"];
|
|
4453
4543
|
var Dashboard = function Dashboard(_ref) {
|
|
4454
4544
|
var _ref$size = _ref.size,
|
|
4455
4545
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4457,7 +4547,7 @@ var Dashboard = function Dashboard(_ref) {
|
|
|
4457
4547
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4458
4548
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4459
4549
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4460
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4550
|
+
props = _objectWithoutProperties(_ref, _excluded$3k);
|
|
4461
4551
|
|
|
4462
4552
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4463
4553
|
width: size,
|
|
@@ -4497,14 +4587,14 @@ var Dashboard = function Dashboard(_ref) {
|
|
|
4497
4587
|
}));
|
|
4498
4588
|
};
|
|
4499
4589
|
|
|
4500
|
-
var _excluded$
|
|
4590
|
+
var _excluded$3j = ["size", "color", "strokeWidth"];
|
|
4501
4591
|
var Database = function Database(_ref) {
|
|
4502
4592
|
var _ref$size = _ref.size,
|
|
4503
4593
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4504
4594
|
_ref$color = _ref.color,
|
|
4505
4595
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4506
4596
|
_ref.strokeWidth;
|
|
4507
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4597
|
+
var props = _objectWithoutProperties(_ref, _excluded$3j);
|
|
4508
4598
|
|
|
4509
4599
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4510
4600
|
width: size,
|
|
@@ -4517,7 +4607,7 @@ var Database = function Database(_ref) {
|
|
|
4517
4607
|
}));
|
|
4518
4608
|
};
|
|
4519
4609
|
|
|
4520
|
-
var _excluded$
|
|
4610
|
+
var _excluded$3i = ["size", "color", "strokeWidth"];
|
|
4521
4611
|
var Delete = function Delete(_ref) {
|
|
4522
4612
|
var _ref$size = _ref.size,
|
|
4523
4613
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4525,7 +4615,7 @@ var Delete = function Delete(_ref) {
|
|
|
4525
4615
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4526
4616
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4527
4617
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4528
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4618
|
+
props = _objectWithoutProperties(_ref, _excluded$3i);
|
|
4529
4619
|
|
|
4530
4620
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4531
4621
|
width: size,
|
|
@@ -4559,7 +4649,7 @@ var Delete = function Delete(_ref) {
|
|
|
4559
4649
|
}));
|
|
4560
4650
|
};
|
|
4561
4651
|
|
|
4562
|
-
var _excluded$
|
|
4652
|
+
var _excluded$3h = ["size", "color", "strokeWidth"];
|
|
4563
4653
|
var Design = function Design(_ref) {
|
|
4564
4654
|
var _ref$size = _ref.size,
|
|
4565
4655
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4567,7 +4657,7 @@ var Design = function Design(_ref) {
|
|
|
4567
4657
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4568
4658
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4569
4659
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4570
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4660
|
+
props = _objectWithoutProperties(_ref, _excluded$3h);
|
|
4571
4661
|
|
|
4572
4662
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4573
4663
|
width: size,
|
|
@@ -4601,7 +4691,29 @@ var Design = function Design(_ref) {
|
|
|
4601
4691
|
}));
|
|
4602
4692
|
};
|
|
4603
4693
|
|
|
4604
|
-
var _excluded$
|
|
4694
|
+
var _excluded$3g = ["size", "color", "strokeWidth"];
|
|
4695
|
+
var Divider = function Divider(_ref) {
|
|
4696
|
+
var _ref$size = _ref.size,
|
|
4697
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4698
|
+
_ref$color = _ref.color,
|
|
4699
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4700
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
4701
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4702
|
+
props = _objectWithoutProperties(_ref, _excluded$3g);
|
|
4703
|
+
|
|
4704
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4705
|
+
width: size,
|
|
4706
|
+
height: size,
|
|
4707
|
+
fill: "none",
|
|
4708
|
+
viewBox: "0 0 24 24"
|
|
4709
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
4710
|
+
stroke: color,
|
|
4711
|
+
strokeWidth: strokeWidth,
|
|
4712
|
+
d: "M4 12H20"
|
|
4713
|
+
}));
|
|
4714
|
+
};
|
|
4715
|
+
|
|
4716
|
+
var _excluded$3f = ["size", "color", "strokeWidth"];
|
|
4605
4717
|
var DoubleCheck = function DoubleCheck(_ref) {
|
|
4606
4718
|
var _ref$size = _ref.size,
|
|
4607
4719
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4609,7 +4721,7 @@ var DoubleCheck = function DoubleCheck(_ref) {
|
|
|
4609
4721
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4610
4722
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4611
4723
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4612
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4724
|
+
props = _objectWithoutProperties(_ref, _excluded$3f);
|
|
4613
4725
|
|
|
4614
4726
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4615
4727
|
width: size,
|
|
@@ -4630,7 +4742,7 @@ var DoubleCheck = function DoubleCheck(_ref) {
|
|
|
4630
4742
|
}));
|
|
4631
4743
|
};
|
|
4632
4744
|
|
|
4633
|
-
var _excluded$
|
|
4745
|
+
var _excluded$3e = ["size", "color", "strokeWidth"];
|
|
4634
4746
|
var DownArrowCircle = function DownArrowCircle(_ref) {
|
|
4635
4747
|
var _ref$size = _ref.size,
|
|
4636
4748
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4638,7 +4750,7 @@ var DownArrowCircle = function DownArrowCircle(_ref) {
|
|
|
4638
4750
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4639
4751
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4640
4752
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4641
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4753
|
+
props = _objectWithoutProperties(_ref, _excluded$3e);
|
|
4642
4754
|
|
|
4643
4755
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4644
4756
|
width: size,
|
|
@@ -4666,7 +4778,7 @@ var DownArrowCircle = function DownArrowCircle(_ref) {
|
|
|
4666
4778
|
}));
|
|
4667
4779
|
};
|
|
4668
4780
|
|
|
4669
|
-
var _excluded$
|
|
4781
|
+
var _excluded$3d = ["size", "color", "strokeWidth"];
|
|
4670
4782
|
var Down = function Down(_ref) {
|
|
4671
4783
|
var _ref$size = _ref.size,
|
|
4672
4784
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4674,7 +4786,7 @@ var Down = function Down(_ref) {
|
|
|
4674
4786
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4675
4787
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4676
4788
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4677
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4789
|
+
props = _objectWithoutProperties(_ref, _excluded$3d);
|
|
4678
4790
|
|
|
4679
4791
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4680
4792
|
width: size,
|
|
@@ -4690,7 +4802,7 @@ var Down = function Down(_ref) {
|
|
|
4690
4802
|
}));
|
|
4691
4803
|
};
|
|
4692
4804
|
|
|
4693
|
-
var _excluded$
|
|
4805
|
+
var _excluded$3c = ["size", "color", "strokeWidth"];
|
|
4694
4806
|
var DownArrow = function DownArrow(_ref) {
|
|
4695
4807
|
var _ref$size = _ref.size,
|
|
4696
4808
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4698,7 +4810,7 @@ var DownArrow = function DownArrow(_ref) {
|
|
|
4698
4810
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4699
4811
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4700
4812
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4701
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4813
|
+
props = _objectWithoutProperties(_ref, _excluded$3c);
|
|
4702
4814
|
|
|
4703
4815
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4704
4816
|
width: size,
|
|
@@ -4714,7 +4826,7 @@ var DownArrow = function DownArrow(_ref) {
|
|
|
4714
4826
|
}));
|
|
4715
4827
|
};
|
|
4716
4828
|
|
|
4717
|
-
var _excluded$
|
|
4829
|
+
var _excluded$3b = ["size", "color", "strokeWidth"];
|
|
4718
4830
|
var Download = function Download(_ref) {
|
|
4719
4831
|
var _ref$size = _ref.size,
|
|
4720
4832
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4722,7 +4834,7 @@ var Download = function Download(_ref) {
|
|
|
4722
4834
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4723
4835
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4724
4836
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4725
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4837
|
+
props = _objectWithoutProperties(_ref, _excluded$3b);
|
|
4726
4838
|
|
|
4727
4839
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4728
4840
|
width: size,
|
|
@@ -4744,7 +4856,7 @@ var Download = function Download(_ref) {
|
|
|
4744
4856
|
}));
|
|
4745
4857
|
};
|
|
4746
4858
|
|
|
4747
|
-
var _excluded$
|
|
4859
|
+
var _excluded$3a = ["size", "color", "strokeWidth"];
|
|
4748
4860
|
var Draft = function Draft(_ref) {
|
|
4749
4861
|
var _ref$size = _ref.size,
|
|
4750
4862
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4752,7 +4864,7 @@ var Draft = function Draft(_ref) {
|
|
|
4752
4864
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4753
4865
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4754
4866
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4755
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4867
|
+
props = _objectWithoutProperties(_ref, _excluded$3a);
|
|
4756
4868
|
|
|
4757
4869
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4758
4870
|
width: size,
|
|
@@ -4774,7 +4886,7 @@ var Draft = function Draft(_ref) {
|
|
|
4774
4886
|
}));
|
|
4775
4887
|
};
|
|
4776
4888
|
|
|
4777
|
-
var _excluded$
|
|
4889
|
+
var _excluded$39 = ["size", "color", "strokeWidth"];
|
|
4778
4890
|
var Dropdown = function Dropdown(_ref) {
|
|
4779
4891
|
var _ref$size = _ref.size,
|
|
4780
4892
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4782,7 +4894,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
4782
4894
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4783
4895
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4784
4896
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4785
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4897
|
+
props = _objectWithoutProperties(_ref, _excluded$39);
|
|
4786
4898
|
|
|
4787
4899
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4788
4900
|
width: size,
|
|
@@ -4822,7 +4934,37 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
4822
4934
|
}));
|
|
4823
4935
|
};
|
|
4824
4936
|
|
|
4825
|
-
var _excluded$
|
|
4937
|
+
var _excluded$38 = ["size", "color", "strokeWidth"];
|
|
4938
|
+
var DropdownClosed = function DropdownClosed(_ref) {
|
|
4939
|
+
var _ref$size = _ref.size,
|
|
4940
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4941
|
+
_ref$color = _ref.color,
|
|
4942
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4943
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
4944
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4945
|
+
props = _objectWithoutProperties(_ref, _excluded$38);
|
|
4946
|
+
|
|
4947
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4948
|
+
width: size,
|
|
4949
|
+
height: size,
|
|
4950
|
+
fill: "none",
|
|
4951
|
+
viewBox: "0 0 24 24"
|
|
4952
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
4953
|
+
stroke: color,
|
|
4954
|
+
strokeLinecap: "round",
|
|
4955
|
+
strokeLinejoin: "round",
|
|
4956
|
+
strokeWidth: strokeWidth,
|
|
4957
|
+
d: "M19 7H5C3.895 7 3 7.895 3 9V14.844C3 15.949 3.895 16.844 5 16.844H19C20.105 16.844 21 15.949 21 14.844V9C21 7.895 20.105 7 19 7Z"
|
|
4958
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4959
|
+
stroke: color,
|
|
4960
|
+
strokeLinecap: "round",
|
|
4961
|
+
strokeLinejoin: "round",
|
|
4962
|
+
strokeWidth: strokeWidth,
|
|
4963
|
+
d: "M17.536 11L15.768 12.768L14 11"
|
|
4964
|
+
}));
|
|
4965
|
+
};
|
|
4966
|
+
|
|
4967
|
+
var _excluded$37 = ["size", "color", "strokeWidth"];
|
|
4826
4968
|
var Edit = function Edit(_ref) {
|
|
4827
4969
|
var _ref$size = _ref.size,
|
|
4828
4970
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4830,7 +4972,7 @@ var Edit = function Edit(_ref) {
|
|
|
4830
4972
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4831
4973
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4832
4974
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4833
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4975
|
+
props = _objectWithoutProperties(_ref, _excluded$37);
|
|
4834
4976
|
|
|
4835
4977
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4836
4978
|
width: size,
|
|
@@ -4858,7 +5000,7 @@ var Edit = function Edit(_ref) {
|
|
|
4858
5000
|
}));
|
|
4859
5001
|
};
|
|
4860
5002
|
|
|
4861
|
-
var _excluded$
|
|
5003
|
+
var _excluded$36 = ["size", "color", "strokeWidth"];
|
|
4862
5004
|
var Email = function Email(_ref) {
|
|
4863
5005
|
var _ref$size = _ref.size,
|
|
4864
5006
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4866,7 +5008,7 @@ var Email = function Email(_ref) {
|
|
|
4866
5008
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4867
5009
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4868
5010
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4869
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5011
|
+
props = _objectWithoutProperties(_ref, _excluded$36);
|
|
4870
5012
|
|
|
4871
5013
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4872
5014
|
width: size,
|
|
@@ -4882,7 +5024,7 @@ var Email = function Email(_ref) {
|
|
|
4882
5024
|
}));
|
|
4883
5025
|
};
|
|
4884
5026
|
|
|
4885
|
-
var _excluded$
|
|
5027
|
+
var _excluded$35 = ["size", "color", "strokeWidth"];
|
|
4886
5028
|
var EmailSent = function EmailSent(_ref) {
|
|
4887
5029
|
var _ref$size = _ref.size,
|
|
4888
5030
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4890,7 +5032,7 @@ var EmailSent = function EmailSent(_ref) {
|
|
|
4890
5032
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4891
5033
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4892
5034
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4893
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5035
|
+
props = _objectWithoutProperties(_ref, _excluded$35);
|
|
4894
5036
|
|
|
4895
5037
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4896
5038
|
width: size,
|
|
@@ -4924,7 +5066,7 @@ var EmailSent = function EmailSent(_ref) {
|
|
|
4924
5066
|
}));
|
|
4925
5067
|
};
|
|
4926
5068
|
|
|
4927
|
-
var _excluded$
|
|
5069
|
+
var _excluded$34 = ["size", "color", "strokeWidth"];
|
|
4928
5070
|
var Error$1 = function Error(_ref) {
|
|
4929
5071
|
var _ref$size = _ref.size,
|
|
4930
5072
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4932,7 +5074,7 @@ var Error$1 = function Error(_ref) {
|
|
|
4932
5074
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4933
5075
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4934
5076
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4935
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5077
|
+
props = _objectWithoutProperties(_ref, _excluded$34);
|
|
4936
5078
|
|
|
4937
5079
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4938
5080
|
width: size,
|
|
@@ -4948,7 +5090,7 @@ var Error$1 = function Error(_ref) {
|
|
|
4948
5090
|
}));
|
|
4949
5091
|
};
|
|
4950
5092
|
|
|
4951
|
-
var _excluded$
|
|
5093
|
+
var _excluded$33 = ["size", "color", "strokeWidth"];
|
|
4952
5094
|
var Expand = function Expand(_ref) {
|
|
4953
5095
|
var _ref$size = _ref.size,
|
|
4954
5096
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4956,7 +5098,7 @@ var Expand = function Expand(_ref) {
|
|
|
4956
5098
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4957
5099
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4958
5100
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4959
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5101
|
+
props = _objectWithoutProperties(_ref, _excluded$33);
|
|
4960
5102
|
|
|
4961
5103
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4962
5104
|
width: size,
|
|
@@ -4978,7 +5120,7 @@ var Expand = function Expand(_ref) {
|
|
|
4978
5120
|
}));
|
|
4979
5121
|
};
|
|
4980
5122
|
|
|
4981
|
-
var _excluded$
|
|
5123
|
+
var _excluded$32 = ["size", "color", "strokeWidth"];
|
|
4982
5124
|
var ExternalLink = function ExternalLink(_ref) {
|
|
4983
5125
|
var _ref$size = _ref.size,
|
|
4984
5126
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4986,7 +5128,7 @@ var ExternalLink = function ExternalLink(_ref) {
|
|
|
4986
5128
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4987
5129
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4988
5130
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4989
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5131
|
+
props = _objectWithoutProperties(_ref, _excluded$32);
|
|
4990
5132
|
|
|
4991
5133
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4992
5134
|
width: size,
|
|
@@ -5008,7 +5150,7 @@ var ExternalLink = function ExternalLink(_ref) {
|
|
|
5008
5150
|
}));
|
|
5009
5151
|
};
|
|
5010
5152
|
|
|
5011
|
-
var _excluded$
|
|
5153
|
+
var _excluded$31 = ["size", "color", "strokeWidth"];
|
|
5012
5154
|
var Eye = function Eye(_ref) {
|
|
5013
5155
|
var _ref$size = _ref.size,
|
|
5014
5156
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5016,7 +5158,7 @@ var Eye = function Eye(_ref) {
|
|
|
5016
5158
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5017
5159
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5018
5160
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5019
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5161
|
+
props = _objectWithoutProperties(_ref, _excluded$31);
|
|
5020
5162
|
|
|
5021
5163
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5022
5164
|
width: size,
|
|
@@ -5038,14 +5180,14 @@ var Eye = function Eye(_ref) {
|
|
|
5038
5180
|
}));
|
|
5039
5181
|
};
|
|
5040
5182
|
|
|
5041
|
-
var _excluded$
|
|
5183
|
+
var _excluded$30 = ["size", "color", "strokeWidth"];
|
|
5042
5184
|
var Facebook = function Facebook(_ref) {
|
|
5043
5185
|
var _ref$size = _ref.size,
|
|
5044
5186
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
5045
5187
|
_ref$color = _ref.color,
|
|
5046
5188
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
5047
5189
|
_ref.strokeWidth;
|
|
5048
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
5190
|
+
var props = _objectWithoutProperties(_ref, _excluded$30);
|
|
5049
5191
|
|
|
5050
5192
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5051
5193
|
width: size,
|
|
@@ -5058,7 +5200,7 @@ var Facebook = function Facebook(_ref) {
|
|
|
5058
5200
|
}));
|
|
5059
5201
|
};
|
|
5060
5202
|
|
|
5061
|
-
var _excluded$
|
|
5203
|
+
var _excluded$2$ = ["size", "color", "strokeWidth"];
|
|
5062
5204
|
var Favorite = function Favorite(_ref) {
|
|
5063
5205
|
var _ref$size = _ref.size,
|
|
5064
5206
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5066,7 +5208,7 @@ var Favorite = function Favorite(_ref) {
|
|
|
5066
5208
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5067
5209
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5068
5210
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5069
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5211
|
+
props = _objectWithoutProperties(_ref, _excluded$2$);
|
|
5070
5212
|
|
|
5071
5213
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5072
5214
|
width: size,
|
|
@@ -5082,7 +5224,7 @@ var Favorite = function Favorite(_ref) {
|
|
|
5082
5224
|
}));
|
|
5083
5225
|
};
|
|
5084
5226
|
|
|
5085
|
-
var _excluded$
|
|
5227
|
+
var _excluded$2_ = ["size", "color", "strokeWidth"];
|
|
5086
5228
|
var FileDownload = function FileDownload(_ref) {
|
|
5087
5229
|
var _ref$size = _ref.size,
|
|
5088
5230
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5090,7 +5232,7 @@ var FileDownload = function FileDownload(_ref) {
|
|
|
5090
5232
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5091
5233
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5092
5234
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5093
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5235
|
+
props = _objectWithoutProperties(_ref, _excluded$2_);
|
|
5094
5236
|
|
|
5095
5237
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5096
5238
|
width: size,
|
|
@@ -5122,7 +5264,7 @@ var FileDownload = function FileDownload(_ref) {
|
|
|
5122
5264
|
}));
|
|
5123
5265
|
};
|
|
5124
5266
|
|
|
5125
|
-
var _excluded$
|
|
5267
|
+
var _excluded$2Z = ["size", "color", "strokeWidth"];
|
|
5126
5268
|
var File = function File(_ref) {
|
|
5127
5269
|
var _ref$size = _ref.size,
|
|
5128
5270
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5130,7 +5272,7 @@ var File = function File(_ref) {
|
|
|
5130
5272
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5131
5273
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5132
5274
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5133
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5275
|
+
props = _objectWithoutProperties(_ref, _excluded$2Z);
|
|
5134
5276
|
|
|
5135
5277
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5136
5278
|
width: size,
|
|
@@ -5181,7 +5323,7 @@ var File = function File(_ref) {
|
|
|
5181
5323
|
}));
|
|
5182
5324
|
};
|
|
5183
5325
|
|
|
5184
|
-
var _excluded$
|
|
5326
|
+
var _excluded$2Y = ["size", "color", "strokeWidth"];
|
|
5185
5327
|
var FileGeneric = function FileGeneric(_ref) {
|
|
5186
5328
|
var _ref$size = _ref.size,
|
|
5187
5329
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5189,7 +5331,7 @@ var FileGeneric = function FileGeneric(_ref) {
|
|
|
5189
5331
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5190
5332
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5191
5333
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5192
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5334
|
+
props = _objectWithoutProperties(_ref, _excluded$2Y);
|
|
5193
5335
|
|
|
5194
5336
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5195
5337
|
width: size,
|
|
@@ -5219,7 +5361,55 @@ var FileGeneric = function FileGeneric(_ref) {
|
|
|
5219
5361
|
}))));
|
|
5220
5362
|
};
|
|
5221
5363
|
|
|
5222
|
-
var _excluded$
|
|
5364
|
+
var _excluded$2X = ["size", "color", "strokeWidth"];
|
|
5365
|
+
var FileUpload = function FileUpload(_ref) {
|
|
5366
|
+
var _ref$size = _ref.size,
|
|
5367
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
5368
|
+
_ref$color = _ref.color,
|
|
5369
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5370
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
5371
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5372
|
+
props = _objectWithoutProperties(_ref, _excluded$2X);
|
|
5373
|
+
|
|
5374
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5375
|
+
width: size,
|
|
5376
|
+
height: size,
|
|
5377
|
+
fill: "none",
|
|
5378
|
+
viewBox: "0 0 24 24"
|
|
5379
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
5380
|
+
stroke: color,
|
|
5381
|
+
strokeLinecap: "round",
|
|
5382
|
+
strokeLinejoin: "round",
|
|
5383
|
+
strokeWidth: strokeWidth,
|
|
5384
|
+
d: "M19 9H5C3.89543 9 3 9.89543 3 11V19C3 20.1046 3.89543 21 5 21H19C20.1046 21 21 20.1046 21 19V11C21 9.89543 20.1046 9 19 9Z"
|
|
5385
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
5386
|
+
stroke: color,
|
|
5387
|
+
strokeLinecap: "round",
|
|
5388
|
+
strokeLinejoin: "round",
|
|
5389
|
+
strokeWidth: strokeWidth,
|
|
5390
|
+
d: "M5.5 6H18.5"
|
|
5391
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
5392
|
+
stroke: color,
|
|
5393
|
+
strokeLinecap: "round",
|
|
5394
|
+
strokeLinejoin: "round",
|
|
5395
|
+
strokeWidth: strokeWidth,
|
|
5396
|
+
d: "M7.5 3H17.5"
|
|
5397
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
5398
|
+
stroke: color,
|
|
5399
|
+
strokeLinecap: "round",
|
|
5400
|
+
strokeLinejoin: "round",
|
|
5401
|
+
strokeWidth: strokeWidth,
|
|
5402
|
+
d: "M12 17V13"
|
|
5403
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
5404
|
+
stroke: color,
|
|
5405
|
+
strokeLinecap: "round",
|
|
5406
|
+
strokeLinejoin: "round",
|
|
5407
|
+
strokeWidth: strokeWidth,
|
|
5408
|
+
d: "M14 15L12 13L10 15"
|
|
5409
|
+
}));
|
|
5410
|
+
};
|
|
5411
|
+
|
|
5412
|
+
var _excluded$2W = ["size", "color", "strokeWidth"];
|
|
5223
5413
|
var FilterAz = function FilterAz(_ref) {
|
|
5224
5414
|
var _ref$size = _ref.size,
|
|
5225
5415
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5227,7 +5417,7 @@ var FilterAz = function FilterAz(_ref) {
|
|
|
5227
5417
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5228
5418
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5229
5419
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5230
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5420
|
+
props = _objectWithoutProperties(_ref, _excluded$2W);
|
|
5231
5421
|
|
|
5232
5422
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5233
5423
|
width: size,
|
|
@@ -5279,7 +5469,7 @@ var FilterAz = function FilterAz(_ref) {
|
|
|
5279
5469
|
}));
|
|
5280
5470
|
};
|
|
5281
5471
|
|
|
5282
|
-
var _excluded$
|
|
5472
|
+
var _excluded$2V = ["size", "color", "strokeWidth"];
|
|
5283
5473
|
var Filter = function Filter(_ref) {
|
|
5284
5474
|
var _ref$size = _ref.size,
|
|
5285
5475
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5287,7 +5477,7 @@ var Filter = function Filter(_ref) {
|
|
|
5287
5477
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5288
5478
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5289
5479
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5290
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5480
|
+
props = _objectWithoutProperties(_ref, _excluded$2V);
|
|
5291
5481
|
|
|
5292
5482
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5293
5483
|
width: size,
|
|
@@ -5311,7 +5501,7 @@ var Filter = function Filter(_ref) {
|
|
|
5311
5501
|
}));
|
|
5312
5502
|
};
|
|
5313
5503
|
|
|
5314
|
-
var _excluded$
|
|
5504
|
+
var _excluded$2U = ["size", "color", "strokeWidth"];
|
|
5315
5505
|
var Flag = function Flag(_ref) {
|
|
5316
5506
|
var _ref$size = _ref.size,
|
|
5317
5507
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5319,7 +5509,7 @@ var Flag = function Flag(_ref) {
|
|
|
5319
5509
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5320
5510
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5321
5511
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5322
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5512
|
+
props = _objectWithoutProperties(_ref, _excluded$2U);
|
|
5323
5513
|
|
|
5324
5514
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5325
5515
|
width: size,
|
|
@@ -5335,7 +5525,7 @@ var Flag = function Flag(_ref) {
|
|
|
5335
5525
|
}));
|
|
5336
5526
|
};
|
|
5337
5527
|
|
|
5338
|
-
var _excluded$
|
|
5528
|
+
var _excluded$2T = ["size", "color", "strokeWidth"];
|
|
5339
5529
|
var Flash = function Flash(_ref) {
|
|
5340
5530
|
var _ref$size = _ref.size,
|
|
5341
5531
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5343,7 +5533,7 @@ var Flash = function Flash(_ref) {
|
|
|
5343
5533
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5344
5534
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5345
5535
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5346
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5536
|
+
props = _objectWithoutProperties(_ref, _excluded$2T);
|
|
5347
5537
|
|
|
5348
5538
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5349
5539
|
width: size,
|
|
@@ -5359,7 +5549,7 @@ var Flash = function Flash(_ref) {
|
|
|
5359
5549
|
}));
|
|
5360
5550
|
};
|
|
5361
5551
|
|
|
5362
|
-
var _excluded$
|
|
5552
|
+
var _excluded$2S = ["size", "color", "strokeWidth"];
|
|
5363
5553
|
var Focus = function Focus(_ref) {
|
|
5364
5554
|
var _ref$size = _ref.size,
|
|
5365
5555
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5367,7 +5557,7 @@ var Focus = function Focus(_ref) {
|
|
|
5367
5557
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5368
5558
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5369
5559
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5370
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5560
|
+
props = _objectWithoutProperties(_ref, _excluded$2S);
|
|
5371
5561
|
|
|
5372
5562
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5373
5563
|
width: size,
|
|
@@ -5408,7 +5598,7 @@ var Focus = function Focus(_ref) {
|
|
|
5408
5598
|
}));
|
|
5409
5599
|
};
|
|
5410
5600
|
|
|
5411
|
-
var _excluded$
|
|
5601
|
+
var _excluded$2R = ["size", "color", "strokeWidth"];
|
|
5412
5602
|
var Folder = function Folder(_ref) {
|
|
5413
5603
|
var _ref$size = _ref.size,
|
|
5414
5604
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5416,7 +5606,7 @@ var Folder = function Folder(_ref) {
|
|
|
5416
5606
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5417
5607
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5418
5608
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5419
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5609
|
+
props = _objectWithoutProperties(_ref, _excluded$2R);
|
|
5420
5610
|
|
|
5421
5611
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5422
5612
|
width: size,
|
|
@@ -5432,14 +5622,14 @@ var Folder = function Folder(_ref) {
|
|
|
5432
5622
|
}));
|
|
5433
5623
|
};
|
|
5434
5624
|
|
|
5435
|
-
var _excluded$
|
|
5625
|
+
var _excluded$2Q = ["size", "color", "strokeWidth"];
|
|
5436
5626
|
var Form = function Form(_ref) {
|
|
5437
5627
|
var _ref$size = _ref.size,
|
|
5438
5628
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
5439
5629
|
_ref$color = _ref.color,
|
|
5440
5630
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
5441
5631
|
_ref.strokeWidth;
|
|
5442
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
5632
|
+
var props = _objectWithoutProperties(_ref, _excluded$2Q);
|
|
5443
5633
|
|
|
5444
5634
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5445
5635
|
width: size,
|
|
@@ -5478,7 +5668,7 @@ var Form = function Form(_ref) {
|
|
|
5478
5668
|
}));
|
|
5479
5669
|
};
|
|
5480
5670
|
|
|
5481
|
-
var _excluded$
|
|
5671
|
+
var _excluded$2P = ["size", "color", "strokeWidth"];
|
|
5482
5672
|
var Forward = function Forward(_ref) {
|
|
5483
5673
|
var _ref$size = _ref.size,
|
|
5484
5674
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5486,7 +5676,7 @@ var Forward = function Forward(_ref) {
|
|
|
5486
5676
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5487
5677
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5488
5678
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5489
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5679
|
+
props = _objectWithoutProperties(_ref, _excluded$2P);
|
|
5490
5680
|
|
|
5491
5681
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5492
5682
|
width: size,
|
|
@@ -5508,7 +5698,7 @@ var Forward = function Forward(_ref) {
|
|
|
5508
5698
|
}));
|
|
5509
5699
|
};
|
|
5510
5700
|
|
|
5511
|
-
var _excluded$
|
|
5701
|
+
var _excluded$2O = ["size", "color", "strokeWidth"];
|
|
5512
5702
|
var FullScreen = function FullScreen(_ref) {
|
|
5513
5703
|
var _ref$size = _ref.size,
|
|
5514
5704
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5516,7 +5706,7 @@ var FullScreen = function FullScreen(_ref) {
|
|
|
5516
5706
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5517
5707
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5518
5708
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5519
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5709
|
+
props = _objectWithoutProperties(_ref, _excluded$2O);
|
|
5520
5710
|
|
|
5521
5711
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5522
5712
|
width: size,
|
|
@@ -5564,7 +5754,7 @@ var FullScreen = function FullScreen(_ref) {
|
|
|
5564
5754
|
}))));
|
|
5565
5755
|
};
|
|
5566
5756
|
|
|
5567
|
-
var _excluded$
|
|
5757
|
+
var _excluded$2N = ["size", "color", "strokeWidth"];
|
|
5568
5758
|
var Gif = function Gif(_ref) {
|
|
5569
5759
|
var _ref$size = _ref.size,
|
|
5570
5760
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5572,7 +5762,7 @@ var Gif = function Gif(_ref) {
|
|
|
5572
5762
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5573
5763
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5574
5764
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5575
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5765
|
+
props = _objectWithoutProperties(_ref, _excluded$2N);
|
|
5576
5766
|
|
|
5577
5767
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5578
5768
|
width: size,
|
|
@@ -5594,7 +5784,7 @@ var Gif = function Gif(_ref) {
|
|
|
5594
5784
|
}));
|
|
5595
5785
|
};
|
|
5596
5786
|
|
|
5597
|
-
var _excluded$
|
|
5787
|
+
var _excluded$2M = ["size", "color", "strokeWidth"];
|
|
5598
5788
|
var Gift = function Gift(_ref) {
|
|
5599
5789
|
var _ref$size = _ref.size,
|
|
5600
5790
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5602,7 +5792,7 @@ var Gift = function Gift(_ref) {
|
|
|
5602
5792
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5603
5793
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5604
5794
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5605
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5795
|
+
props = _objectWithoutProperties(_ref, _excluded$2M);
|
|
5606
5796
|
|
|
5607
5797
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5608
5798
|
width: size,
|
|
@@ -5618,7 +5808,7 @@ var Gift = function Gift(_ref) {
|
|
|
5618
5808
|
}));
|
|
5619
5809
|
};
|
|
5620
5810
|
|
|
5621
|
-
var _excluded$
|
|
5811
|
+
var _excluded$2L = ["size", "color", "strokeWidth"];
|
|
5622
5812
|
var GitMerge = function GitMerge(_ref) {
|
|
5623
5813
|
var _ref$size = _ref.size,
|
|
5624
5814
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5626,7 +5816,7 @@ var GitMerge = function GitMerge(_ref) {
|
|
|
5626
5816
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5627
5817
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5628
5818
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5629
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5819
|
+
props = _objectWithoutProperties(_ref, _excluded$2L);
|
|
5630
5820
|
|
|
5631
5821
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5632
5822
|
width: size,
|
|
@@ -5666,7 +5856,7 @@ var GitMerge = function GitMerge(_ref) {
|
|
|
5666
5856
|
}));
|
|
5667
5857
|
};
|
|
5668
5858
|
|
|
5669
|
-
var _excluded$
|
|
5859
|
+
var _excluded$2K = ["size", "color", "strokeWidth"];
|
|
5670
5860
|
var Globe = function Globe(_ref) {
|
|
5671
5861
|
var _ref$size = _ref.size,
|
|
5672
5862
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5674,7 +5864,7 @@ var Globe = function Globe(_ref) {
|
|
|
5674
5864
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5675
5865
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5676
5866
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5677
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5867
|
+
props = _objectWithoutProperties(_ref, _excluded$2K);
|
|
5678
5868
|
|
|
5679
5869
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5680
5870
|
width: size,
|
|
@@ -5720,14 +5910,14 @@ var Globe = function Globe(_ref) {
|
|
|
5720
5910
|
}));
|
|
5721
5911
|
};
|
|
5722
5912
|
|
|
5723
|
-
var _excluded$
|
|
5913
|
+
var _excluded$2J = ["size", "color", "strokeWidth"];
|
|
5724
5914
|
var Goal = function Goal(_ref) {
|
|
5725
5915
|
var _ref$size = _ref.size,
|
|
5726
5916
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
5727
5917
|
_ref$color = _ref.color,
|
|
5728
5918
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
5729
5919
|
_ref.strokeWidth;
|
|
5730
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
5920
|
+
var props = _objectWithoutProperties(_ref, _excluded$2J);
|
|
5731
5921
|
|
|
5732
5922
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5733
5923
|
width: size,
|
|
@@ -5758,7 +5948,7 @@ var Goal = function Goal(_ref) {
|
|
|
5758
5948
|
}))));
|
|
5759
5949
|
};
|
|
5760
5950
|
|
|
5761
|
-
var _excluded$
|
|
5951
|
+
var _excluded$2I = ["size", "color", "strokeWidth"];
|
|
5762
5952
|
var Graph = function Graph(_ref) {
|
|
5763
5953
|
var _ref$size = _ref.size,
|
|
5764
5954
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5766,7 +5956,7 @@ var Graph = function Graph(_ref) {
|
|
|
5766
5956
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5767
5957
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5768
5958
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5769
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5959
|
+
props = _objectWithoutProperties(_ref, _excluded$2I);
|
|
5770
5960
|
|
|
5771
5961
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5772
5962
|
width: size,
|
|
@@ -5806,14 +5996,14 @@ var Graph = function Graph(_ref) {
|
|
|
5806
5996
|
}));
|
|
5807
5997
|
};
|
|
5808
5998
|
|
|
5809
|
-
var _excluded$
|
|
5999
|
+
var _excluded$2H = ["size", "color", "strokeWidth"];
|
|
5810
6000
|
var Group = function Group(_ref) {
|
|
5811
6001
|
var _ref$size = _ref.size,
|
|
5812
6002
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
5813
6003
|
_ref$color = _ref.color,
|
|
5814
6004
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
5815
6005
|
_ref.strokeWidth;
|
|
5816
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
6006
|
+
var props = _objectWithoutProperties(_ref, _excluded$2H);
|
|
5817
6007
|
|
|
5818
6008
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5819
6009
|
width: size,
|
|
@@ -5826,7 +6016,7 @@ var Group = function Group(_ref) {
|
|
|
5826
6016
|
}));
|
|
5827
6017
|
};
|
|
5828
6018
|
|
|
5829
|
-
var _excluded$
|
|
6019
|
+
var _excluded$2G = ["size", "color", "strokeWidth"];
|
|
5830
6020
|
var HamburgerMenu = function HamburgerMenu(_ref) {
|
|
5831
6021
|
var _ref$size = _ref.size,
|
|
5832
6022
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5834,7 +6024,7 @@ var HamburgerMenu = function HamburgerMenu(_ref) {
|
|
|
5834
6024
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5835
6025
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5836
6026
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5837
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6027
|
+
props = _objectWithoutProperties(_ref, _excluded$2G);
|
|
5838
6028
|
|
|
5839
6029
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5840
6030
|
width: size,
|
|
@@ -5865,7 +6055,139 @@ var HamburgerMenu = function HamburgerMenu(_ref) {
|
|
|
5865
6055
|
}));
|
|
5866
6056
|
};
|
|
5867
6057
|
|
|
5868
|
-
var _excluded$
|
|
6058
|
+
var _excluded$2F = ["size", "color", "strokeWidth"];
|
|
6059
|
+
var Hash = function Hash(_ref) {
|
|
6060
|
+
var _ref$size = _ref.size,
|
|
6061
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6062
|
+
_ref$color = _ref.color,
|
|
6063
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6064
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
6065
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6066
|
+
props = _objectWithoutProperties(_ref, _excluded$2F);
|
|
6067
|
+
|
|
6068
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6069
|
+
width: size,
|
|
6070
|
+
height: size,
|
|
6071
|
+
fill: "none",
|
|
6072
|
+
viewBox: "0 0 24 24"
|
|
6073
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
6074
|
+
stroke: color,
|
|
6075
|
+
strokeLinecap: "round",
|
|
6076
|
+
strokeLinejoin: "round",
|
|
6077
|
+
strokeWidth: strokeWidth,
|
|
6078
|
+
d: "M10 8V16"
|
|
6079
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6080
|
+
stroke: color,
|
|
6081
|
+
strokeLinecap: "round",
|
|
6082
|
+
strokeLinejoin: "round",
|
|
6083
|
+
strokeWidth: strokeWidth,
|
|
6084
|
+
d: "M14 8V16"
|
|
6085
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6086
|
+
stroke: color,
|
|
6087
|
+
strokeLinecap: "round",
|
|
6088
|
+
strokeLinejoin: "round",
|
|
6089
|
+
strokeWidth: strokeWidth,
|
|
6090
|
+
d: "M8 14H16"
|
|
6091
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6092
|
+
stroke: color,
|
|
6093
|
+
strokeLinecap: "round",
|
|
6094
|
+
strokeLinejoin: "round",
|
|
6095
|
+
strokeWidth: strokeWidth,
|
|
6096
|
+
d: "M8 10H16"
|
|
6097
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6098
|
+
stroke: color,
|
|
6099
|
+
strokeLinecap: "round",
|
|
6100
|
+
strokeLinejoin: "round",
|
|
6101
|
+
strokeWidth: strokeWidth,
|
|
6102
|
+
d: "M21 7V17C21 19.209 19.209 21 17 21H7C4.791 21 3 19.209 3 17V7C3 4.791 4.791 3 7 3H17C19.209 3 21 4.791 21 7Z"
|
|
6103
|
+
}));
|
|
6104
|
+
};
|
|
6105
|
+
|
|
6106
|
+
var _excluded$2E = ["size", "color", "strokeWidth"];
|
|
6107
|
+
var HashChecked = function HashChecked(_ref) {
|
|
6108
|
+
var _ref$size = _ref.size,
|
|
6109
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6110
|
+
_ref$color = _ref.color,
|
|
6111
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6112
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
6113
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6114
|
+
props = _objectWithoutProperties(_ref, _excluded$2E);
|
|
6115
|
+
|
|
6116
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6117
|
+
width: size,
|
|
6118
|
+
height: size,
|
|
6119
|
+
fill: "none",
|
|
6120
|
+
viewBox: "0 0 24 24"
|
|
6121
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
6122
|
+
stroke: color,
|
|
6123
|
+
strokeLinecap: "round",
|
|
6124
|
+
strokeLinejoin: "round",
|
|
6125
|
+
strokeWidth: strokeWidth,
|
|
6126
|
+
d: "M10 18L13 21L20 14M5 7.125H8.05357M8.05357 7.125H11.9107M8.05357 7.125L8.85714 4M8.05357 7.125L7.08929 10.875M11.9107 7.125H14M11.9107 7.125L12.7143 4M11.9107 7.125L10.9464 10.875M5 10.875H7.08929M7.08929 10.875H10.9464M7.08929 10.875L6.28571 14M10.9464 10.875H14M10.9464 10.875L10.1429 14"
|
|
6127
|
+
}));
|
|
6128
|
+
};
|
|
6129
|
+
|
|
6130
|
+
var _excluded$2D = ["size", "color", "strokeWidth"];
|
|
6131
|
+
var HashInSet = function HashInSet(_ref) {
|
|
6132
|
+
var _ref$size = _ref.size,
|
|
6133
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6134
|
+
_ref$color = _ref.color,
|
|
6135
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6136
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
6137
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6138
|
+
props = _objectWithoutProperties(_ref, _excluded$2D);
|
|
6139
|
+
|
|
6140
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6141
|
+
width: size,
|
|
6142
|
+
height: size,
|
|
6143
|
+
fill: "none",
|
|
6144
|
+
viewBox: "0 0 24 24"
|
|
6145
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
6146
|
+
stroke: color,
|
|
6147
|
+
strokeLinecap: "round",
|
|
6148
|
+
strokeLinejoin: "round",
|
|
6149
|
+
strokeWidth: strokeWidth,
|
|
6150
|
+
d: "M6 19C5.46957 19 4.96086 18.7893 4.58579 18.4142C4.21071 18.0391 4 17.5304 4 17V13L3 12L4 11V7C4 6.46957 4.21071 5.96086 4.58579 5.58579C4.96086 5.21071 5.46957 5 6 5"
|
|
6151
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6152
|
+
stroke: color,
|
|
6153
|
+
strokeLinecap: "round",
|
|
6154
|
+
strokeLinejoin: "round",
|
|
6155
|
+
strokeWidth: strokeWidth,
|
|
6156
|
+
d: "M18 19C18.5304 19 19.0391 18.7893 19.4142 18.4142C19.7893 18.0391 20 17.5304 20 17V13L21 12L20 11V7C20 6.46957 19.7893 5.96086 19.4142 5.58579C19.0391 5.21071 18.5304 5 18 5"
|
|
6157
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
6158
|
+
stroke: color,
|
|
6159
|
+
strokeLinecap: "round",
|
|
6160
|
+
strokeLinejoin: "round",
|
|
6161
|
+
strokeWidth: strokeWidth,
|
|
6162
|
+
d: "M8 10.8125H10.7143M10.7143 10.8125H14.1429M10.7143 10.8125L11.4286 8M10.7143 10.8125L9.85714 14.1875M14.1429 10.8125H16M14.1429 10.8125L14.8571 8M14.1429 10.8125L13.2857 14.1875M8 14.1875H9.85714M9.85714 14.1875H13.2857M9.85714 14.1875L9.14286 17M13.2857 14.1875H16M13.2857 14.1875L12.5714 17"
|
|
6163
|
+
}));
|
|
6164
|
+
};
|
|
6165
|
+
|
|
6166
|
+
var _excluded$2C = ["size", "color", "strokeWidth"];
|
|
6167
|
+
var Header = function Header(_ref) {
|
|
6168
|
+
var _ref$size = _ref.size,
|
|
6169
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6170
|
+
_ref$color = _ref.color,
|
|
6171
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6172
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
6173
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6174
|
+
props = _objectWithoutProperties(_ref, _excluded$2C);
|
|
6175
|
+
|
|
6176
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6177
|
+
width: size,
|
|
6178
|
+
height: size,
|
|
6179
|
+
viewBox: "0 0 24 24",
|
|
6180
|
+
fill: "none"
|
|
6181
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
6182
|
+
d: "M7 12H17M7 5V19M17 5V19M15 19H19M15 5H19M5 19H9M5 5H9",
|
|
6183
|
+
stroke: color,
|
|
6184
|
+
strokeWidth: strokeWidth,
|
|
6185
|
+
strokeLinecap: "round",
|
|
6186
|
+
strokeLinejoin: "round"
|
|
6187
|
+
}));
|
|
6188
|
+
};
|
|
6189
|
+
|
|
6190
|
+
var _excluded$2B = ["size", "color", "strokeWidth"];
|
|
5869
6191
|
var Heart = function Heart(_ref) {
|
|
5870
6192
|
var _ref$size = _ref.size,
|
|
5871
6193
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5873,7 +6195,7 @@ var Heart = function Heart(_ref) {
|
|
|
5873
6195
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5874
6196
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5875
6197
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5876
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6198
|
+
props = _objectWithoutProperties(_ref, _excluded$2B);
|
|
5877
6199
|
|
|
5878
6200
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5879
6201
|
width: size,
|
|
@@ -5888,7 +6210,7 @@ var Heart = function Heart(_ref) {
|
|
|
5888
6210
|
}));
|
|
5889
6211
|
};
|
|
5890
6212
|
|
|
5891
|
-
var _excluded$
|
|
6213
|
+
var _excluded$2A = ["size", "color", "strokeWidth"];
|
|
5892
6214
|
var Help = function Help(_ref) {
|
|
5893
6215
|
var _ref$size = _ref.size,
|
|
5894
6216
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5896,7 +6218,7 @@ var Help = function Help(_ref) {
|
|
|
5896
6218
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5897
6219
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5898
6220
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5899
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6221
|
+
props = _objectWithoutProperties(_ref, _excluded$2A);
|
|
5900
6222
|
|
|
5901
6223
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5902
6224
|
width: size,
|
|
@@ -5924,7 +6246,7 @@ var Help = function Help(_ref) {
|
|
|
5924
6246
|
}));
|
|
5925
6247
|
};
|
|
5926
6248
|
|
|
5927
|
-
var _excluded$
|
|
6249
|
+
var _excluded$2z = ["size", "color", "strokeWidth"];
|
|
5928
6250
|
var Hide = function Hide(_ref) {
|
|
5929
6251
|
var _ref$size = _ref.size,
|
|
5930
6252
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5932,7 +6254,7 @@ var Hide = function Hide(_ref) {
|
|
|
5932
6254
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5933
6255
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5934
6256
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5935
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6257
|
+
props = _objectWithoutProperties(_ref, _excluded$2z);
|
|
5936
6258
|
|
|
5937
6259
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5938
6260
|
width: size,
|
|
@@ -5954,7 +6276,7 @@ var Hide = function Hide(_ref) {
|
|
|
5954
6276
|
}));
|
|
5955
6277
|
};
|
|
5956
6278
|
|
|
5957
|
-
var _excluded$
|
|
6279
|
+
var _excluded$2y = ["size", "color", "strokeWidth"];
|
|
5958
6280
|
var Highlight = function Highlight(_ref) {
|
|
5959
6281
|
var _ref$size = _ref.size,
|
|
5960
6282
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5962,7 +6284,7 @@ var Highlight = function Highlight(_ref) {
|
|
|
5962
6284
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5963
6285
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5964
6286
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5965
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6287
|
+
props = _objectWithoutProperties(_ref, _excluded$2y);
|
|
5966
6288
|
|
|
5967
6289
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5968
6290
|
width: size,
|
|
@@ -5990,7 +6312,7 @@ var Highlight = function Highlight(_ref) {
|
|
|
5990
6312
|
}));
|
|
5991
6313
|
};
|
|
5992
6314
|
|
|
5993
|
-
var _excluded$
|
|
6315
|
+
var _excluded$2x = ["size", "color", "strokeWidth"];
|
|
5994
6316
|
var History = function History(_ref) {
|
|
5995
6317
|
var _ref$size = _ref.size,
|
|
5996
6318
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5998,7 +6320,7 @@ var History = function History(_ref) {
|
|
|
5998
6320
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5999
6321
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6000
6322
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6001
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6323
|
+
props = _objectWithoutProperties(_ref, _excluded$2x);
|
|
6002
6324
|
|
|
6003
6325
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6004
6326
|
width: size,
|
|
@@ -6033,7 +6355,7 @@ var History = function History(_ref) {
|
|
|
6033
6355
|
}))));
|
|
6034
6356
|
};
|
|
6035
6357
|
|
|
6036
|
-
var _excluded$
|
|
6358
|
+
var _excluded$2w = ["size", "color", "strokeWidth"];
|
|
6037
6359
|
var Home = function Home(_ref) {
|
|
6038
6360
|
var _ref$size = _ref.size,
|
|
6039
6361
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6041,7 +6363,7 @@ var Home = function Home(_ref) {
|
|
|
6041
6363
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6042
6364
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6043
6365
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6044
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6366
|
+
props = _objectWithoutProperties(_ref, _excluded$2w);
|
|
6045
6367
|
|
|
6046
6368
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6047
6369
|
width: size,
|
|
@@ -6063,30 +6385,31 @@ var Home = function Home(_ref) {
|
|
|
6063
6385
|
}));
|
|
6064
6386
|
};
|
|
6065
6387
|
|
|
6066
|
-
var _excluded$
|
|
6388
|
+
var _excluded$2v = ["size", "color", "strokeWidth"];
|
|
6067
6389
|
var HourGlass = function HourGlass(_ref) {
|
|
6068
6390
|
var _ref$size = _ref.size,
|
|
6069
6391
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6070
6392
|
_ref$color = _ref.color,
|
|
6071
|
-
color = _ref$color === void 0 ? "currentColor" : _ref$color
|
|
6072
|
-
_ref.strokeWidth
|
|
6073
|
-
|
|
6393
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6394
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
6395
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6396
|
+
props = _objectWithoutProperties(_ref, _excluded$2v);
|
|
6074
6397
|
|
|
6075
6398
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6076
6399
|
width: size,
|
|
6077
6400
|
height: size,
|
|
6078
|
-
|
|
6079
|
-
|
|
6401
|
+
fill: "none",
|
|
6402
|
+
viewBox: "0 0 24 24"
|
|
6080
6403
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
6081
|
-
|
|
6082
|
-
|
|
6083
|
-
|
|
6084
|
-
|
|
6085
|
-
|
|
6404
|
+
stroke: color,
|
|
6405
|
+
strokeLinecap: "round",
|
|
6406
|
+
strokeLinejoin: "round",
|
|
6407
|
+
strokeWidth: strokeWidth,
|
|
6408
|
+
d: "M7.41667 7.55556H16.5833M12 12C10.6739 12 9.40215 12.5619 8.46447 13.5621C7.52678 14.5623 7 15.9188 7 17.3333V19.1111C7 19.3469 7.0878 19.573 7.24408 19.7397C7.40036 19.9064 7.61232 20 7.83333 20H16.1667C16.3877 20 16.5996 19.9064 16.7559 19.7397C16.9122 19.573 17 19.3469 17 19.1111V17.3333C17 15.9188 16.4732 14.5623 15.5355 13.5621C14.5979 12.5619 13.3261 12 12 12ZM12 12C10.6739 12 9.40215 11.4381 8.46447 10.4379C7.52678 9.43771 7 8.08115 7 6.66667V4.88889C7 4.65314 7.0878 4.42705 7.24408 4.26035C7.40036 4.09365 7.61232 4 7.83333 4H16.1667C16.3877 4 16.5996 4.09365 16.7559 4.26035C16.9122 4.42705 17 4.65314 17 4.88889V6.66667C17 8.08115 16.4732 9.43771 15.5355 10.4379C14.5979 11.4381 13.3261 12 12 12Z"
|
|
6086
6409
|
}));
|
|
6087
6410
|
};
|
|
6088
6411
|
|
|
6089
|
-
var _excluded$
|
|
6412
|
+
var _excluded$2u = ["size", "color", "strokeWidth"];
|
|
6090
6413
|
var Hours = function Hours(_ref) {
|
|
6091
6414
|
var _ref$size = _ref.size,
|
|
6092
6415
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6094,7 +6417,7 @@ var Hours = function Hours(_ref) {
|
|
|
6094
6417
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6095
6418
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6096
6419
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6097
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6420
|
+
props = _objectWithoutProperties(_ref, _excluded$2u);
|
|
6098
6421
|
|
|
6099
6422
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6100
6423
|
width: size,
|
|
@@ -6127,14 +6450,14 @@ var Hours = function Hours(_ref) {
|
|
|
6127
6450
|
}))));
|
|
6128
6451
|
};
|
|
6129
6452
|
|
|
6130
|
-
var _excluded$
|
|
6453
|
+
var _excluded$2t = ["size", "color", "strokeWidth"];
|
|
6131
6454
|
var Html = function Html(_ref) {
|
|
6132
6455
|
var _ref$size = _ref.size,
|
|
6133
6456
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6134
6457
|
_ref$color = _ref.color,
|
|
6135
6458
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
6136
6459
|
_ref.strokeWidth;
|
|
6137
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
6460
|
+
var props = _objectWithoutProperties(_ref, _excluded$2t);
|
|
6138
6461
|
|
|
6139
6462
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6140
6463
|
width: size,
|
|
@@ -6147,7 +6470,7 @@ var Html = function Html(_ref) {
|
|
|
6147
6470
|
}));
|
|
6148
6471
|
};
|
|
6149
6472
|
|
|
6150
|
-
var _excluded$
|
|
6473
|
+
var _excluded$2s = ["size", "color", "strokeWidth"];
|
|
6151
6474
|
var ImageUpload = function ImageUpload(_ref) {
|
|
6152
6475
|
var _ref$size = _ref.size,
|
|
6153
6476
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6155,7 +6478,7 @@ var ImageUpload = function ImageUpload(_ref) {
|
|
|
6155
6478
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6156
6479
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6157
6480
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6158
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6481
|
+
props = _objectWithoutProperties(_ref, _excluded$2s);
|
|
6159
6482
|
|
|
6160
6483
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6161
6484
|
width: size,
|
|
@@ -6201,7 +6524,7 @@ var ImageUpload = function ImageUpload(_ref) {
|
|
|
6201
6524
|
}));
|
|
6202
6525
|
};
|
|
6203
6526
|
|
|
6204
|
-
var _excluded$
|
|
6527
|
+
var _excluded$2r = ["size", "color", "strokeWidth"];
|
|
6205
6528
|
var Image = function Image(_ref) {
|
|
6206
6529
|
var _ref$size = _ref.size,
|
|
6207
6530
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6209,7 +6532,7 @@ var Image = function Image(_ref) {
|
|
|
6209
6532
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6210
6533
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6211
6534
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6212
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6535
|
+
props = _objectWithoutProperties(_ref, _excluded$2r);
|
|
6213
6536
|
|
|
6214
6537
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6215
6538
|
width: size,
|
|
@@ -6245,7 +6568,7 @@ var Image = function Image(_ref) {
|
|
|
6245
6568
|
}))));
|
|
6246
6569
|
};
|
|
6247
6570
|
|
|
6248
|
-
var _excluded$
|
|
6571
|
+
var _excluded$2q = ["size", "color", "strokeWidth"];
|
|
6249
6572
|
var Inbox = function Inbox(_ref) {
|
|
6250
6573
|
var _ref$size = _ref.size,
|
|
6251
6574
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6253,7 +6576,7 @@ var Inbox = function Inbox(_ref) {
|
|
|
6253
6576
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6254
6577
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6255
6578
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6256
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6579
|
+
props = _objectWithoutProperties(_ref, _excluded$2q);
|
|
6257
6580
|
|
|
6258
6581
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6259
6582
|
width: size,
|
|
@@ -6269,7 +6592,7 @@ var Inbox = function Inbox(_ref) {
|
|
|
6269
6592
|
}));
|
|
6270
6593
|
};
|
|
6271
6594
|
|
|
6272
|
-
var _excluded$
|
|
6595
|
+
var _excluded$2p = ["size", "color", "strokeWidth"];
|
|
6273
6596
|
var IndeterminateCircle = function IndeterminateCircle(_ref) {
|
|
6274
6597
|
var _ref$size = _ref.size,
|
|
6275
6598
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6277,7 +6600,7 @@ var IndeterminateCircle = function IndeterminateCircle(_ref) {
|
|
|
6277
6600
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6278
6601
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6279
6602
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6280
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6603
|
+
props = _objectWithoutProperties(_ref, _excluded$2p);
|
|
6281
6604
|
|
|
6282
6605
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6283
6606
|
width: size,
|
|
@@ -6301,7 +6624,7 @@ var IndeterminateCircle = function IndeterminateCircle(_ref) {
|
|
|
6301
6624
|
}));
|
|
6302
6625
|
};
|
|
6303
6626
|
|
|
6304
|
-
var _excluded$
|
|
6627
|
+
var _excluded$2o = ["size", "color", "strokeWidth"];
|
|
6305
6628
|
var Info = function Info(_ref) {
|
|
6306
6629
|
var _ref$size = _ref.size,
|
|
6307
6630
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6309,7 +6632,7 @@ var Info = function Info(_ref) {
|
|
|
6309
6632
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6310
6633
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6311
6634
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6312
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6635
|
+
props = _objectWithoutProperties(_ref, _excluded$2o);
|
|
6313
6636
|
|
|
6314
6637
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6315
6638
|
width: size,
|
|
@@ -6349,7 +6672,7 @@ var Info = function Info(_ref) {
|
|
|
6349
6672
|
}));
|
|
6350
6673
|
};
|
|
6351
6674
|
|
|
6352
|
-
var _excluded$
|
|
6675
|
+
var _excluded$2n = ["size", "color", "strokeWidth"];
|
|
6353
6676
|
var Input = function Input(_ref) {
|
|
6354
6677
|
var _ref$size = _ref.size,
|
|
6355
6678
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6357,7 +6680,7 @@ var Input = function Input(_ref) {
|
|
|
6357
6680
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6358
6681
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6359
6682
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6360
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6683
|
+
props = _objectWithoutProperties(_ref, _excluded$2n);
|
|
6361
6684
|
|
|
6362
6685
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6363
6686
|
width: size,
|
|
@@ -6381,14 +6704,14 @@ var Input = function Input(_ref) {
|
|
|
6381
6704
|
}))));
|
|
6382
6705
|
};
|
|
6383
6706
|
|
|
6384
|
-
var _excluded$
|
|
6707
|
+
var _excluded$2m = ["size", "color", "strokeWidth"];
|
|
6385
6708
|
var Invoice = function Invoice(_ref) {
|
|
6386
6709
|
var _ref$size = _ref.size,
|
|
6387
6710
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6388
6711
|
_ref$color = _ref.color,
|
|
6389
6712
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
6390
6713
|
_ref.strokeWidth;
|
|
6391
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
6714
|
+
var props = _objectWithoutProperties(_ref, _excluded$2m);
|
|
6392
6715
|
|
|
6393
6716
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6394
6717
|
width: size,
|
|
@@ -6412,7 +6735,31 @@ var Invoice = function Invoice(_ref) {
|
|
|
6412
6735
|
}));
|
|
6413
6736
|
};
|
|
6414
6737
|
|
|
6415
|
-
var _excluded$
|
|
6738
|
+
var _excluded$2l = ["size", "color", "strokeWidth"];
|
|
6739
|
+
var IpAddress = function IpAddress(_ref) {
|
|
6740
|
+
var _ref$size = _ref.size,
|
|
6741
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6742
|
+
_ref$color = _ref.color,
|
|
6743
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6744
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
6745
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6746
|
+
props = _objectWithoutProperties(_ref, _excluded$2l);
|
|
6747
|
+
|
|
6748
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6749
|
+
width: size,
|
|
6750
|
+
height: size,
|
|
6751
|
+
fill: "none",
|
|
6752
|
+
viewBox: "0 0 24 24"
|
|
6753
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
6754
|
+
stroke: color,
|
|
6755
|
+
strokeLinecap: "round",
|
|
6756
|
+
strokeLinejoin: "round",
|
|
6757
|
+
strokeWidth: strokeWidth,
|
|
6758
|
+
d: "M20 12.0526C20 10.46 19.5308 8.90308 18.6518 7.57883C17.7727 6.25458 16.5233 5.22246 15.0615 4.61297C13.5997 4.00349 11.9911 3.84402 10.4393 4.15473C8.88743 4.46545 7.46197 5.23238 6.34315 6.35856C5.22433 7.48474 4.4624 8.91959 4.15372 10.4816C3.84504 12.0437 4.00347 13.6628 4.60897 15.1342C5.21447 16.6057 6.23985 17.8633 7.55544 18.7482C8.87103 19.633 10.4178 20.1053 12 20.1053M4.53334 9.36842H19.4667M4.53334 14.7368H12M11.6249 4C10.1274 6.41545 9.33352 9.20546 9.33352 12.0526C9.33352 14.8998 10.1274 17.6898 11.6249 20.1053M12.4444 4C13.9724 6.465 14.6667 9.25748 14.6667 12.0526M16.8889 16.8073V16.8147M19.0884 18.9033C19.5236 18.4887 19.82 17.9605 19.9402 17.3854C20.0603 16.8103 19.9987 16.2142 19.7633 15.6724C19.5278 15.1306 19.1291 14.6676 18.6174 14.3418C18.1058 14.016 17.5042 13.8421 16.8889 13.8421C16.2735 13.8421 15.672 14.016 15.1604 14.3418C14.6487 14.6676 14.25 15.1306 14.0145 15.6724C13.7791 16.2142 13.7175 16.8103 13.8376 17.3854C13.9577 17.9605 14.2541 18.4887 14.6893 18.9033L16.8889 21L19.0884 18.9033Z"
|
|
6759
|
+
}));
|
|
6760
|
+
};
|
|
6761
|
+
|
|
6762
|
+
var _excluded$2k = ["size", "color", "strokeWidth"];
|
|
6416
6763
|
var Keyboard = function Keyboard(_ref) {
|
|
6417
6764
|
var _ref$size = _ref.size,
|
|
6418
6765
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6420,7 +6767,7 @@ var Keyboard = function Keyboard(_ref) {
|
|
|
6420
6767
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6421
6768
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6422
6769
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6423
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6770
|
+
props = _objectWithoutProperties(_ref, _excluded$2k);
|
|
6424
6771
|
|
|
6425
6772
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6426
6773
|
width: size,
|
|
@@ -6460,7 +6807,7 @@ var Keyboard = function Keyboard(_ref) {
|
|
|
6460
6807
|
}));
|
|
6461
6808
|
};
|
|
6462
6809
|
|
|
6463
|
-
var _excluded$
|
|
6810
|
+
var _excluded$2j = ["size", "color", "strokeWidth"];
|
|
6464
6811
|
var LeftArrowCircle = function LeftArrowCircle(_ref) {
|
|
6465
6812
|
var _ref$size = _ref.size,
|
|
6466
6813
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6468,7 +6815,7 @@ var LeftArrowCircle = function LeftArrowCircle(_ref) {
|
|
|
6468
6815
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6469
6816
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6470
6817
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6471
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6818
|
+
props = _objectWithoutProperties(_ref, _excluded$2j);
|
|
6472
6819
|
|
|
6473
6820
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6474
6821
|
width: size,
|
|
@@ -6496,7 +6843,7 @@ var LeftArrowCircle = function LeftArrowCircle(_ref) {
|
|
|
6496
6843
|
}));
|
|
6497
6844
|
};
|
|
6498
6845
|
|
|
6499
|
-
var _excluded$
|
|
6846
|
+
var _excluded$2i = ["size", "color", "strokeWidth"];
|
|
6500
6847
|
var Left = function Left(_ref) {
|
|
6501
6848
|
var _ref$size = _ref.size,
|
|
6502
6849
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6504,7 +6851,7 @@ var Left = function Left(_ref) {
|
|
|
6504
6851
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6505
6852
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6506
6853
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6507
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6854
|
+
props = _objectWithoutProperties(_ref, _excluded$2i);
|
|
6508
6855
|
|
|
6509
6856
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6510
6857
|
width: size,
|
|
@@ -6520,7 +6867,7 @@ var Left = function Left(_ref) {
|
|
|
6520
6867
|
}));
|
|
6521
6868
|
};
|
|
6522
6869
|
|
|
6523
|
-
var _excluded$
|
|
6870
|
+
var _excluded$2h = ["size", "color", "strokeWidth"];
|
|
6524
6871
|
var LeftAlign = function LeftAlign(_ref) {
|
|
6525
6872
|
var _ref$size = _ref.size,
|
|
6526
6873
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6528,7 +6875,7 @@ var LeftAlign = function LeftAlign(_ref) {
|
|
|
6528
6875
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6529
6876
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6530
6877
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6531
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6878
|
+
props = _objectWithoutProperties(_ref, _excluded$2h);
|
|
6532
6879
|
|
|
6533
6880
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6534
6881
|
width: size,
|
|
@@ -6579,7 +6926,7 @@ var LeftAlign = function LeftAlign(_ref) {
|
|
|
6579
6926
|
}))));
|
|
6580
6927
|
};
|
|
6581
6928
|
|
|
6582
|
-
var _excluded$
|
|
6929
|
+
var _excluded$2g = ["size", "color", "strokeWidth"];
|
|
6583
6930
|
var LeftArrow = function LeftArrow(_ref) {
|
|
6584
6931
|
var _ref$size = _ref.size,
|
|
6585
6932
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6587,7 +6934,7 @@ var LeftArrow = function LeftArrow(_ref) {
|
|
|
6587
6934
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6588
6935
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6589
6936
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6590
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6937
|
+
props = _objectWithoutProperties(_ref, _excluded$2g);
|
|
6591
6938
|
|
|
6592
6939
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6593
6940
|
width: size,
|
|
@@ -6603,7 +6950,7 @@ var LeftArrow = function LeftArrow(_ref) {
|
|
|
6603
6950
|
}));
|
|
6604
6951
|
};
|
|
6605
6952
|
|
|
6606
|
-
var _excluded$
|
|
6953
|
+
var _excluded$2f = ["size", "color", "strokeWidth"];
|
|
6607
6954
|
var Link = function Link(_ref) {
|
|
6608
6955
|
var _ref$size = _ref.size,
|
|
6609
6956
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6611,7 +6958,7 @@ var Link = function Link(_ref) {
|
|
|
6611
6958
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6612
6959
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6613
6960
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6614
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6961
|
+
props = _objectWithoutProperties(_ref, _excluded$2f);
|
|
6615
6962
|
|
|
6616
6963
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6617
6964
|
width: size,
|
|
@@ -6633,14 +6980,14 @@ var Link = function Link(_ref) {
|
|
|
6633
6980
|
}));
|
|
6634
6981
|
};
|
|
6635
6982
|
|
|
6636
|
-
var _excluded$
|
|
6983
|
+
var _excluded$2e = ["size", "color", "strokeWidth"];
|
|
6637
6984
|
var Linkedin = function Linkedin(_ref) {
|
|
6638
6985
|
var _ref$size = _ref.size,
|
|
6639
6986
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6640
6987
|
_ref$color = _ref.color,
|
|
6641
6988
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
6642
6989
|
_ref.strokeWidth;
|
|
6643
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
6990
|
+
var props = _objectWithoutProperties(_ref, _excluded$2e);
|
|
6644
6991
|
|
|
6645
6992
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6646
6993
|
width: size,
|
|
@@ -6656,7 +7003,7 @@ var Linkedin = function Linkedin(_ref) {
|
|
|
6656
7003
|
}));
|
|
6657
7004
|
};
|
|
6658
7005
|
|
|
6659
|
-
var _excluded$
|
|
7006
|
+
var _excluded$2d = ["size", "color", "strokeWidth"];
|
|
6660
7007
|
var ListDot = function ListDot(_ref) {
|
|
6661
7008
|
var _ref$size = _ref.size,
|
|
6662
7009
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6664,7 +7011,7 @@ var ListDot = function ListDot(_ref) {
|
|
|
6664
7011
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6665
7012
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6666
7013
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6667
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7014
|
+
props = _objectWithoutProperties(_ref, _excluded$2d);
|
|
6668
7015
|
|
|
6669
7016
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6670
7017
|
width: size,
|
|
@@ -6704,7 +7051,7 @@ var ListDot = function ListDot(_ref) {
|
|
|
6704
7051
|
}));
|
|
6705
7052
|
};
|
|
6706
7053
|
|
|
6707
|
-
var _excluded$
|
|
7054
|
+
var _excluded$2c = ["size", "color", "strokeWidth"];
|
|
6708
7055
|
var ListNumber = function ListNumber(_ref) {
|
|
6709
7056
|
var _ref$size = _ref.size,
|
|
6710
7057
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6712,7 +7059,7 @@ var ListNumber = function ListNumber(_ref) {
|
|
|
6712
7059
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6713
7060
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6714
7061
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6715
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7062
|
+
props = _objectWithoutProperties(_ref, _excluded$2c);
|
|
6716
7063
|
|
|
6717
7064
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6718
7065
|
width: size,
|
|
@@ -6728,7 +7075,7 @@ var ListNumber = function ListNumber(_ref) {
|
|
|
6728
7075
|
}));
|
|
6729
7076
|
};
|
|
6730
7077
|
|
|
6731
|
-
var _excluded$
|
|
7078
|
+
var _excluded$2b = ["size", "color", "strokeWidth"];
|
|
6732
7079
|
var List = function List(_ref) {
|
|
6733
7080
|
var _ref$size = _ref.size,
|
|
6734
7081
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6736,7 +7083,7 @@ var List = function List(_ref) {
|
|
|
6736
7083
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6737
7084
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6738
7085
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6739
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7086
|
+
props = _objectWithoutProperties(_ref, _excluded$2b);
|
|
6740
7087
|
|
|
6741
7088
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6742
7089
|
width: size,
|
|
@@ -6758,7 +7105,7 @@ var List = function List(_ref) {
|
|
|
6758
7105
|
}));
|
|
6759
7106
|
};
|
|
6760
7107
|
|
|
6761
|
-
var _excluded$
|
|
7108
|
+
var _excluded$2a = ["size", "color", "strokeWidth"];
|
|
6762
7109
|
var ListDetails = function ListDetails(_ref) {
|
|
6763
7110
|
var _ref$size = _ref.size,
|
|
6764
7111
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6766,7 +7113,7 @@ var ListDetails = function ListDetails(_ref) {
|
|
|
6766
7113
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6767
7114
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6768
7115
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6769
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7116
|
+
props = _objectWithoutProperties(_ref, _excluded$2a);
|
|
6770
7117
|
|
|
6771
7118
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6772
7119
|
width: size,
|
|
@@ -6782,7 +7129,7 @@ var ListDetails = function ListDetails(_ref) {
|
|
|
6782
7129
|
}));
|
|
6783
7130
|
};
|
|
6784
7131
|
|
|
6785
|
-
var _excluded$
|
|
7132
|
+
var _excluded$29 = ["size", "color", "strokeWidth"];
|
|
6786
7133
|
var Loading = function Loading(_ref) {
|
|
6787
7134
|
var _ref$size = _ref.size,
|
|
6788
7135
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6790,7 +7137,7 @@ var Loading = function Loading(_ref) {
|
|
|
6790
7137
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6791
7138
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6792
7139
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6793
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7140
|
+
props = _objectWithoutProperties(_ref, _excluded$29);
|
|
6794
7141
|
|
|
6795
7142
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6796
7143
|
width: size,
|
|
@@ -6848,7 +7195,7 @@ var Loading = function Loading(_ref) {
|
|
|
6848
7195
|
}));
|
|
6849
7196
|
};
|
|
6850
7197
|
|
|
6851
|
-
var _excluded$
|
|
7198
|
+
var _excluded$28 = ["size", "color", "strokeWidth"];
|
|
6852
7199
|
var Location = function Location(_ref) {
|
|
6853
7200
|
var _ref$size = _ref.size,
|
|
6854
7201
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6856,7 +7203,7 @@ var Location = function Location(_ref) {
|
|
|
6856
7203
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6857
7204
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6858
7205
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6859
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7206
|
+
props = _objectWithoutProperties(_ref, _excluded$28);
|
|
6860
7207
|
|
|
6861
7208
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6862
7209
|
width: size,
|
|
@@ -6878,7 +7225,7 @@ var Location = function Location(_ref) {
|
|
|
6878
7225
|
}));
|
|
6879
7226
|
};
|
|
6880
7227
|
|
|
6881
|
-
var _excluded$
|
|
7228
|
+
var _excluded$27 = ["size", "color", "strokeWidth"];
|
|
6882
7229
|
var Lock = function Lock(_ref) {
|
|
6883
7230
|
var _ref$size = _ref.size,
|
|
6884
7231
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6886,7 +7233,7 @@ var Lock = function Lock(_ref) {
|
|
|
6886
7233
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6887
7234
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6888
7235
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6889
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7236
|
+
props = _objectWithoutProperties(_ref, _excluded$27);
|
|
6890
7237
|
|
|
6891
7238
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6892
7239
|
width: size,
|
|
@@ -6912,7 +7259,7 @@ var Lock = function Lock(_ref) {
|
|
|
6912
7259
|
}));
|
|
6913
7260
|
};
|
|
6914
7261
|
|
|
6915
|
-
var _excluded$
|
|
7262
|
+
var _excluded$26 = ["size", "color", "strokeWidth"];
|
|
6916
7263
|
var MailUnread = function MailUnread(_ref) {
|
|
6917
7264
|
var _ref$size = _ref.size,
|
|
6918
7265
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6920,7 +7267,7 @@ var MailUnread = function MailUnread(_ref) {
|
|
|
6920
7267
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6921
7268
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6922
7269
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6923
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7270
|
+
props = _objectWithoutProperties(_ref, _excluded$26);
|
|
6924
7271
|
|
|
6925
7272
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6926
7273
|
width: size,
|
|
@@ -6945,7 +7292,7 @@ var MailUnread = function MailUnread(_ref) {
|
|
|
6945
7292
|
}));
|
|
6946
7293
|
};
|
|
6947
7294
|
|
|
6948
|
-
var _excluded$
|
|
7295
|
+
var _excluded$25 = ["size", "color", "strokeWidth"];
|
|
6949
7296
|
var MailSend = function MailSend(_ref) {
|
|
6950
7297
|
var _ref$size = _ref.size,
|
|
6951
7298
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6953,7 +7300,7 @@ var MailSend = function MailSend(_ref) {
|
|
|
6953
7300
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6954
7301
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6955
7302
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6956
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7303
|
+
props = _objectWithoutProperties(_ref, _excluded$25);
|
|
6957
7304
|
|
|
6958
7305
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6959
7306
|
width: size,
|
|
@@ -6991,7 +7338,7 @@ var MailSend = function MailSend(_ref) {
|
|
|
6991
7338
|
}));
|
|
6992
7339
|
};
|
|
6993
7340
|
|
|
6994
|
-
var _excluded$
|
|
7341
|
+
var _excluded$24 = ["size", "color", "strokeWidth"];
|
|
6995
7342
|
var Matrix = function Matrix(_ref) {
|
|
6996
7343
|
var _ref$size = _ref.size,
|
|
6997
7344
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6999,7 +7346,7 @@ var Matrix = function Matrix(_ref) {
|
|
|
6999
7346
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7000
7347
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7001
7348
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7002
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7349
|
+
props = _objectWithoutProperties(_ref, _excluded$24);
|
|
7003
7350
|
|
|
7004
7351
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7005
7352
|
width: size,
|
|
@@ -7023,14 +7370,14 @@ var Matrix = function Matrix(_ref) {
|
|
|
7023
7370
|
}));
|
|
7024
7371
|
};
|
|
7025
7372
|
|
|
7026
|
-
var _excluded$
|
|
7373
|
+
var _excluded$23 = ["size", "color", "strokeWidth"];
|
|
7027
7374
|
var MatrixDots = function MatrixDots(_ref) {
|
|
7028
7375
|
var _ref$size = _ref.size,
|
|
7029
7376
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
7030
7377
|
_ref$color = _ref.color,
|
|
7031
7378
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
7032
7379
|
_ref.strokeWidth;
|
|
7033
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
7380
|
+
var props = _objectWithoutProperties(_ref, _excluded$23);
|
|
7034
7381
|
|
|
7035
7382
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7036
7383
|
width: size,
|
|
@@ -7085,7 +7432,31 @@ var MatrixDots = function MatrixDots(_ref) {
|
|
|
7085
7432
|
}));
|
|
7086
7433
|
};
|
|
7087
7434
|
|
|
7088
|
-
var _excluded$
|
|
7435
|
+
var _excluded$22 = ["size", "color", "strokeWidth"];
|
|
7436
|
+
var MatrixDotsClear = function MatrixDotsClear(_ref) {
|
|
7437
|
+
var _ref$size = _ref.size,
|
|
7438
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
7439
|
+
_ref$color = _ref.color,
|
|
7440
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7441
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
7442
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7443
|
+
props = _objectWithoutProperties(_ref, _excluded$22);
|
|
7444
|
+
|
|
7445
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7446
|
+
width: size,
|
|
7447
|
+
height: size,
|
|
7448
|
+
fill: "none",
|
|
7449
|
+
viewBox: "0 0 24 24"
|
|
7450
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
7451
|
+
stroke: color,
|
|
7452
|
+
strokeLinecap: "round",
|
|
7453
|
+
strokeLinejoin: "round",
|
|
7454
|
+
strokeWidth: strokeWidth,
|
|
7455
|
+
d: "M5 14C3.895 14 3 13.105 3 12C3 10.895 3.895 10 5 10C6.105 10 7 10.895 7 12C7 13.105 6.105 14 5 14ZM12 14C10.895 14 10 13.105 10 12C10 10.895 10.895 10 12 10C13.105 10 14 10.895 14 12C14 13.105 13.105 14 12 14ZM19 14C17.895 14 17 13.105 17 12C17 10.895 17.895 10 19 10C20.105 10 21 10.895 21 12C21 13.105 20.105 14 19 14ZM5 21C3.895 21 3 20.105 3 19C3 17.895 3.895 17 5 17C6.105 17 7 17.895 7 19C7 20.105 6.105 21 5 21ZM12 21C10.895 21 10 20.105 10 19C10 17.895 10.895 17 12 17C13.105 17 14 17.895 14 19C14 20.105 13.105 21 12 21ZM19 21C17.895 21 17 20.105 17 19C17 17.895 17.895 17 19 17C20.105 17 21 17.895 21 19C21 20.105 20.105 21 19 21ZM5 7C3.895 7 3 6.105 3 5C3 3.895 3.895 3 5 3C6.105 3 7 3.895 7 5C7 6.105 6.105 7 5 7ZM12 7C10.895 7 10 6.105 10 5C10 3.895 10.895 3 12 3C13.105 3 14 3.895 14 5C14 6.105 13.105 7 12 7ZM19 7C17.895 7 17 6.105 17 5C17 3.895 17.895 3 19 3C20.105 3 21 3.895 21 5C21 6.105 20.105 7 19 7Z"
|
|
7456
|
+
}));
|
|
7457
|
+
};
|
|
7458
|
+
|
|
7459
|
+
var _excluded$21 = ["size", "color", "strokeWidth"];
|
|
7089
7460
|
var MediaVideo = function MediaVideo(_ref) {
|
|
7090
7461
|
var _ref$size = _ref.size,
|
|
7091
7462
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7093,7 +7464,7 @@ var MediaVideo = function MediaVideo(_ref) {
|
|
|
7093
7464
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7094
7465
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7095
7466
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7096
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7467
|
+
props = _objectWithoutProperties(_ref, _excluded$21);
|
|
7097
7468
|
|
|
7098
7469
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7099
7470
|
width: size,
|
|
@@ -7115,7 +7486,7 @@ var MediaVideo = function MediaVideo(_ref) {
|
|
|
7115
7486
|
}));
|
|
7116
7487
|
};
|
|
7117
7488
|
|
|
7118
|
-
var _excluded$
|
|
7489
|
+
var _excluded$20 = ["size", "color", "strokeWidth"];
|
|
7119
7490
|
var MenuHorizontal = function MenuHorizontal(_ref) {
|
|
7120
7491
|
var _ref$size = _ref.size,
|
|
7121
7492
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7123,7 +7494,7 @@ var MenuHorizontal = function MenuHorizontal(_ref) {
|
|
|
7123
7494
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7124
7495
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7125
7496
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7126
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7497
|
+
props = _objectWithoutProperties(_ref, _excluded$20);
|
|
7127
7498
|
|
|
7128
7499
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7129
7500
|
width: size,
|
|
@@ -7154,7 +7525,7 @@ var MenuHorizontal = function MenuHorizontal(_ref) {
|
|
|
7154
7525
|
}));
|
|
7155
7526
|
};
|
|
7156
7527
|
|
|
7157
|
-
var _excluded$
|
|
7528
|
+
var _excluded$1$ = ["size", "color", "strokeWidth"];
|
|
7158
7529
|
var MenuVertical = function MenuVertical(_ref) {
|
|
7159
7530
|
var _ref$size = _ref.size,
|
|
7160
7531
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7162,7 +7533,7 @@ var MenuVertical = function MenuVertical(_ref) {
|
|
|
7162
7533
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7163
7534
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7164
7535
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7165
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7536
|
+
props = _objectWithoutProperties(_ref, _excluded$1$);
|
|
7166
7537
|
|
|
7167
7538
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7168
7539
|
width: size,
|
|
@@ -7193,7 +7564,7 @@ var MenuVertical = function MenuVertical(_ref) {
|
|
|
7193
7564
|
}));
|
|
7194
7565
|
};
|
|
7195
7566
|
|
|
7196
|
-
var _excluded$
|
|
7567
|
+
var _excluded$1_ = ["size", "color", "strokeWidth"];
|
|
7197
7568
|
var MenuLayout = function MenuLayout(_ref) {
|
|
7198
7569
|
var _ref$size = _ref.size,
|
|
7199
7570
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7201,7 +7572,7 @@ var MenuLayout = function MenuLayout(_ref) {
|
|
|
7201
7572
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7202
7573
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7203
7574
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7204
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7575
|
+
props = _objectWithoutProperties(_ref, _excluded$1_);
|
|
7205
7576
|
|
|
7206
7577
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7207
7578
|
width: size,
|
|
@@ -7251,7 +7622,7 @@ var MenuLayout = function MenuLayout(_ref) {
|
|
|
7251
7622
|
}))));
|
|
7252
7623
|
};
|
|
7253
7624
|
|
|
7254
|
-
var _excluded$
|
|
7625
|
+
var _excluded$1Z = ["size", "color", "strokeWidth"];
|
|
7255
7626
|
var MenuSquare = function MenuSquare(_ref) {
|
|
7256
7627
|
var _ref$size = _ref.size,
|
|
7257
7628
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7259,7 +7630,7 @@ var MenuSquare = function MenuSquare(_ref) {
|
|
|
7259
7630
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7260
7631
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7261
7632
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7262
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7633
|
+
props = _objectWithoutProperties(_ref, _excluded$1Z);
|
|
7263
7634
|
|
|
7264
7635
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7265
7636
|
width: size,
|
|
@@ -7281,7 +7652,7 @@ var MenuSquare = function MenuSquare(_ref) {
|
|
|
7281
7652
|
}));
|
|
7282
7653
|
};
|
|
7283
7654
|
|
|
7284
|
-
var _excluded$
|
|
7655
|
+
var _excluded$1Y = ["size", "color", "strokeWidth"];
|
|
7285
7656
|
var Merge = function Merge(_ref) {
|
|
7286
7657
|
var _ref$size = _ref.size,
|
|
7287
7658
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7289,7 +7660,7 @@ var Merge = function Merge(_ref) {
|
|
|
7289
7660
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7290
7661
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7291
7662
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7292
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7663
|
+
props = _objectWithoutProperties(_ref, _excluded$1Y);
|
|
7293
7664
|
|
|
7294
7665
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7295
7666
|
width: size,
|
|
@@ -7305,7 +7676,7 @@ var Merge = function Merge(_ref) {
|
|
|
7305
7676
|
}));
|
|
7306
7677
|
};
|
|
7307
7678
|
|
|
7308
|
-
var _excluded$
|
|
7679
|
+
var _excluded$1X = ["size", "color", "strokeWidth"];
|
|
7309
7680
|
var MergedPullRequest = function MergedPullRequest(_ref) {
|
|
7310
7681
|
var _ref$size = _ref.size,
|
|
7311
7682
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7313,7 +7684,7 @@ var MergedPullRequest = function MergedPullRequest(_ref) {
|
|
|
7313
7684
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7314
7685
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7315
7686
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7316
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7687
|
+
props = _objectWithoutProperties(_ref, _excluded$1X);
|
|
7317
7688
|
|
|
7318
7689
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7319
7690
|
width: size,
|
|
@@ -7353,7 +7724,7 @@ var MergedPullRequest = function MergedPullRequest(_ref) {
|
|
|
7353
7724
|
}));
|
|
7354
7725
|
};
|
|
7355
7726
|
|
|
7356
|
-
var _excluded$
|
|
7727
|
+
var _excluded$1W = ["size", "color", "strokeWidth"];
|
|
7357
7728
|
var Message = function Message(_ref) {
|
|
7358
7729
|
var _ref$size = _ref.size,
|
|
7359
7730
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7361,7 +7732,7 @@ var Message = function Message(_ref) {
|
|
|
7361
7732
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7362
7733
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7363
7734
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7364
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7735
|
+
props = _objectWithoutProperties(_ref, _excluded$1W);
|
|
7365
7736
|
|
|
7366
7737
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7367
7738
|
width: size,
|
|
@@ -7383,7 +7754,7 @@ var Message = function Message(_ref) {
|
|
|
7383
7754
|
}));
|
|
7384
7755
|
};
|
|
7385
7756
|
|
|
7386
|
-
var _excluded$
|
|
7757
|
+
var _excluded$1V = ["size", "color", "strokeWidth"];
|
|
7387
7758
|
var MessageBubble = function MessageBubble(_ref) {
|
|
7388
7759
|
var _ref$size = _ref.size,
|
|
7389
7760
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7391,7 +7762,7 @@ var MessageBubble = function MessageBubble(_ref) {
|
|
|
7391
7762
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7392
7763
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7393
7764
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7394
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7765
|
+
props = _objectWithoutProperties(_ref, _excluded$1V);
|
|
7395
7766
|
|
|
7396
7767
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7397
7768
|
width: size,
|
|
@@ -7407,7 +7778,7 @@ var MessageBubble = function MessageBubble(_ref) {
|
|
|
7407
7778
|
}));
|
|
7408
7779
|
};
|
|
7409
7780
|
|
|
7410
|
-
var _excluded$
|
|
7781
|
+
var _excluded$1U = ["size", "color", "strokeWidth"];
|
|
7411
7782
|
var MessageSquare = function MessageSquare(_ref) {
|
|
7412
7783
|
var _ref$size = _ref.size,
|
|
7413
7784
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7415,7 +7786,7 @@ var MessageSquare = function MessageSquare(_ref) {
|
|
|
7415
7786
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7416
7787
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7417
7788
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7418
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7789
|
+
props = _objectWithoutProperties(_ref, _excluded$1U);
|
|
7419
7790
|
|
|
7420
7791
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7421
7792
|
width: size,
|
|
@@ -7431,7 +7802,7 @@ var MessageSquare = function MessageSquare(_ref) {
|
|
|
7431
7802
|
}));
|
|
7432
7803
|
};
|
|
7433
7804
|
|
|
7434
|
-
var _excluded$
|
|
7805
|
+
var _excluded$1T = ["size", "color", "strokeWidth"];
|
|
7435
7806
|
var Mic = function Mic(_ref) {
|
|
7436
7807
|
var _ref$size = _ref.size,
|
|
7437
7808
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7439,7 +7810,7 @@ var Mic = function Mic(_ref) {
|
|
|
7439
7810
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7440
7811
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7441
7812
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7442
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7813
|
+
props = _objectWithoutProperties(_ref, _excluded$1T);
|
|
7443
7814
|
|
|
7444
7815
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7445
7816
|
width: size,
|
|
@@ -7462,7 +7833,7 @@ var Mic = function Mic(_ref) {
|
|
|
7462
7833
|
}));
|
|
7463
7834
|
};
|
|
7464
7835
|
|
|
7465
|
-
var _excluded$
|
|
7836
|
+
var _excluded$1S = ["size", "color", "strokeWidth"];
|
|
7466
7837
|
var Minus = function Minus(_ref) {
|
|
7467
7838
|
var _ref$size = _ref.size,
|
|
7468
7839
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7470,7 +7841,7 @@ var Minus = function Minus(_ref) {
|
|
|
7470
7841
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7471
7842
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7472
7843
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7473
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7844
|
+
props = _objectWithoutProperties(_ref, _excluded$1S);
|
|
7474
7845
|
|
|
7475
7846
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7476
7847
|
width: size,
|
|
@@ -7486,7 +7857,7 @@ var Minus = function Minus(_ref) {
|
|
|
7486
7857
|
}));
|
|
7487
7858
|
};
|
|
7488
7859
|
|
|
7489
|
-
var _excluded$
|
|
7860
|
+
var _excluded$1R = ["size", "color", "strokeWidth"];
|
|
7490
7861
|
var Mobile = function Mobile(_ref) {
|
|
7491
7862
|
var _ref$size = _ref.size,
|
|
7492
7863
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7494,7 +7865,7 @@ var Mobile = function Mobile(_ref) {
|
|
|
7494
7865
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7495
7866
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7496
7867
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7497
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7868
|
+
props = _objectWithoutProperties(_ref, _excluded$1R);
|
|
7498
7869
|
|
|
7499
7870
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7500
7871
|
width: size,
|
|
@@ -7516,7 +7887,7 @@ var Mobile = function Mobile(_ref) {
|
|
|
7516
7887
|
}));
|
|
7517
7888
|
};
|
|
7518
7889
|
|
|
7519
|
-
var _excluded$
|
|
7890
|
+
var _excluded$1Q = ["size", "color", "strokeWidth"];
|
|
7520
7891
|
var Movie = function Movie(_ref) {
|
|
7521
7892
|
var _ref$size = _ref.size,
|
|
7522
7893
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7524,7 +7895,7 @@ var Movie = function Movie(_ref) {
|
|
|
7524
7895
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7525
7896
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7526
7897
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7527
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7898
|
+
props = _objectWithoutProperties(_ref, _excluded$1Q);
|
|
7528
7899
|
|
|
7529
7900
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7530
7901
|
width: size,
|
|
@@ -7551,7 +7922,7 @@ var Movie = function Movie(_ref) {
|
|
|
7551
7922
|
}));
|
|
7552
7923
|
};
|
|
7553
7924
|
|
|
7554
|
-
var _excluded$
|
|
7925
|
+
var _excluded$1P = ["size", "color", "strokeWidth"];
|
|
7555
7926
|
var MultipleChoice = function MultipleChoice(_ref) {
|
|
7556
7927
|
var _ref$size = _ref.size,
|
|
7557
7928
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7559,7 +7930,7 @@ var MultipleChoice = function MultipleChoice(_ref) {
|
|
|
7559
7930
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7560
7931
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7561
7932
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7562
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7933
|
+
props = _objectWithoutProperties(_ref, _excluded$1P);
|
|
7563
7934
|
|
|
7564
7935
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7565
7936
|
width: size,
|
|
@@ -7608,7 +7979,7 @@ var MultipleChoice = function MultipleChoice(_ref) {
|
|
|
7608
7979
|
}));
|
|
7609
7980
|
};
|
|
7610
7981
|
|
|
7611
|
-
var _excluded$
|
|
7982
|
+
var _excluded$1O = ["size", "color", "strokeWidth"];
|
|
7612
7983
|
var NeetoAnalytics = function NeetoAnalytics(_ref) {
|
|
7613
7984
|
var _ref$size = _ref.size,
|
|
7614
7985
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7616,7 +7987,7 @@ var NeetoAnalytics = function NeetoAnalytics(_ref) {
|
|
|
7616
7987
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7617
7988
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7618
7989
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7619
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7990
|
+
props = _objectWithoutProperties(_ref, _excluded$1O);
|
|
7620
7991
|
|
|
7621
7992
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7622
7993
|
width: size,
|
|
@@ -7638,7 +8009,7 @@ var NeetoAnalytics = function NeetoAnalytics(_ref) {
|
|
|
7638
8009
|
}));
|
|
7639
8010
|
};
|
|
7640
8011
|
|
|
7641
|
-
var _excluded$
|
|
8012
|
+
var _excluded$1N = ["size", "color", "strokeWidth"];
|
|
7642
8013
|
var NeetoCal = function NeetoCal(_ref) {
|
|
7643
8014
|
var _ref$size = _ref.size,
|
|
7644
8015
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7646,7 +8017,7 @@ var NeetoCal = function NeetoCal(_ref) {
|
|
|
7646
8017
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7647
8018
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7648
8019
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7649
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8020
|
+
props = _objectWithoutProperties(_ref, _excluded$1N);
|
|
7650
8021
|
|
|
7651
8022
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7652
8023
|
width: size,
|
|
@@ -7680,7 +8051,7 @@ var NeetoCal = function NeetoCal(_ref) {
|
|
|
7680
8051
|
}));
|
|
7681
8052
|
};
|
|
7682
8053
|
|
|
7683
|
-
var _excluded$
|
|
8054
|
+
var _excluded$1M = ["size", "color", "strokeWidth"];
|
|
7684
8055
|
var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
7685
8056
|
var _ref$size = _ref.size,
|
|
7686
8057
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7688,7 +8059,7 @@ var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
|
7688
8059
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7689
8060
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7690
8061
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7691
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8062
|
+
props = _objectWithoutProperties(_ref, _excluded$1M);
|
|
7692
8063
|
|
|
7693
8064
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7694
8065
|
width: size,
|
|
@@ -7740,7 +8111,7 @@ var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
|
7740
8111
|
}));
|
|
7741
8112
|
};
|
|
7742
8113
|
|
|
7743
|
-
var _excluded$
|
|
8114
|
+
var _excluded$1L = ["size", "color", "strokeWidth"];
|
|
7744
8115
|
var NeetoChat = function NeetoChat(_ref) {
|
|
7745
8116
|
var _ref$size = _ref.size,
|
|
7746
8117
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7748,7 +8119,7 @@ var NeetoChat = function NeetoChat(_ref) {
|
|
|
7748
8119
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7749
8120
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7750
8121
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7751
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8122
|
+
props = _objectWithoutProperties(_ref, _excluded$1L);
|
|
7752
8123
|
|
|
7753
8124
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7754
8125
|
width: size,
|
|
@@ -7776,7 +8147,7 @@ var NeetoChat = function NeetoChat(_ref) {
|
|
|
7776
8147
|
}));
|
|
7777
8148
|
};
|
|
7778
8149
|
|
|
7779
|
-
var _excluded$
|
|
8150
|
+
var _excluded$1K = ["size", "color", "strokeWidth"];
|
|
7780
8151
|
var NeetoDesk = function NeetoDesk(_ref) {
|
|
7781
8152
|
var _ref$size = _ref.size,
|
|
7782
8153
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7784,7 +8155,7 @@ var NeetoDesk = function NeetoDesk(_ref) {
|
|
|
7784
8155
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7785
8156
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7786
8157
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7787
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8158
|
+
props = _objectWithoutProperties(_ref, _excluded$1K);
|
|
7788
8159
|
|
|
7789
8160
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7790
8161
|
width: size,
|
|
@@ -7836,14 +8207,14 @@ var NeetoDesk = function NeetoDesk(_ref) {
|
|
|
7836
8207
|
}));
|
|
7837
8208
|
};
|
|
7838
8209
|
|
|
7839
|
-
var _excluded$
|
|
8210
|
+
var _excluded$1J = ["size", "color", "strokeWidth"];
|
|
7840
8211
|
var NeetoForm = function NeetoForm(_ref) {
|
|
7841
8212
|
var _ref$size = _ref.size,
|
|
7842
8213
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
7843
8214
|
_ref$color = _ref.color,
|
|
7844
8215
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
7845
8216
|
_ref.strokeWidth;
|
|
7846
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
8217
|
+
var props = _objectWithoutProperties(_ref, _excluded$1J);
|
|
7847
8218
|
|
|
7848
8219
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7849
8220
|
width: size,
|
|
@@ -7858,14 +8229,14 @@ var NeetoForm = function NeetoForm(_ref) {
|
|
|
7858
8229
|
}));
|
|
7859
8230
|
};
|
|
7860
8231
|
|
|
7861
|
-
var _excluded$
|
|
8232
|
+
var _excluded$1I = ["size", "color", "strokeWidth"];
|
|
7862
8233
|
var NeetoIcon = function NeetoIcon(_ref) {
|
|
7863
8234
|
var _ref$size = _ref.size,
|
|
7864
8235
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
7865
8236
|
_ref$color = _ref.color,
|
|
7866
8237
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
7867
8238
|
_ref.strokeWidth;
|
|
7868
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
8239
|
+
var props = _objectWithoutProperties(_ref, _excluded$1I);
|
|
7869
8240
|
|
|
7870
8241
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7871
8242
|
width: size,
|
|
@@ -7878,7 +8249,7 @@ var NeetoIcon = function NeetoIcon(_ref) {
|
|
|
7878
8249
|
}));
|
|
7879
8250
|
};
|
|
7880
8251
|
|
|
7881
|
-
var _excluded$
|
|
8252
|
+
var _excluded$1H = ["size", "color", "strokeWidth"];
|
|
7882
8253
|
var NeetoInsights = function NeetoInsights(_ref) {
|
|
7883
8254
|
var _ref$size = _ref.size,
|
|
7884
8255
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7886,7 +8257,7 @@ var NeetoInsights = function NeetoInsights(_ref) {
|
|
|
7886
8257
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7887
8258
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7888
8259
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7889
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8260
|
+
props = _objectWithoutProperties(_ref, _excluded$1H);
|
|
7890
8261
|
|
|
7891
8262
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7892
8263
|
width: size,
|
|
@@ -7908,7 +8279,7 @@ var NeetoInsights = function NeetoInsights(_ref) {
|
|
|
7908
8279
|
}));
|
|
7909
8280
|
};
|
|
7910
8281
|
|
|
7911
|
-
var _excluded$
|
|
8282
|
+
var _excluded$1G = ["size", "color", "strokeWidth"];
|
|
7912
8283
|
var NeetoInterview = function NeetoInterview(_ref) {
|
|
7913
8284
|
var _ref$size = _ref.size,
|
|
7914
8285
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7916,7 +8287,7 @@ var NeetoInterview = function NeetoInterview(_ref) {
|
|
|
7916
8287
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7917
8288
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7918
8289
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7919
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8290
|
+
props = _objectWithoutProperties(_ref, _excluded$1G);
|
|
7920
8291
|
|
|
7921
8292
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7922
8293
|
width: size,
|
|
@@ -7938,7 +8309,7 @@ var NeetoInterview = function NeetoInterview(_ref) {
|
|
|
7938
8309
|
}));
|
|
7939
8310
|
};
|
|
7940
8311
|
|
|
7941
|
-
var _excluded$
|
|
8312
|
+
var _excluded$1F = ["size", "color", "strokeWidth"];
|
|
7942
8313
|
var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
7943
8314
|
var _ref$size = _ref.size,
|
|
7944
8315
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7946,7 +8317,7 @@ var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
|
7946
8317
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7947
8318
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7948
8319
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7949
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8320
|
+
props = _objectWithoutProperties(_ref, _excluded$1F);
|
|
7950
8321
|
|
|
7951
8322
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7952
8323
|
width: size,
|
|
@@ -7968,7 +8339,7 @@ var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
|
7968
8339
|
}));
|
|
7969
8340
|
};
|
|
7970
8341
|
|
|
7971
|
-
var _excluded$
|
|
8342
|
+
var _excluded$1E = ["size", "color", "strokeWidth"];
|
|
7972
8343
|
var NeetoKb = function NeetoKb(_ref) {
|
|
7973
8344
|
var _ref$size = _ref.size,
|
|
7974
8345
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7976,7 +8347,7 @@ var NeetoKb = function NeetoKb(_ref) {
|
|
|
7976
8347
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7977
8348
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7978
8349
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7979
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8350
|
+
props = _objectWithoutProperties(_ref, _excluded$1E);
|
|
7980
8351
|
|
|
7981
8352
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7982
8353
|
width: size,
|
|
@@ -8016,7 +8387,7 @@ var NeetoKb = function NeetoKb(_ref) {
|
|
|
8016
8387
|
}));
|
|
8017
8388
|
};
|
|
8018
8389
|
|
|
8019
|
-
var _excluded$
|
|
8390
|
+
var _excluded$1D = ["size", "color", "strokeWidth"];
|
|
8020
8391
|
var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
8021
8392
|
var _ref$size = _ref.size,
|
|
8022
8393
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8024,7 +8395,7 @@ var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
|
8024
8395
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8025
8396
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8026
8397
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8027
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8398
|
+
props = _objectWithoutProperties(_ref, _excluded$1D);
|
|
8028
8399
|
|
|
8029
8400
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8030
8401
|
width: size,
|
|
@@ -8090,7 +8461,7 @@ var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
|
8090
8461
|
}))));
|
|
8091
8462
|
};
|
|
8092
8463
|
|
|
8093
|
-
var _excluded$
|
|
8464
|
+
var _excluded$1C = ["size", "color", "strokeWidth"];
|
|
8094
8465
|
var NeetoReplay = function NeetoReplay(_ref) {
|
|
8095
8466
|
var _ref$size = _ref.size,
|
|
8096
8467
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8098,7 +8469,7 @@ var NeetoReplay = function NeetoReplay(_ref) {
|
|
|
8098
8469
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8099
8470
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8100
8471
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8101
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8472
|
+
props = _objectWithoutProperties(_ref, _excluded$1C);
|
|
8102
8473
|
|
|
8103
8474
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8104
8475
|
width: size,
|
|
@@ -8120,7 +8491,7 @@ var NeetoReplay = function NeetoReplay(_ref) {
|
|
|
8120
8491
|
}));
|
|
8121
8492
|
};
|
|
8122
8493
|
|
|
8123
|
-
var _excluded$
|
|
8494
|
+
var _excluded$1B = ["size", "color", "strokeWidth"];
|
|
8124
8495
|
var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
8125
8496
|
var _ref$size = _ref.size,
|
|
8126
8497
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8128,7 +8499,7 @@ var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
|
8128
8499
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8129
8500
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8130
8501
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8131
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8502
|
+
props = _objectWithoutProperties(_ref, _excluded$1B);
|
|
8132
8503
|
|
|
8133
8504
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8134
8505
|
width: size,
|
|
@@ -8174,7 +8545,7 @@ var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
|
8174
8545
|
}));
|
|
8175
8546
|
};
|
|
8176
8547
|
|
|
8177
|
-
var _excluded$
|
|
8548
|
+
var _excluded$1A = ["size", "color", "strokeWidth"];
|
|
8178
8549
|
var NeutralFaceGrey = function NeutralFaceGrey(_ref) {
|
|
8179
8550
|
var _ref$size = _ref.size,
|
|
8180
8551
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8182,7 +8553,7 @@ var NeutralFaceGrey = function NeutralFaceGrey(_ref) {
|
|
|
8182
8553
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8183
8554
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8184
8555
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8185
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8556
|
+
props = _objectWithoutProperties(_ref, _excluded$1A);
|
|
8186
8557
|
|
|
8187
8558
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8188
8559
|
width: size,
|
|
@@ -8217,7 +8588,7 @@ var NeutralFaceGrey = function NeutralFaceGrey(_ref) {
|
|
|
8217
8588
|
}))));
|
|
8218
8589
|
};
|
|
8219
8590
|
|
|
8220
|
-
var _excluded$
|
|
8591
|
+
var _excluded$1z = ["size", "color", "strokeWidth"];
|
|
8221
8592
|
var NewChat = function NewChat(_ref) {
|
|
8222
8593
|
var _ref$size = _ref.size,
|
|
8223
8594
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8225,7 +8596,7 @@ var NewChat = function NewChat(_ref) {
|
|
|
8225
8596
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8226
8597
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8227
8598
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8228
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8599
|
+
props = _objectWithoutProperties(_ref, _excluded$1z);
|
|
8229
8600
|
|
|
8230
8601
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8231
8602
|
width: size,
|
|
@@ -8253,14 +8624,14 @@ var NewChat = function NewChat(_ref) {
|
|
|
8253
8624
|
}));
|
|
8254
8625
|
};
|
|
8255
8626
|
|
|
8256
|
-
var _excluded$
|
|
8627
|
+
var _excluded$1y = ["size", "color", "strokeWidth"];
|
|
8257
8628
|
var Notes = function Notes(_ref) {
|
|
8258
8629
|
var _ref$size = _ref.size,
|
|
8259
8630
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8260
8631
|
_ref$color = _ref.color,
|
|
8261
8632
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
8262
8633
|
_ref.strokeWidth;
|
|
8263
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
8634
|
+
var props = _objectWithoutProperties(_ref, _excluded$1y);
|
|
8264
8635
|
|
|
8265
8636
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8266
8637
|
width: size,
|
|
@@ -8275,7 +8646,7 @@ var Notes = function Notes(_ref) {
|
|
|
8275
8646
|
}));
|
|
8276
8647
|
};
|
|
8277
8648
|
|
|
8278
|
-
var _excluded$
|
|
8649
|
+
var _excluded$1x = ["size", "color", "strokeWidth"];
|
|
8279
8650
|
var Notification = function Notification(_ref) {
|
|
8280
8651
|
var _ref$size = _ref.size,
|
|
8281
8652
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8283,7 +8654,7 @@ var Notification = function Notification(_ref) {
|
|
|
8283
8654
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8284
8655
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8285
8656
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8286
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8657
|
+
props = _objectWithoutProperties(_ref, _excluded$1x);
|
|
8287
8658
|
|
|
8288
8659
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8289
8660
|
width: size,
|
|
@@ -8305,7 +8676,7 @@ var Notification = function Notification(_ref) {
|
|
|
8305
8676
|
}));
|
|
8306
8677
|
};
|
|
8307
8678
|
|
|
8308
|
-
var _excluded$
|
|
8679
|
+
var _excluded$1w = ["size", "color", "strokeWidth"];
|
|
8309
8680
|
var Paragraph = function Paragraph(_ref) {
|
|
8310
8681
|
var _ref$size = _ref.size,
|
|
8311
8682
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8313,7 +8684,7 @@ var Paragraph = function Paragraph(_ref) {
|
|
|
8313
8684
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8314
8685
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8315
8686
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8316
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8687
|
+
props = _objectWithoutProperties(_ref, _excluded$1w);
|
|
8317
8688
|
|
|
8318
8689
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8319
8690
|
width: size,
|
|
@@ -8329,7 +8700,7 @@ var Paragraph = function Paragraph(_ref) {
|
|
|
8329
8700
|
}));
|
|
8330
8701
|
};
|
|
8331
8702
|
|
|
8332
|
-
var _excluded$
|
|
8703
|
+
var _excluded$1v = ["size", "color", "strokeWidth"];
|
|
8333
8704
|
var Pause = function Pause(_ref) {
|
|
8334
8705
|
var _ref$size = _ref.size,
|
|
8335
8706
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8337,7 +8708,7 @@ var Pause = function Pause(_ref) {
|
|
|
8337
8708
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8338
8709
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8339
8710
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8340
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8711
|
+
props = _objectWithoutProperties(_ref, _excluded$1v);
|
|
8341
8712
|
|
|
8342
8713
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8343
8714
|
width: size,
|
|
@@ -8363,7 +8734,7 @@ var Pause = function Pause(_ref) {
|
|
|
8363
8734
|
}));
|
|
8364
8735
|
};
|
|
8365
8736
|
|
|
8366
|
-
var _excluded$
|
|
8737
|
+
var _excluded$1u = ["size", "color", "strokeWidth"];
|
|
8367
8738
|
var Phone = function Phone(_ref) {
|
|
8368
8739
|
var _ref$size = _ref.size,
|
|
8369
8740
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8371,7 +8742,7 @@ var Phone = function Phone(_ref) {
|
|
|
8371
8742
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8372
8743
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8373
8744
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8374
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8745
|
+
props = _objectWithoutProperties(_ref, _excluded$1u);
|
|
8375
8746
|
|
|
8376
8747
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8377
8748
|
width: size,
|
|
@@ -8387,7 +8758,31 @@ var Phone = function Phone(_ref) {
|
|
|
8387
8758
|
}));
|
|
8388
8759
|
};
|
|
8389
8760
|
|
|
8390
|
-
var _excluded$
|
|
8761
|
+
var _excluded$1t = ["size", "color", "strokeWidth"];
|
|
8762
|
+
var PhoneRing = function PhoneRing(_ref) {
|
|
8763
|
+
var _ref$size = _ref.size,
|
|
8764
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8765
|
+
_ref$color = _ref.color,
|
|
8766
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8767
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
8768
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8769
|
+
props = _objectWithoutProperties(_ref, _excluded$1t);
|
|
8770
|
+
|
|
8771
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8772
|
+
width: size,
|
|
8773
|
+
height: size,
|
|
8774
|
+
fill: "none",
|
|
8775
|
+
viewBox: "0 0 24 24"
|
|
8776
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
8777
|
+
stroke: color,
|
|
8778
|
+
strokeLinecap: "round",
|
|
8779
|
+
strokeLinejoin: "round",
|
|
8780
|
+
strokeWidth: strokeWidth,
|
|
8781
|
+
d: "M18.75 11.0001H21.08M10.048 13.8691C8.87804 12.6991 7.99604 11.3891 7.41004 10.0601C7.28604 9.77908 7.35904 9.45008 7.57604 9.23308L8.39504 8.41408C9.06604 7.74308 9.06604 6.79408 8.48004 6.20808L7.30604 5.03508C6.52504 4.25408 5.25904 4.25408 4.47804 5.03508L3.82604 5.68608C3.08504 6.42708 2.77604 7.49608 2.97604 8.55608C3.47004 11.1691 4.98804 14.0301 7.43704 16.4791C9.88604 18.9281 12.747 20.4461 15.36 20.9401C16.42 21.1401 17.489 20.8311 18.23 20.0901L18.881 19.4391C19.662 18.6581 19.662 17.3921 18.881 16.6111L17.708 15.4381C17.122 14.8521 16.172 14.8521 15.587 15.4381L14.684 16.3421C14.467 16.5591 14.138 16.6321 13.857 16.5081C12.528 15.9211 11.218 15.0381 10.048 13.8691V13.8691ZM12.92 5.17008V2.83008V5.17008ZM17.09 6.82008L18.74 5.18008L17.09 6.82008Z"
|
|
8782
|
+
}));
|
|
8783
|
+
};
|
|
8784
|
+
|
|
8785
|
+
var _excluded$1s = ["size", "color", "strokeWidth"];
|
|
8391
8786
|
var Play = function Play(_ref) {
|
|
8392
8787
|
var _ref$size = _ref.size,
|
|
8393
8788
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8395,7 +8790,7 @@ var Play = function Play(_ref) {
|
|
|
8395
8790
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8396
8791
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8397
8792
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8398
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8793
|
+
props = _objectWithoutProperties(_ref, _excluded$1s);
|
|
8399
8794
|
|
|
8400
8795
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8401
8796
|
width: size,
|
|
@@ -8414,7 +8809,7 @@ var Play = function Play(_ref) {
|
|
|
8414
8809
|
}));
|
|
8415
8810
|
};
|
|
8416
8811
|
|
|
8417
|
-
var _excluded$
|
|
8812
|
+
var _excluded$1r = ["size", "color", "strokeWidth"];
|
|
8418
8813
|
var Plus = function Plus(_ref) {
|
|
8419
8814
|
var _ref$size = _ref.size,
|
|
8420
8815
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8422,7 +8817,7 @@ var Plus = function Plus(_ref) {
|
|
|
8422
8817
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8423
8818
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8424
8819
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8425
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8820
|
+
props = _objectWithoutProperties(_ref, _excluded$1r);
|
|
8426
8821
|
|
|
8427
8822
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8428
8823
|
width: size,
|
|
@@ -8444,7 +8839,7 @@ var Plus = function Plus(_ref) {
|
|
|
8444
8839
|
}));
|
|
8445
8840
|
};
|
|
8446
8841
|
|
|
8447
|
-
var _excluded$
|
|
8842
|
+
var _excluded$1q = ["size", "color", "strokeWidth"];
|
|
8448
8843
|
var Print = function Print(_ref) {
|
|
8449
8844
|
var _ref$size = _ref.size,
|
|
8450
8845
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8452,7 +8847,7 @@ var Print = function Print(_ref) {
|
|
|
8452
8847
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8453
8848
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8454
8849
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8455
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8850
|
+
props = _objectWithoutProperties(_ref, _excluded$1q);
|
|
8456
8851
|
|
|
8457
8852
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8458
8853
|
width: size,
|
|
@@ -8480,7 +8875,7 @@ var Print = function Print(_ref) {
|
|
|
8480
8875
|
}));
|
|
8481
8876
|
};
|
|
8482
8877
|
|
|
8483
|
-
var _excluded$
|
|
8878
|
+
var _excluded$1p = ["size", "color", "strokeWidth"];
|
|
8484
8879
|
var Puzzle = function Puzzle(_ref) {
|
|
8485
8880
|
var _ref$size = _ref.size,
|
|
8486
8881
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8488,7 +8883,7 @@ var Puzzle = function Puzzle(_ref) {
|
|
|
8488
8883
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8489
8884
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8490
8885
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8491
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8886
|
+
props = _objectWithoutProperties(_ref, _excluded$1p);
|
|
8492
8887
|
|
|
8493
8888
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8494
8889
|
width: size,
|
|
@@ -8504,7 +8899,7 @@ var Puzzle = function Puzzle(_ref) {
|
|
|
8504
8899
|
}));
|
|
8505
8900
|
};
|
|
8506
8901
|
|
|
8507
|
-
var _excluded$
|
|
8902
|
+
var _excluded$1o = ["size", "color", "strokeWidth"];
|
|
8508
8903
|
var QrCode = function QrCode(_ref) {
|
|
8509
8904
|
var _ref$size = _ref.size,
|
|
8510
8905
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8512,7 +8907,7 @@ var QrCode = function QrCode(_ref) {
|
|
|
8512
8907
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8513
8908
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8514
8909
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8515
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8910
|
+
props = _objectWithoutProperties(_ref, _excluded$1o);
|
|
8516
8911
|
|
|
8517
8912
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8518
8913
|
width: size,
|
|
@@ -8528,7 +8923,7 @@ var QrCode = function QrCode(_ref) {
|
|
|
8528
8923
|
}));
|
|
8529
8924
|
};
|
|
8530
8925
|
|
|
8531
|
-
var _excluded$
|
|
8926
|
+
var _excluded$1n = ["size", "color", "strokeWidth"];
|
|
8532
8927
|
var Quote = function Quote(_ref) {
|
|
8533
8928
|
var _ref$size = _ref.size,
|
|
8534
8929
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8536,7 +8931,7 @@ var Quote = function Quote(_ref) {
|
|
|
8536
8931
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8537
8932
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8538
8933
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8539
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8934
|
+
props = _objectWithoutProperties(_ref, _excluded$1n);
|
|
8540
8935
|
|
|
8541
8936
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8542
8937
|
width: size,
|
|
@@ -8552,7 +8947,7 @@ var Quote = function Quote(_ref) {
|
|
|
8552
8947
|
}));
|
|
8553
8948
|
};
|
|
8554
8949
|
|
|
8555
|
-
var _excluded$
|
|
8950
|
+
var _excluded$1m = ["size", "color", "strokeWidth"];
|
|
8556
8951
|
var Radio = function Radio(_ref) {
|
|
8557
8952
|
var _ref$size = _ref.size,
|
|
8558
8953
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8560,7 +8955,7 @@ var Radio = function Radio(_ref) {
|
|
|
8560
8955
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8561
8956
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8562
8957
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8563
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8958
|
+
props = _objectWithoutProperties(_ref, _excluded$1m);
|
|
8564
8959
|
|
|
8565
8960
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8566
8961
|
width: size,
|
|
@@ -8581,7 +8976,7 @@ var Radio = function Radio(_ref) {
|
|
|
8581
8976
|
}));
|
|
8582
8977
|
};
|
|
8583
8978
|
|
|
8584
|
-
var _excluded$
|
|
8979
|
+
var _excluded$1l = ["size", "color", "strokeWidth"];
|
|
8585
8980
|
var RadioInactive = function RadioInactive(_ref) {
|
|
8586
8981
|
var _ref$size = _ref.size,
|
|
8587
8982
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8589,7 +8984,7 @@ var RadioInactive = function RadioInactive(_ref) {
|
|
|
8589
8984
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8590
8985
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8591
8986
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8592
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
8987
|
+
props = _objectWithoutProperties(_ref, _excluded$1l);
|
|
8593
8988
|
|
|
8594
8989
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8595
8990
|
width: size,
|
|
@@ -8605,7 +9000,7 @@ var RadioInactive = function RadioInactive(_ref) {
|
|
|
8605
9000
|
}));
|
|
8606
9001
|
};
|
|
8607
9002
|
|
|
8608
|
-
var _excluded$
|
|
9003
|
+
var _excluded$1k = ["size", "color", "strokeWidth"];
|
|
8609
9004
|
var Rating = function Rating(_ref) {
|
|
8610
9005
|
var _ref$size = _ref.size,
|
|
8611
9006
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8613,7 +9008,7 @@ var Rating = function Rating(_ref) {
|
|
|
8613
9008
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8614
9009
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8615
9010
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8616
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9011
|
+
props = _objectWithoutProperties(_ref, _excluded$1k);
|
|
8617
9012
|
|
|
8618
9013
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8619
9014
|
width: size,
|
|
@@ -8629,14 +9024,14 @@ var Rating = function Rating(_ref) {
|
|
|
8629
9024
|
}));
|
|
8630
9025
|
};
|
|
8631
9026
|
|
|
8632
|
-
var _excluded$
|
|
9027
|
+
var _excluded$1j = ["size", "color", "strokeWidth"];
|
|
8633
9028
|
var RatingFilled = function RatingFilled(_ref) {
|
|
8634
9029
|
var _ref$size = _ref.size,
|
|
8635
9030
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8636
9031
|
_ref$color = _ref.color,
|
|
8637
9032
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
8638
9033
|
_ref.strokeWidth;
|
|
8639
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
9034
|
+
var props = _objectWithoutProperties(_ref, _excluded$1j);
|
|
8640
9035
|
|
|
8641
9036
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8642
9037
|
width: size,
|
|
@@ -8649,7 +9044,7 @@ var RatingFilled = function RatingFilled(_ref) {
|
|
|
8649
9044
|
}));
|
|
8650
9045
|
};
|
|
8651
9046
|
|
|
8652
|
-
var _excluded$
|
|
9047
|
+
var _excluded$1i = ["size", "color", "strokeWidth"];
|
|
8653
9048
|
var Redirection = function Redirection(_ref) {
|
|
8654
9049
|
var _ref$size = _ref.size,
|
|
8655
9050
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8657,7 +9052,7 @@ var Redirection = function Redirection(_ref) {
|
|
|
8657
9052
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8658
9053
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8659
9054
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8660
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9055
|
+
props = _objectWithoutProperties(_ref, _excluded$1i);
|
|
8661
9056
|
|
|
8662
9057
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8663
9058
|
width: size,
|
|
@@ -8673,7 +9068,7 @@ var Redirection = function Redirection(_ref) {
|
|
|
8673
9068
|
}));
|
|
8674
9069
|
};
|
|
8675
9070
|
|
|
8676
|
-
var _excluded$
|
|
9071
|
+
var _excluded$1h = ["size", "color", "strokeWidth"];
|
|
8677
9072
|
var Redo = function Redo(_ref) {
|
|
8678
9073
|
var _ref$size = _ref.size,
|
|
8679
9074
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8681,7 +9076,7 @@ var Redo = function Redo(_ref) {
|
|
|
8681
9076
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8682
9077
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8683
9078
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8684
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9079
|
+
props = _objectWithoutProperties(_ref, _excluded$1h);
|
|
8685
9080
|
|
|
8686
9081
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8687
9082
|
width: size,
|
|
@@ -8715,7 +9110,7 @@ var Redo = function Redo(_ref) {
|
|
|
8715
9110
|
}));
|
|
8716
9111
|
};
|
|
8717
9112
|
|
|
8718
|
-
var _excluded$
|
|
9113
|
+
var _excluded$1g = ["size", "color", "strokeWidth"];
|
|
8719
9114
|
var Refresh = function Refresh(_ref) {
|
|
8720
9115
|
var _ref$size = _ref.size,
|
|
8721
9116
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8723,7 +9118,7 @@ var Refresh = function Refresh(_ref) {
|
|
|
8723
9118
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8724
9119
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8725
9120
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8726
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9121
|
+
props = _objectWithoutProperties(_ref, _excluded$1g);
|
|
8727
9122
|
|
|
8728
9123
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8729
9124
|
width: size,
|
|
@@ -8745,7 +9140,7 @@ var Refresh = function Refresh(_ref) {
|
|
|
8745
9140
|
}));
|
|
8746
9141
|
};
|
|
8747
9142
|
|
|
8748
|
-
var _excluded$
|
|
9143
|
+
var _excluded$1f = ["size", "color", "strokeWidth"];
|
|
8749
9144
|
var RemoveCircle = function RemoveCircle(_ref) {
|
|
8750
9145
|
var _ref$size = _ref.size,
|
|
8751
9146
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8753,7 +9148,7 @@ var RemoveCircle = function RemoveCircle(_ref) {
|
|
|
8753
9148
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8754
9149
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8755
9150
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8756
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9151
|
+
props = _objectWithoutProperties(_ref, _excluded$1f);
|
|
8757
9152
|
|
|
8758
9153
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8759
9154
|
width: size,
|
|
@@ -8777,7 +9172,7 @@ var RemoveCircle = function RemoveCircle(_ref) {
|
|
|
8777
9172
|
}));
|
|
8778
9173
|
};
|
|
8779
9174
|
|
|
8780
|
-
var _excluded$
|
|
9175
|
+
var _excluded$1e = ["size", "color", "strokeWidth"];
|
|
8781
9176
|
var Reorder = function Reorder(_ref) {
|
|
8782
9177
|
var _ref$size = _ref.size,
|
|
8783
9178
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8785,7 +9180,7 @@ var Reorder = function Reorder(_ref) {
|
|
|
8785
9180
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8786
9181
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8787
9182
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8788
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9183
|
+
props = _objectWithoutProperties(_ref, _excluded$1e);
|
|
8789
9184
|
|
|
8790
9185
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8791
9186
|
width: size,
|
|
@@ -8831,7 +9226,7 @@ var Reorder = function Reorder(_ref) {
|
|
|
8831
9226
|
}));
|
|
8832
9227
|
};
|
|
8833
9228
|
|
|
8834
|
-
var _excluded$
|
|
9229
|
+
var _excluded$1d = ["size", "color", "strokeWidth"];
|
|
8835
9230
|
var Repeat = function Repeat(_ref) {
|
|
8836
9231
|
var _ref$size = _ref.size,
|
|
8837
9232
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8839,7 +9234,7 @@ var Repeat = function Repeat(_ref) {
|
|
|
8839
9234
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8840
9235
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8841
9236
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8842
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9237
|
+
props = _objectWithoutProperties(_ref, _excluded$1d);
|
|
8843
9238
|
|
|
8844
9239
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8845
9240
|
width: size,
|
|
@@ -8873,7 +9268,7 @@ var Repeat = function Repeat(_ref) {
|
|
|
8873
9268
|
}));
|
|
8874
9269
|
};
|
|
8875
9270
|
|
|
8876
|
-
var _excluded$
|
|
9271
|
+
var _excluded$1c = ["size", "color", "strokeWidth"];
|
|
8877
9272
|
var Reply = function Reply(_ref) {
|
|
8878
9273
|
var _ref$size = _ref.size,
|
|
8879
9274
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8881,7 +9276,7 @@ var Reply = function Reply(_ref) {
|
|
|
8881
9276
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8882
9277
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8883
9278
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8884
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9279
|
+
props = _objectWithoutProperties(_ref, _excluded$1c);
|
|
8885
9280
|
|
|
8886
9281
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8887
9282
|
width: size,
|
|
@@ -8903,7 +9298,7 @@ var Reply = function Reply(_ref) {
|
|
|
8903
9298
|
}));
|
|
8904
9299
|
};
|
|
8905
9300
|
|
|
8906
|
-
var _excluded$
|
|
9301
|
+
var _excluded$1b = ["size", "color", "strokeWidth"];
|
|
8907
9302
|
var Report = function Report(_ref) {
|
|
8908
9303
|
var _ref$size = _ref.size,
|
|
8909
9304
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8911,7 +9306,7 @@ var Report = function Report(_ref) {
|
|
|
8911
9306
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8912
9307
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8913
9308
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8914
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9309
|
+
props = _objectWithoutProperties(_ref, _excluded$1b);
|
|
8915
9310
|
|
|
8916
9311
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8917
9312
|
width: size,
|
|
@@ -8925,7 +9320,7 @@ var Report = function Report(_ref) {
|
|
|
8925
9320
|
}));
|
|
8926
9321
|
};
|
|
8927
9322
|
|
|
8928
|
-
var _excluded$
|
|
9323
|
+
var _excluded$1a = ["size", "color", "strokeWidth"];
|
|
8929
9324
|
var Ribbon = function Ribbon(_ref) {
|
|
8930
9325
|
var _ref$size = _ref.size,
|
|
8931
9326
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8933,7 +9328,7 @@ var Ribbon = function Ribbon(_ref) {
|
|
|
8933
9328
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8934
9329
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8935
9330
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8936
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9331
|
+
props = _objectWithoutProperties(_ref, _excluded$1a);
|
|
8937
9332
|
|
|
8938
9333
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8939
9334
|
width: size,
|
|
@@ -8949,7 +9344,7 @@ var Ribbon = function Ribbon(_ref) {
|
|
|
8949
9344
|
}));
|
|
8950
9345
|
};
|
|
8951
9346
|
|
|
8952
|
-
var _excluded$
|
|
9347
|
+
var _excluded$19 = ["size", "color", "strokeWidth"];
|
|
8953
9348
|
var RightArrowCircle = function RightArrowCircle(_ref) {
|
|
8954
9349
|
var _ref$size = _ref.size,
|
|
8955
9350
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8957,7 +9352,7 @@ var RightArrowCircle = function RightArrowCircle(_ref) {
|
|
|
8957
9352
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8958
9353
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8959
9354
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8960
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9355
|
+
props = _objectWithoutProperties(_ref, _excluded$19);
|
|
8961
9356
|
|
|
8962
9357
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8963
9358
|
width: size,
|
|
@@ -8985,7 +9380,7 @@ var RightArrowCircle = function RightArrowCircle(_ref) {
|
|
|
8985
9380
|
}));
|
|
8986
9381
|
};
|
|
8987
9382
|
|
|
8988
|
-
var _excluded$
|
|
9383
|
+
var _excluded$18 = ["size", "color", "strokeWidth"];
|
|
8989
9384
|
var Right = function Right(_ref) {
|
|
8990
9385
|
var _ref$size = _ref.size,
|
|
8991
9386
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -8993,7 +9388,7 @@ var Right = function Right(_ref) {
|
|
|
8993
9388
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8994
9389
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
8995
9390
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8996
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9391
|
+
props = _objectWithoutProperties(_ref, _excluded$18);
|
|
8997
9392
|
|
|
8998
9393
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8999
9394
|
width: size,
|
|
@@ -9009,7 +9404,7 @@ var Right = function Right(_ref) {
|
|
|
9009
9404
|
}));
|
|
9010
9405
|
};
|
|
9011
9406
|
|
|
9012
|
-
var _excluded$
|
|
9407
|
+
var _excluded$17 = ["size", "color", "strokeWidth"];
|
|
9013
9408
|
var RightAlign = function RightAlign(_ref) {
|
|
9014
9409
|
var _ref$size = _ref.size,
|
|
9015
9410
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9017,7 +9412,7 @@ var RightAlign = function RightAlign(_ref) {
|
|
|
9017
9412
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9018
9413
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9019
9414
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9020
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9415
|
+
props = _objectWithoutProperties(_ref, _excluded$17);
|
|
9021
9416
|
|
|
9022
9417
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9023
9418
|
width: size,
|
|
@@ -9068,7 +9463,7 @@ var RightAlign = function RightAlign(_ref) {
|
|
|
9068
9463
|
}))));
|
|
9069
9464
|
};
|
|
9070
9465
|
|
|
9071
|
-
var _excluded$
|
|
9466
|
+
var _excluded$16 = ["size", "color", "strokeWidth"];
|
|
9072
9467
|
var RightArrow = function RightArrow(_ref) {
|
|
9073
9468
|
var _ref$size = _ref.size,
|
|
9074
9469
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9076,7 +9471,7 @@ var RightArrow = function RightArrow(_ref) {
|
|
|
9076
9471
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9077
9472
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9078
9473
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9079
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9474
|
+
props = _objectWithoutProperties(_ref, _excluded$16);
|
|
9080
9475
|
|
|
9081
9476
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9082
9477
|
width: size,
|
|
@@ -9092,14 +9487,14 @@ var RightArrow = function RightArrow(_ref) {
|
|
|
9092
9487
|
}));
|
|
9093
9488
|
};
|
|
9094
9489
|
|
|
9095
|
-
var _excluded
|
|
9490
|
+
var _excluded$15 = ["size", "color", "strokeWidth"];
|
|
9096
9491
|
var Robot = function Robot(_ref) {
|
|
9097
9492
|
var _ref$size = _ref.size,
|
|
9098
9493
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
9099
9494
|
_ref$color = _ref.color,
|
|
9100
9495
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
9101
9496
|
_ref.strokeWidth;
|
|
9102
|
-
var props = _objectWithoutProperties(_ref, _excluded
|
|
9497
|
+
var props = _objectWithoutProperties(_ref, _excluded$15);
|
|
9103
9498
|
|
|
9104
9499
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9105
9500
|
width: size,
|
|
@@ -9117,7 +9512,7 @@ var Robot = function Robot(_ref) {
|
|
|
9117
9512
|
}));
|
|
9118
9513
|
};
|
|
9119
9514
|
|
|
9120
|
-
var _excluded$
|
|
9515
|
+
var _excluded$14 = ["size", "color", "strokeWidth"];
|
|
9121
9516
|
var SadFaceGrey = function SadFaceGrey(_ref) {
|
|
9122
9517
|
var _ref$size = _ref.size,
|
|
9123
9518
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9125,7 +9520,7 @@ var SadFaceGrey = function SadFaceGrey(_ref) {
|
|
|
9125
9520
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9126
9521
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9127
9522
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9128
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9523
|
+
props = _objectWithoutProperties(_ref, _excluded$14);
|
|
9129
9524
|
|
|
9130
9525
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9131
9526
|
width: size,
|
|
@@ -9163,7 +9558,37 @@ var SadFaceGrey = function SadFaceGrey(_ref) {
|
|
|
9163
9558
|
}))));
|
|
9164
9559
|
};
|
|
9165
9560
|
|
|
9166
|
-
var _excluded$
|
|
9561
|
+
var _excluded$13 = ["size", "color", "strokeWidth"];
|
|
9562
|
+
var Scale = function Scale(_ref) {
|
|
9563
|
+
var _ref$size = _ref.size,
|
|
9564
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
9565
|
+
_ref$color = _ref.color,
|
|
9566
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9567
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
9568
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9569
|
+
props = _objectWithoutProperties(_ref, _excluded$13);
|
|
9570
|
+
|
|
9571
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9572
|
+
width: size,
|
|
9573
|
+
height: size,
|
|
9574
|
+
fill: "none",
|
|
9575
|
+
viewBox: "0 0 24 24"
|
|
9576
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
9577
|
+
stroke: color,
|
|
9578
|
+
strokeLinecap: "round",
|
|
9579
|
+
strokeLinejoin: "round",
|
|
9580
|
+
strokeWidth: strokeWidth,
|
|
9581
|
+
d: "M19 4.15601H5C3.895 4.15601 3 5.05101 3 6.15601V12C3 13.105 3.895 14 5 14H19C20.105 14 21 13.105 21 12V6.15601C21 5.05101 20.105 4.15601 19 4.15601Z"
|
|
9582
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
9583
|
+
stroke: color,
|
|
9584
|
+
strokeLinecap: "round",
|
|
9585
|
+
strokeLinejoin: "round",
|
|
9586
|
+
strokeWidth: strokeWidth,
|
|
9587
|
+
d: "M17.536 18.7681L15.768 17.0001L14 18.7681"
|
|
9588
|
+
}));
|
|
9589
|
+
};
|
|
9590
|
+
|
|
9591
|
+
var _excluded$12 = ["size", "color", "strokeWidth"];
|
|
9167
9592
|
var Search = function Search(_ref) {
|
|
9168
9593
|
var _ref$size = _ref.size,
|
|
9169
9594
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9171,7 +9596,7 @@ var Search = function Search(_ref) {
|
|
|
9171
9596
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9172
9597
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9173
9598
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9174
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9599
|
+
props = _objectWithoutProperties(_ref, _excluded$12);
|
|
9175
9600
|
|
|
9176
9601
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9177
9602
|
width: size,
|
|
@@ -9193,7 +9618,7 @@ var Search = function Search(_ref) {
|
|
|
9193
9618
|
}));
|
|
9194
9619
|
};
|
|
9195
9620
|
|
|
9196
|
-
var _excluded$
|
|
9621
|
+
var _excluded$11 = ["size", "color", "strokeWidth"];
|
|
9197
9622
|
var Sections = function Sections(_ref) {
|
|
9198
9623
|
var _ref$size = _ref.size,
|
|
9199
9624
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9201,7 +9626,7 @@ var Sections = function Sections(_ref) {
|
|
|
9201
9626
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9202
9627
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9203
9628
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9204
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9629
|
+
props = _objectWithoutProperties(_ref, _excluded$11);
|
|
9205
9630
|
|
|
9206
9631
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9207
9632
|
width: size,
|
|
@@ -9223,7 +9648,7 @@ var Sections = function Sections(_ref) {
|
|
|
9223
9648
|
}));
|
|
9224
9649
|
};
|
|
9225
9650
|
|
|
9226
|
-
var _excluded$
|
|
9651
|
+
var _excluded$10 = ["size", "color", "strokeWidth"];
|
|
9227
9652
|
var Security = function Security(_ref) {
|
|
9228
9653
|
var _ref$size = _ref.size,
|
|
9229
9654
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9231,7 +9656,7 @@ var Security = function Security(_ref) {
|
|
|
9231
9656
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9232
9657
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9233
9658
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9234
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9659
|
+
props = _objectWithoutProperties(_ref, _excluded$10);
|
|
9235
9660
|
|
|
9236
9661
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9237
9662
|
width: size,
|
|
@@ -9263,7 +9688,7 @@ var Security = function Security(_ref) {
|
|
|
9263
9688
|
}));
|
|
9264
9689
|
};
|
|
9265
9690
|
|
|
9266
|
-
var _excluded
|
|
9691
|
+
var _excluded$$ = ["size", "color", "strokeWidth"];
|
|
9267
9692
|
var Send = function Send(_ref) {
|
|
9268
9693
|
var _ref$size = _ref.size,
|
|
9269
9694
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9271,7 +9696,7 @@ var Send = function Send(_ref) {
|
|
|
9271
9696
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9272
9697
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9273
9698
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9274
|
-
props = _objectWithoutProperties(_ref, _excluded
|
|
9699
|
+
props = _objectWithoutProperties(_ref, _excluded$$);
|
|
9275
9700
|
|
|
9276
9701
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9277
9702
|
width: size,
|
|
@@ -9293,7 +9718,7 @@ var Send = function Send(_ref) {
|
|
|
9293
9718
|
}));
|
|
9294
9719
|
};
|
|
9295
9720
|
|
|
9296
|
-
var _excluded$
|
|
9721
|
+
var _excluded$_ = ["size", "color", "strokeWidth"];
|
|
9297
9722
|
var SendPlane = function SendPlane(_ref) {
|
|
9298
9723
|
var _ref$size = _ref.size,
|
|
9299
9724
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9301,7 +9726,7 @@ var SendPlane = function SendPlane(_ref) {
|
|
|
9301
9726
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9302
9727
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9303
9728
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9304
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9729
|
+
props = _objectWithoutProperties(_ref, _excluded$_);
|
|
9305
9730
|
|
|
9306
9731
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9307
9732
|
width: size,
|
|
@@ -9323,7 +9748,7 @@ var SendPlane = function SendPlane(_ref) {
|
|
|
9323
9748
|
}));
|
|
9324
9749
|
};
|
|
9325
9750
|
|
|
9326
|
-
var _excluded$
|
|
9751
|
+
var _excluded$Z = ["size", "color", "strokeWidth"];
|
|
9327
9752
|
var Seo = function Seo(_ref) {
|
|
9328
9753
|
var _ref$size = _ref.size,
|
|
9329
9754
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9331,7 +9756,7 @@ var Seo = function Seo(_ref) {
|
|
|
9331
9756
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9332
9757
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9333
9758
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9334
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9759
|
+
props = _objectWithoutProperties(_ref, _excluded$Z);
|
|
9335
9760
|
|
|
9336
9761
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9337
9762
|
width: size,
|
|
@@ -9353,7 +9778,7 @@ var Seo = function Seo(_ref) {
|
|
|
9353
9778
|
}));
|
|
9354
9779
|
};
|
|
9355
9780
|
|
|
9356
|
-
var _excluded$
|
|
9781
|
+
var _excluded$Y = ["size", "color", "strokeWidth"];
|
|
9357
9782
|
var Settings = function Settings(_ref) {
|
|
9358
9783
|
var _ref$size = _ref.size,
|
|
9359
9784
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9361,7 +9786,7 @@ var Settings = function Settings(_ref) {
|
|
|
9361
9786
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9362
9787
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9363
9788
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9364
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9789
|
+
props = _objectWithoutProperties(_ref, _excluded$Y);
|
|
9365
9790
|
|
|
9366
9791
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9367
9792
|
width: size,
|
|
@@ -9383,14 +9808,14 @@ var Settings = function Settings(_ref) {
|
|
|
9383
9808
|
}));
|
|
9384
9809
|
};
|
|
9385
9810
|
|
|
9386
|
-
var _excluded$
|
|
9811
|
+
var _excluded$X = ["size", "color", "strokeWidth"];
|
|
9387
9812
|
var SettingsChecked = function SettingsChecked(_ref) {
|
|
9388
9813
|
var _ref$size = _ref.size,
|
|
9389
9814
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
9390
9815
|
_ref$color = _ref.color,
|
|
9391
9816
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
9392
9817
|
_ref.strokeWidth;
|
|
9393
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
9818
|
+
var props = _objectWithoutProperties(_ref, _excluded$X);
|
|
9394
9819
|
|
|
9395
9820
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9396
9821
|
width: size,
|
|
@@ -9409,7 +9834,7 @@ var SettingsChecked = function SettingsChecked(_ref) {
|
|
|
9409
9834
|
}));
|
|
9410
9835
|
};
|
|
9411
9836
|
|
|
9412
|
-
var _excluded$
|
|
9837
|
+
var _excluded$W = ["size", "color", "strokeWidth"];
|
|
9413
9838
|
var Share = function Share(_ref) {
|
|
9414
9839
|
var _ref$size = _ref.size,
|
|
9415
9840
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9417,7 +9842,7 @@ var Share = function Share(_ref) {
|
|
|
9417
9842
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9418
9843
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9419
9844
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9420
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9845
|
+
props = _objectWithoutProperties(_ref, _excluded$W);
|
|
9421
9846
|
|
|
9422
9847
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9423
9848
|
width: size,
|
|
@@ -9457,7 +9882,7 @@ var Share = function Share(_ref) {
|
|
|
9457
9882
|
}));
|
|
9458
9883
|
};
|
|
9459
9884
|
|
|
9460
|
-
var _excluded$
|
|
9885
|
+
var _excluded$V = ["size", "color", "strokeWidth"];
|
|
9461
9886
|
var SidebarClose = function SidebarClose(_ref) {
|
|
9462
9887
|
var _ref$size = _ref.size,
|
|
9463
9888
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9465,7 +9890,7 @@ var SidebarClose = function SidebarClose(_ref) {
|
|
|
9465
9890
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9466
9891
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9467
9892
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9468
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9893
|
+
props = _objectWithoutProperties(_ref, _excluded$V);
|
|
9469
9894
|
|
|
9470
9895
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9471
9896
|
width: size,
|
|
@@ -9501,7 +9926,7 @@ var SidebarClose = function SidebarClose(_ref) {
|
|
|
9501
9926
|
}))));
|
|
9502
9927
|
};
|
|
9503
9928
|
|
|
9504
|
-
var _excluded$
|
|
9929
|
+
var _excluded$U = ["size", "color", "strokeWidth"];
|
|
9505
9930
|
var SidebarOpen = function SidebarOpen(_ref) {
|
|
9506
9931
|
var _ref$size = _ref.size,
|
|
9507
9932
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9509,7 +9934,7 @@ var SidebarOpen = function SidebarOpen(_ref) {
|
|
|
9509
9934
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9510
9935
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9511
9936
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9512
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9937
|
+
props = _objectWithoutProperties(_ref, _excluded$U);
|
|
9513
9938
|
|
|
9514
9939
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9515
9940
|
width: size,
|
|
@@ -9545,7 +9970,7 @@ var SidebarOpen = function SidebarOpen(_ref) {
|
|
|
9545
9970
|
}))));
|
|
9546
9971
|
};
|
|
9547
9972
|
|
|
9548
|
-
var _excluded$
|
|
9973
|
+
var _excluded$T = ["size", "color", "strokeWidth"];
|
|
9549
9974
|
var SmileFaceGrey = function SmileFaceGrey(_ref) {
|
|
9550
9975
|
var _ref$size = _ref.size,
|
|
9551
9976
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9553,7 +9978,7 @@ var SmileFaceGrey = function SmileFaceGrey(_ref) {
|
|
|
9553
9978
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9554
9979
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9555
9980
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9556
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
9981
|
+
props = _objectWithoutProperties(_ref, _excluded$T);
|
|
9557
9982
|
|
|
9558
9983
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9559
9984
|
width: size,
|
|
@@ -9591,7 +10016,7 @@ var SmileFaceGrey = function SmileFaceGrey(_ref) {
|
|
|
9591
10016
|
}))));
|
|
9592
10017
|
};
|
|
9593
10018
|
|
|
9594
|
-
var _excluded$
|
|
10019
|
+
var _excluded$S = ["size", "color", "strokeWidth"];
|
|
9595
10020
|
var Smiley = function Smiley(_ref) {
|
|
9596
10021
|
var _ref$size = _ref.size,
|
|
9597
10022
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9599,7 +10024,7 @@ var Smiley = function Smiley(_ref) {
|
|
|
9599
10024
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9600
10025
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9601
10026
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9602
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10027
|
+
props = _objectWithoutProperties(_ref, _excluded$S);
|
|
9603
10028
|
|
|
9604
10029
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9605
10030
|
width: size,
|
|
@@ -9621,7 +10046,7 @@ var Smiley = function Smiley(_ref) {
|
|
|
9621
10046
|
}));
|
|
9622
10047
|
};
|
|
9623
10048
|
|
|
9624
|
-
var _excluded$
|
|
10049
|
+
var _excluded$R = ["size", "color", "strokeWidth"];
|
|
9625
10050
|
var Status = function Status(_ref) {
|
|
9626
10051
|
var _ref$size = _ref.size,
|
|
9627
10052
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9629,7 +10054,7 @@ var Status = function Status(_ref) {
|
|
|
9629
10054
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9630
10055
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9631
10056
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9632
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10057
|
+
props = _objectWithoutProperties(_ref, _excluded$R);
|
|
9633
10058
|
|
|
9634
10059
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9635
10060
|
width: size,
|
|
@@ -9645,7 +10070,7 @@ var Status = function Status(_ref) {
|
|
|
9645
10070
|
}));
|
|
9646
10071
|
};
|
|
9647
10072
|
|
|
9648
|
-
var _excluded$
|
|
10073
|
+
var _excluded$Q = ["size", "color", "strokeWidth"];
|
|
9649
10074
|
var Subdomain = function Subdomain(_ref) {
|
|
9650
10075
|
var _ref$size = _ref.size,
|
|
9651
10076
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9653,7 +10078,7 @@ var Subdomain = function Subdomain(_ref) {
|
|
|
9653
10078
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9654
10079
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9655
10080
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9656
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10081
|
+
props = _objectWithoutProperties(_ref, _excluded$Q);
|
|
9657
10082
|
|
|
9658
10083
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9659
10084
|
width: size,
|
|
@@ -9677,7 +10102,7 @@ var Subdomain = function Subdomain(_ref) {
|
|
|
9677
10102
|
}));
|
|
9678
10103
|
};
|
|
9679
10104
|
|
|
9680
|
-
var _excluded$
|
|
10105
|
+
var _excluded$P = ["size", "color", "strokeWidth"];
|
|
9681
10106
|
var Suitcase = function Suitcase(_ref) {
|
|
9682
10107
|
var _ref$size = _ref.size,
|
|
9683
10108
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9685,7 +10110,7 @@ var Suitcase = function Suitcase(_ref) {
|
|
|
9685
10110
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9686
10111
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9687
10112
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9688
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10113
|
+
props = _objectWithoutProperties(_ref, _excluded$P);
|
|
9689
10114
|
|
|
9690
10115
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9691
10116
|
width: size,
|
|
@@ -9707,7 +10132,7 @@ var Suitcase = function Suitcase(_ref) {
|
|
|
9707
10132
|
}));
|
|
9708
10133
|
};
|
|
9709
10134
|
|
|
9710
|
-
var _excluded$
|
|
10135
|
+
var _excluded$O = ["size", "color", "strokeWidth"];
|
|
9711
10136
|
var Swap = function Swap(_ref) {
|
|
9712
10137
|
var _ref$size = _ref.size,
|
|
9713
10138
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9715,7 +10140,7 @@ var Swap = function Swap(_ref) {
|
|
|
9715
10140
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9716
10141
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9717
10142
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9718
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10143
|
+
props = _objectWithoutProperties(_ref, _excluded$O);
|
|
9719
10144
|
|
|
9720
10145
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9721
10146
|
width: size,
|
|
@@ -9749,7 +10174,7 @@ var Swap = function Swap(_ref) {
|
|
|
9749
10174
|
}));
|
|
9750
10175
|
};
|
|
9751
10176
|
|
|
9752
|
-
var _excluded$
|
|
10177
|
+
var _excluded$N = ["size", "color", "strokeWidth"];
|
|
9753
10178
|
var Tablet = function Tablet(_ref) {
|
|
9754
10179
|
var _ref$size = _ref.size,
|
|
9755
10180
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9757,7 +10182,7 @@ var Tablet = function Tablet(_ref) {
|
|
|
9757
10182
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9758
10183
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9759
10184
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9760
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10185
|
+
props = _objectWithoutProperties(_ref, _excluded$N);
|
|
9761
10186
|
|
|
9762
10187
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9763
10188
|
width: size,
|
|
@@ -9779,14 +10204,14 @@ var Tablet = function Tablet(_ref) {
|
|
|
9779
10204
|
}));
|
|
9780
10205
|
};
|
|
9781
10206
|
|
|
9782
|
-
var _excluded$
|
|
10207
|
+
var _excluded$M = ["size", "color", "strokeWidth"];
|
|
9783
10208
|
var Tag = function Tag(_ref) {
|
|
9784
10209
|
var _ref$size = _ref.size,
|
|
9785
10210
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
9786
10211
|
_ref$color = _ref.color,
|
|
9787
10212
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
9788
10213
|
_ref.strokeWidth;
|
|
9789
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
10214
|
+
var props = _objectWithoutProperties(_ref, _excluded$M);
|
|
9790
10215
|
|
|
9791
10216
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9792
10217
|
width: size,
|
|
@@ -9802,7 +10227,7 @@ var Tag = function Tag(_ref) {
|
|
|
9802
10227
|
}));
|
|
9803
10228
|
};
|
|
9804
10229
|
|
|
9805
|
-
var _excluded$
|
|
10230
|
+
var _excluded$L = ["size", "color", "strokeWidth"];
|
|
9806
10231
|
var Tags = function Tags(_ref) {
|
|
9807
10232
|
var _ref$size = _ref.size,
|
|
9808
10233
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9810,29 +10235,61 @@ var Tags = function Tags(_ref) {
|
|
|
9810
10235
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9811
10236
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9812
10237
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9813
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10238
|
+
props = _objectWithoutProperties(_ref, _excluded$L);
|
|
10239
|
+
|
|
10240
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10241
|
+
width: size,
|
|
10242
|
+
height: size,
|
|
10243
|
+
viewBox: "0 0 24 24",
|
|
10244
|
+
fill: "none"
|
|
10245
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10246
|
+
d: "M14.8344 10.1456C14.6911 10.2889 14.6911 10.5213 14.8344 10.6646C14.9778 10.8079 15.2101 10.8079 15.3534 10.6646C15.4968 10.5213 15.4968 10.2889 15.3534 10.1456C15.2101 10.0023 14.9778 10.0023 14.8344 10.1456Z",
|
|
10247
|
+
stroke: color,
|
|
10248
|
+
strokeWidth: strokeWidth,
|
|
10249
|
+
strokeLinecap: "round",
|
|
10250
|
+
strokeLinejoin: "round"
|
|
10251
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
10252
|
+
d: "M4.5 10L11.006 3.577C11.381 3.207 11.885 3 12.411 3H16.5M12.29 6.29L5.08 13.5C4.308 14.272 4.308 15.524 5.08 16.296L9.204 20.42C9.976 21.192 11.228 21.192 12 20.42L19.21 13.21C19.395 13.025 19.5 12.773 19.5 12.511V6.989C19.5 6.443 19.057 6 18.511 6H12.988C12.726 6 12.475 6.104 12.29 6.29V6.29Z",
|
|
10253
|
+
stroke: color,
|
|
10254
|
+
strokeWidth: strokeWidth,
|
|
10255
|
+
strokeLinecap: "round",
|
|
10256
|
+
strokeLinejoin: "round"
|
|
10257
|
+
}));
|
|
10258
|
+
};
|
|
10259
|
+
|
|
10260
|
+
var _excluded$K = ["size", "color", "strokeWidth"];
|
|
10261
|
+
var Terms = function Terms(_ref) {
|
|
10262
|
+
var _ref$size = _ref.size,
|
|
10263
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
10264
|
+
_ref$color = _ref.color,
|
|
10265
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10266
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
10267
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10268
|
+
props = _objectWithoutProperties(_ref, _excluded$K);
|
|
9814
10269
|
|
|
9815
10270
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9816
10271
|
width: size,
|
|
9817
10272
|
height: size,
|
|
9818
10273
|
viewBox: "0 0 24 24",
|
|
9819
10274
|
fill: "none"
|
|
9820
|
-
}, props), /*#__PURE__*/React.createElement("
|
|
9821
|
-
|
|
9822
|
-
|
|
9823
|
-
|
|
9824
|
-
strokeLinecap: "round",
|
|
9825
|
-
strokeLinejoin: "round"
|
|
9826
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
9827
|
-
d: "M4.5 10L11.006 3.577C11.381 3.207 11.885 3 12.411 3H16.5M12.29 6.29L5.08 13.5C4.308 14.272 4.308 15.524 5.08 16.296L9.204 20.42C9.976 21.192 11.228 21.192 12 20.42L19.21 13.21C19.395 13.025 19.5 12.773 19.5 12.511V6.989C19.5 6.443 19.057 6 18.511 6H12.988C12.726 6 12.475 6.104 12.29 6.29V6.29Z",
|
|
10275
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
10276
|
+
clipPath: "url(#Terms_js__clip0_4120_18114)"
|
|
10277
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
10278
|
+
d: "M4 20H20M6 20V10.84M12 20V10.84M18 20V10.84M4 10.84H20V7.274L12 4L4 7.274V10.84Z",
|
|
9828
10279
|
stroke: color,
|
|
9829
10280
|
strokeWidth: strokeWidth,
|
|
9830
10281
|
strokeLinecap: "round",
|
|
9831
10282
|
strokeLinejoin: "round"
|
|
9832
|
-
}))
|
|
10283
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
10284
|
+
id: "Terms_js__clip0_4120_18114"
|
|
10285
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
10286
|
+
width: 24,
|
|
10287
|
+
height: 24,
|
|
10288
|
+
fill: color
|
|
10289
|
+
}))));
|
|
9833
10290
|
};
|
|
9834
10291
|
|
|
9835
|
-
var _excluded$
|
|
10292
|
+
var _excluded$J = ["size", "color", "strokeWidth"];
|
|
9836
10293
|
var TextBold = function TextBold(_ref) {
|
|
9837
10294
|
var _ref$size = _ref.size,
|
|
9838
10295
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9840,7 +10297,7 @@ var TextBold = function TextBold(_ref) {
|
|
|
9840
10297
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9841
10298
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9842
10299
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9843
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10300
|
+
props = _objectWithoutProperties(_ref, _excluded$J);
|
|
9844
10301
|
|
|
9845
10302
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9846
10303
|
width: size,
|
|
@@ -9856,7 +10313,7 @@ var TextBold = function TextBold(_ref) {
|
|
|
9856
10313
|
}));
|
|
9857
10314
|
};
|
|
9858
10315
|
|
|
9859
|
-
var _excluded$
|
|
10316
|
+
var _excluded$I = ["size", "color", "strokeWidth"];
|
|
9860
10317
|
var TextCross = function TextCross(_ref) {
|
|
9861
10318
|
var _ref$size = _ref.size,
|
|
9862
10319
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9864,7 +10321,7 @@ var TextCross = function TextCross(_ref) {
|
|
|
9864
10321
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9865
10322
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9866
10323
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9867
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10324
|
+
props = _objectWithoutProperties(_ref, _excluded$I);
|
|
9868
10325
|
|
|
9869
10326
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9870
10327
|
width: size,
|
|
@@ -9892,7 +10349,7 @@ var TextCross = function TextCross(_ref) {
|
|
|
9892
10349
|
}));
|
|
9893
10350
|
};
|
|
9894
10351
|
|
|
9895
|
-
var _excluded$
|
|
10352
|
+
var _excluded$H = ["size", "color", "strokeWidth"];
|
|
9896
10353
|
var TextH1 = function TextH1(_ref) {
|
|
9897
10354
|
var _ref$size = _ref.size,
|
|
9898
10355
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9900,7 +10357,7 @@ var TextH1 = function TextH1(_ref) {
|
|
|
9900
10357
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9901
10358
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9902
10359
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9903
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10360
|
+
props = _objectWithoutProperties(_ref, _excluded$H);
|
|
9904
10361
|
|
|
9905
10362
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9906
10363
|
width: size,
|
|
@@ -9916,7 +10373,7 @@ var TextH1 = function TextH1(_ref) {
|
|
|
9916
10373
|
}));
|
|
9917
10374
|
};
|
|
9918
10375
|
|
|
9919
|
-
var _excluded$
|
|
10376
|
+
var _excluded$G = ["size", "color", "strokeWidth"];
|
|
9920
10377
|
var TextH2 = function TextH2(_ref) {
|
|
9921
10378
|
var _ref$size = _ref.size,
|
|
9922
10379
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9924,7 +10381,7 @@ var TextH2 = function TextH2(_ref) {
|
|
|
9924
10381
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9925
10382
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9926
10383
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9927
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10384
|
+
props = _objectWithoutProperties(_ref, _excluded$G);
|
|
9928
10385
|
|
|
9929
10386
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9930
10387
|
width: size,
|
|
@@ -9940,7 +10397,7 @@ var TextH2 = function TextH2(_ref) {
|
|
|
9940
10397
|
}));
|
|
9941
10398
|
};
|
|
9942
10399
|
|
|
9943
|
-
var _excluded$
|
|
10400
|
+
var _excluded$F = ["size", "color", "strokeWidth"];
|
|
9944
10401
|
var TextItalic = function TextItalic(_ref) {
|
|
9945
10402
|
var _ref$size = _ref.size,
|
|
9946
10403
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9948,7 +10405,7 @@ var TextItalic = function TextItalic(_ref) {
|
|
|
9948
10405
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9949
10406
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9950
10407
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9951
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10408
|
+
props = _objectWithoutProperties(_ref, _excluded$F);
|
|
9952
10409
|
|
|
9953
10410
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9954
10411
|
width: size,
|
|
@@ -9964,7 +10421,7 @@ var TextItalic = function TextItalic(_ref) {
|
|
|
9964
10421
|
}));
|
|
9965
10422
|
};
|
|
9966
10423
|
|
|
9967
|
-
var _excluded$
|
|
10424
|
+
var _excluded$E = ["size", "color", "strokeWidth"];
|
|
9968
10425
|
var Text = function Text(_ref) {
|
|
9969
10426
|
var _ref$size = _ref.size,
|
|
9970
10427
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -9972,7 +10429,7 @@ var Text = function Text(_ref) {
|
|
|
9972
10429
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
9973
10430
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
9974
10431
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
9975
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10432
|
+
props = _objectWithoutProperties(_ref, _excluded$E);
|
|
9976
10433
|
|
|
9977
10434
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
9978
10435
|
width: size,
|
|
@@ -10008,7 +10465,31 @@ var Text = function Text(_ref) {
|
|
|
10008
10465
|
}))));
|
|
10009
10466
|
};
|
|
10010
10467
|
|
|
10011
|
-
var _excluded$
|
|
10468
|
+
var _excluded$D = ["size", "color", "strokeWidth"];
|
|
10469
|
+
var TextLines = function TextLines(_ref) {
|
|
10470
|
+
var _ref$size = _ref.size,
|
|
10471
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
10472
|
+
_ref$color = _ref.color,
|
|
10473
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10474
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
10475
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10476
|
+
props = _objectWithoutProperties(_ref, _excluded$D);
|
|
10477
|
+
|
|
10478
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10479
|
+
width: size,
|
|
10480
|
+
height: size,
|
|
10481
|
+
fill: "none",
|
|
10482
|
+
viewBox: "0 0 24 24"
|
|
10483
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10484
|
+
stroke: color,
|
|
10485
|
+
strokeLinecap: "round",
|
|
10486
|
+
strokeLinejoin: "round",
|
|
10487
|
+
strokeWidth: strokeWidth,
|
|
10488
|
+
d: "M8.5 9L6.93356 4.16532C6.92037 4.11887 6.89275 4.07782 6.85469 4.04811C6.81664 4.01839 6.77012 4.00154 6.72186 4H5.77814C5.72988 4.00154 5.68336 4.01839 5.64531 4.04811C5.60725 4.07782 5.57963 4.11887 5.56644 4.16532L4 9M4.3175 8H8.17H4.3175ZM4 14H20H4ZM4 19H20H4ZM13 4H20H13ZM13 9H20H13Z"
|
|
10489
|
+
}));
|
|
10490
|
+
};
|
|
10491
|
+
|
|
10492
|
+
var _excluded$C = ["size", "color", "strokeWidth"];
|
|
10012
10493
|
var TextSize = function TextSize(_ref) {
|
|
10013
10494
|
var _ref$size = _ref.size,
|
|
10014
10495
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10016,7 +10497,7 @@ var TextSize = function TextSize(_ref) {
|
|
|
10016
10497
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10017
10498
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10018
10499
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10019
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10500
|
+
props = _objectWithoutProperties(_ref, _excluded$C);
|
|
10020
10501
|
|
|
10021
10502
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10022
10503
|
width: size,
|
|
@@ -10038,14 +10519,14 @@ var TextSize = function TextSize(_ref) {
|
|
|
10038
10519
|
}));
|
|
10039
10520
|
};
|
|
10040
10521
|
|
|
10041
|
-
var _excluded$
|
|
10522
|
+
var _excluded$B = ["size", "color", "strokeWidth"];
|
|
10042
10523
|
var Tickets = function Tickets(_ref) {
|
|
10043
10524
|
var _ref$size = _ref.size,
|
|
10044
10525
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
10045
10526
|
_ref$color = _ref.color,
|
|
10046
10527
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
10047
10528
|
_ref.strokeWidth;
|
|
10048
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
10529
|
+
var props = _objectWithoutProperties(_ref, _excluded$B);
|
|
10049
10530
|
|
|
10050
10531
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10051
10532
|
width: size,
|
|
@@ -10076,7 +10557,7 @@ var Tickets = function Tickets(_ref) {
|
|
|
10076
10557
|
}));
|
|
10077
10558
|
};
|
|
10078
10559
|
|
|
10079
|
-
var _excluded$
|
|
10560
|
+
var _excluded$A = ["size", "color", "strokeWidth"];
|
|
10080
10561
|
var TimeTracking = function TimeTracking(_ref) {
|
|
10081
10562
|
var _ref$size = _ref.size,
|
|
10082
10563
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10084,7 +10565,7 @@ var TimeTracking = function TimeTracking(_ref) {
|
|
|
10084
10565
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10085
10566
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10086
10567
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10087
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10568
|
+
props = _objectWithoutProperties(_ref, _excluded$A);
|
|
10088
10569
|
|
|
10089
10570
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10090
10571
|
width: size,
|
|
@@ -10106,7 +10587,7 @@ var TimeTracking = function TimeTracking(_ref) {
|
|
|
10106
10587
|
}));
|
|
10107
10588
|
};
|
|
10108
10589
|
|
|
10109
|
-
var _excluded$
|
|
10590
|
+
var _excluded$z = ["size", "color", "strokeWidth"];
|
|
10110
10591
|
var Transaction = function Transaction(_ref) {
|
|
10111
10592
|
var _ref$size = _ref.size,
|
|
10112
10593
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10114,7 +10595,7 @@ var Transaction = function Transaction(_ref) {
|
|
|
10114
10595
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10115
10596
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10116
10597
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10117
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10598
|
+
props = _objectWithoutProperties(_ref, _excluded$z);
|
|
10118
10599
|
|
|
10119
10600
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10120
10601
|
width: size,
|
|
@@ -10130,7 +10611,7 @@ var Transaction = function Transaction(_ref) {
|
|
|
10130
10611
|
}));
|
|
10131
10612
|
};
|
|
10132
10613
|
|
|
10133
|
-
var _excluded$
|
|
10614
|
+
var _excluded$y = ["size", "color", "strokeWidth"];
|
|
10134
10615
|
var Translate = function Translate(_ref) {
|
|
10135
10616
|
var _ref$size = _ref.size,
|
|
10136
10617
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10138,7 +10619,7 @@ var Translate = function Translate(_ref) {
|
|
|
10138
10619
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10139
10620
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10140
10621
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10141
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10622
|
+
props = _objectWithoutProperties(_ref, _excluded$y);
|
|
10142
10623
|
|
|
10143
10624
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10144
10625
|
width: size,
|
|
@@ -10178,14 +10659,14 @@ var Translate = function Translate(_ref) {
|
|
|
10178
10659
|
}));
|
|
10179
10660
|
};
|
|
10180
10661
|
|
|
10181
|
-
var _excluded$
|
|
10662
|
+
var _excluded$x = ["size", "color", "strokeWidth"];
|
|
10182
10663
|
var Twitter = function Twitter(_ref) {
|
|
10183
10664
|
var _ref$size = _ref.size,
|
|
10184
10665
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
10185
10666
|
_ref$color = _ref.color,
|
|
10186
10667
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
10187
10668
|
_ref.strokeWidth;
|
|
10188
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
10669
|
+
var props = _objectWithoutProperties(_ref, _excluded$x);
|
|
10189
10670
|
|
|
10190
10671
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10191
10672
|
width: size,
|
|
@@ -10203,14 +10684,14 @@ var Twitter = function Twitter(_ref) {
|
|
|
10203
10684
|
}));
|
|
10204
10685
|
};
|
|
10205
10686
|
|
|
10206
|
-
var _excluded$
|
|
10687
|
+
var _excluded$w = ["size", "color", "strokeWidth"];
|
|
10207
10688
|
var Ubuntu = function Ubuntu(_ref) {
|
|
10208
10689
|
var _ref$size = _ref.size,
|
|
10209
10690
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
10210
10691
|
_ref$color = _ref.color,
|
|
10211
10692
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
10212
10693
|
_ref.strokeWidth;
|
|
10213
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
10694
|
+
var props = _objectWithoutProperties(_ref, _excluded$w);
|
|
10214
10695
|
|
|
10215
10696
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10216
10697
|
width: size,
|
|
@@ -10241,7 +10722,7 @@ var Ubuntu = function Ubuntu(_ref) {
|
|
|
10241
10722
|
}));
|
|
10242
10723
|
};
|
|
10243
10724
|
|
|
10244
|
-
var _excluded$
|
|
10725
|
+
var _excluded$v = ["size", "color", "strokeWidth"];
|
|
10245
10726
|
var Underline = function Underline(_ref) {
|
|
10246
10727
|
var _ref$size = _ref.size,
|
|
10247
10728
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10249,7 +10730,7 @@ var Underline = function Underline(_ref) {
|
|
|
10249
10730
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10250
10731
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10251
10732
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10252
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10733
|
+
props = _objectWithoutProperties(_ref, _excluded$v);
|
|
10253
10734
|
|
|
10254
10735
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10255
10736
|
width: size,
|
|
@@ -10277,7 +10758,7 @@ var Underline = function Underline(_ref) {
|
|
|
10277
10758
|
}));
|
|
10278
10759
|
};
|
|
10279
10760
|
|
|
10280
|
-
var _excluded$
|
|
10761
|
+
var _excluded$u = ["size", "color", "strokeWidth"];
|
|
10281
10762
|
var Undo = function Undo(_ref) {
|
|
10282
10763
|
var _ref$size = _ref.size,
|
|
10283
10764
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10285,7 +10766,7 @@ var Undo = function Undo(_ref) {
|
|
|
10285
10766
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10286
10767
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10287
10768
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10288
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10769
|
+
props = _objectWithoutProperties(_ref, _excluded$u);
|
|
10289
10770
|
|
|
10290
10771
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10291
10772
|
width: size,
|
|
@@ -10313,7 +10794,7 @@ var Undo = function Undo(_ref) {
|
|
|
10313
10794
|
}));
|
|
10314
10795
|
};
|
|
10315
10796
|
|
|
10316
|
-
var _excluded$
|
|
10797
|
+
var _excluded$t = ["size", "color", "strokeWidth"];
|
|
10317
10798
|
var Unlink = function Unlink(_ref) {
|
|
10318
10799
|
var _ref$size = _ref.size,
|
|
10319
10800
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10321,7 +10802,7 @@ var Unlink = function Unlink(_ref) {
|
|
|
10321
10802
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10322
10803
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10323
10804
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10324
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10805
|
+
props = _objectWithoutProperties(_ref, _excluded$t);
|
|
10325
10806
|
|
|
10326
10807
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10327
10808
|
width: size,
|
|
@@ -10348,7 +10829,7 @@ var Unlink = function Unlink(_ref) {
|
|
|
10348
10829
|
}));
|
|
10349
10830
|
};
|
|
10350
10831
|
|
|
10351
|
-
var _excluded$
|
|
10832
|
+
var _excluded$s = ["size", "color", "strokeWidth"];
|
|
10352
10833
|
var Unlock = function Unlock(_ref) {
|
|
10353
10834
|
var _ref$size = _ref.size,
|
|
10354
10835
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10356,7 +10837,7 @@ var Unlock = function Unlock(_ref) {
|
|
|
10356
10837
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10357
10838
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10358
10839
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10359
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10840
|
+
props = _objectWithoutProperties(_ref, _excluded$s);
|
|
10360
10841
|
|
|
10361
10842
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10362
10843
|
width: size,
|
|
@@ -10382,7 +10863,7 @@ var Unlock = function Unlock(_ref) {
|
|
|
10382
10863
|
}));
|
|
10383
10864
|
};
|
|
10384
10865
|
|
|
10385
|
-
var _excluded$
|
|
10866
|
+
var _excluded$r = ["size", "color", "strokeWidth"];
|
|
10386
10867
|
var UpArrowCircle = function UpArrowCircle(_ref) {
|
|
10387
10868
|
var _ref$size = _ref.size,
|
|
10388
10869
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10390,7 +10871,7 @@ var UpArrowCircle = function UpArrowCircle(_ref) {
|
|
|
10390
10871
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10391
10872
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10392
10873
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10393
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10874
|
+
props = _objectWithoutProperties(_ref, _excluded$r);
|
|
10394
10875
|
|
|
10395
10876
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10396
10877
|
width: size,
|
|
@@ -10418,7 +10899,7 @@ var UpArrowCircle = function UpArrowCircle(_ref) {
|
|
|
10418
10899
|
}));
|
|
10419
10900
|
};
|
|
10420
10901
|
|
|
10421
|
-
var _excluded$
|
|
10902
|
+
var _excluded$q = ["size", "color", "strokeWidth"];
|
|
10422
10903
|
var Up = function Up(_ref) {
|
|
10423
10904
|
var _ref$size = _ref.size,
|
|
10424
10905
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10426,7 +10907,7 @@ var Up = function Up(_ref) {
|
|
|
10426
10907
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10427
10908
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10428
10909
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10429
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10910
|
+
props = _objectWithoutProperties(_ref, _excluded$q);
|
|
10430
10911
|
|
|
10431
10912
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10432
10913
|
width: size,
|
|
@@ -10442,7 +10923,7 @@ var Up = function Up(_ref) {
|
|
|
10442
10923
|
}));
|
|
10443
10924
|
};
|
|
10444
10925
|
|
|
10445
|
-
var _excluded$
|
|
10926
|
+
var _excluded$p = ["size", "color", "strokeWidth"];
|
|
10446
10927
|
var UpArrow = function UpArrow(_ref) {
|
|
10447
10928
|
var _ref$size = _ref.size,
|
|
10448
10929
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10450,7 +10931,7 @@ var UpArrow = function UpArrow(_ref) {
|
|
|
10450
10931
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10451
10932
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10452
10933
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10453
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10934
|
+
props = _objectWithoutProperties(_ref, _excluded$p);
|
|
10454
10935
|
|
|
10455
10936
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10456
10937
|
width: size,
|
|
@@ -10466,7 +10947,7 @@ var UpArrow = function UpArrow(_ref) {
|
|
|
10466
10947
|
}));
|
|
10467
10948
|
};
|
|
10468
10949
|
|
|
10469
|
-
var _excluded$
|
|
10950
|
+
var _excluded$o = ["size", "color", "strokeWidth"];
|
|
10470
10951
|
var Upload = function Upload(_ref) {
|
|
10471
10952
|
var _ref$size = _ref.size,
|
|
10472
10953
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10474,7 +10955,7 @@ var Upload = function Upload(_ref) {
|
|
|
10474
10955
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10475
10956
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10476
10957
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10477
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10958
|
+
props = _objectWithoutProperties(_ref, _excluded$o);
|
|
10478
10959
|
|
|
10479
10960
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10480
10961
|
width: size,
|
|
@@ -10496,7 +10977,7 @@ var Upload = function Upload(_ref) {
|
|
|
10496
10977
|
}));
|
|
10497
10978
|
};
|
|
10498
10979
|
|
|
10499
|
-
var _excluded$
|
|
10980
|
+
var _excluded$n = ["size", "color", "strokeWidth"];
|
|
10500
10981
|
var UserAdd = function UserAdd(_ref) {
|
|
10501
10982
|
var _ref$size = _ref.size,
|
|
10502
10983
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10504,7 +10985,7 @@ var UserAdd = function UserAdd(_ref) {
|
|
|
10504
10985
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10505
10986
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10506
10987
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10507
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
10988
|
+
props = _objectWithoutProperties(_ref, _excluded$n);
|
|
10508
10989
|
|
|
10509
10990
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10510
10991
|
width: size,
|
|
@@ -10531,7 +11012,7 @@ var UserAdd = function UserAdd(_ref) {
|
|
|
10531
11012
|
}));
|
|
10532
11013
|
};
|
|
10533
11014
|
|
|
10534
|
-
var _excluded$
|
|
11015
|
+
var _excluded$m = ["size", "color", "strokeWidth"];
|
|
10535
11016
|
var UserCircle = function UserCircle(_ref) {
|
|
10536
11017
|
var _ref$size = _ref.size,
|
|
10537
11018
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10539,7 +11020,7 @@ var UserCircle = function UserCircle(_ref) {
|
|
|
10539
11020
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10540
11021
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10541
11022
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10542
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11023
|
+
props = _objectWithoutProperties(_ref, _excluded$m);
|
|
10543
11024
|
|
|
10544
11025
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10545
11026
|
width: size,
|
|
@@ -10573,7 +11054,7 @@ var UserCircle = function UserCircle(_ref) {
|
|
|
10573
11054
|
}));
|
|
10574
11055
|
};
|
|
10575
11056
|
|
|
10576
|
-
var _excluded$
|
|
11057
|
+
var _excluded$l = ["size", "color", "strokeWidth"];
|
|
10577
11058
|
var UserRemove = function UserRemove(_ref) {
|
|
10578
11059
|
var _ref$size = _ref.size,
|
|
10579
11060
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10581,7 +11062,7 @@ var UserRemove = function UserRemove(_ref) {
|
|
|
10581
11062
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10582
11063
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10583
11064
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10584
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11065
|
+
props = _objectWithoutProperties(_ref, _excluded$l);
|
|
10585
11066
|
|
|
10586
11067
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10587
11068
|
width: size,
|
|
@@ -10615,7 +11096,7 @@ var UserRemove = function UserRemove(_ref) {
|
|
|
10615
11096
|
}));
|
|
10616
11097
|
};
|
|
10617
11098
|
|
|
10618
|
-
var _excluded$
|
|
11099
|
+
var _excluded$k = ["size", "color", "strokeWidth"];
|
|
10619
11100
|
var User = function User(_ref) {
|
|
10620
11101
|
var _ref$size = _ref.size,
|
|
10621
11102
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10623,7 +11104,7 @@ var User = function User(_ref) {
|
|
|
10623
11104
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10624
11105
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10625
11106
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10626
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11107
|
+
props = _objectWithoutProperties(_ref, _excluded$k);
|
|
10627
11108
|
|
|
10628
11109
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10629
11110
|
width: size,
|
|
@@ -10645,14 +11126,14 @@ var User = function User(_ref) {
|
|
|
10645
11126
|
}));
|
|
10646
11127
|
};
|
|
10647
11128
|
|
|
10648
|
-
var _excluded$
|
|
11129
|
+
var _excluded$j = ["size", "color", "strokeWidth"];
|
|
10649
11130
|
var UserNotification = function UserNotification(_ref) {
|
|
10650
11131
|
var _ref$size = _ref.size,
|
|
10651
11132
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
10652
11133
|
_ref$color = _ref.color,
|
|
10653
11134
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
10654
11135
|
_ref.strokeWidth;
|
|
10655
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
11136
|
+
var props = _objectWithoutProperties(_ref, _excluded$j);
|
|
10656
11137
|
|
|
10657
11138
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10658
11139
|
width: size,
|
|
@@ -10668,14 +11149,14 @@ var UserNotification = function UserNotification(_ref) {
|
|
|
10668
11149
|
}));
|
|
10669
11150
|
};
|
|
10670
11151
|
|
|
10671
|
-
var _excluded$
|
|
11152
|
+
var _excluded$i = ["size", "color", "strokeWidth"];
|
|
10672
11153
|
var UserRole = function UserRole(_ref) {
|
|
10673
11154
|
var _ref$size = _ref.size,
|
|
10674
11155
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
10675
11156
|
_ref$color = _ref.color,
|
|
10676
11157
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
10677
11158
|
_ref.strokeWidth;
|
|
10678
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
11159
|
+
var props = _objectWithoutProperties(_ref, _excluded$i);
|
|
10679
11160
|
|
|
10680
11161
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10681
11162
|
width: size,
|
|
@@ -10694,7 +11175,43 @@ var UserRole = function UserRole(_ref) {
|
|
|
10694
11175
|
}));
|
|
10695
11176
|
};
|
|
10696
11177
|
|
|
10697
|
-
var _excluded$
|
|
11178
|
+
var _excluded$h = ["size", "color", "strokeWidth"];
|
|
11179
|
+
var UserRoundedRect = function UserRoundedRect(_ref) {
|
|
11180
|
+
var _ref$size = _ref.size,
|
|
11181
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
11182
|
+
_ref$color = _ref.color,
|
|
11183
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
11184
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
11185
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
11186
|
+
props = _objectWithoutProperties(_ref, _excluded$h);
|
|
11187
|
+
|
|
11188
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11189
|
+
width: size,
|
|
11190
|
+
height: size,
|
|
11191
|
+
viewBox: "0 0 24 24",
|
|
11192
|
+
fill: "none"
|
|
11193
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11194
|
+
d: "M17 16.5C17 15.837 16.7366 15.2011 16.2678 14.7322C15.7989 14.2634 15.163 14 14.5 14H9.5C8.83696 14 8.20107 14.2634 7.73223 14.7322C7.26339 15.2011 7 15.837 7 16.5",
|
|
11195
|
+
stroke: color,
|
|
11196
|
+
strokeWidth: strokeWidth,
|
|
11197
|
+
strokeLinecap: "round",
|
|
11198
|
+
strokeLinejoin: "round"
|
|
11199
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11200
|
+
d: "M12 11.5C13.3807 11.5 14.5 10.3807 14.5 9C14.5 7.61929 13.3807 6.5 12 6.5C10.6193 6.5 9.5 7.61929 9.5 9C9.5 10.3807 10.6193 11.5 12 11.5Z",
|
|
11201
|
+
stroke: color,
|
|
11202
|
+
strokeWidth: strokeWidth,
|
|
11203
|
+
strokeLinecap: "round",
|
|
11204
|
+
strokeLinejoin: "round"
|
|
11205
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11206
|
+
d: "M16 21C17.3261 21 18.5979 20.4732 19.5355 19.5355C20.4732 18.5979 21 17.3261 21 16V8C21 6.67392 20.4732 5.40215 19.5355 4.46447C18.5979 3.52678 17.3261 3 16 3H8C6.67392 3 5.40215 3.52678 4.46447 4.46447C3.52678 5.40215 3 6.67392 3 8V16C3 17.3261 3.52678 18.5979 4.46447 19.5355C5.40215 20.4732 6.67392 21 8 21H16Z",
|
|
11207
|
+
stroke: color,
|
|
11208
|
+
strokeWidth: strokeWidth,
|
|
11209
|
+
strokeLinecap: "round",
|
|
11210
|
+
strokeLinejoin: "round"
|
|
11211
|
+
}));
|
|
11212
|
+
};
|
|
11213
|
+
|
|
11214
|
+
var _excluded$g = ["size", "color", "strokeWidth"];
|
|
10698
11215
|
var UserSettings = function UserSettings(_ref) {
|
|
10699
11216
|
var _ref$size = _ref.size,
|
|
10700
11217
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10702,7 +11219,7 @@ var UserSettings = function UserSettings(_ref) {
|
|
|
10702
11219
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10703
11220
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10704
11221
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10705
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11222
|
+
props = _objectWithoutProperties(_ref, _excluded$g);
|
|
10706
11223
|
|
|
10707
11224
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10708
11225
|
width: size,
|
|
@@ -10730,7 +11247,7 @@ var UserSettings = function UserSettings(_ref) {
|
|
|
10730
11247
|
}));
|
|
10731
11248
|
};
|
|
10732
11249
|
|
|
10733
|
-
var _excluded$
|
|
11250
|
+
var _excluded$f = ["size", "color", "strokeWidth"];
|
|
10734
11251
|
var UserStar = function UserStar(_ref) {
|
|
10735
11252
|
var _ref$size = _ref.size,
|
|
10736
11253
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10738,7 +11255,7 @@ var UserStar = function UserStar(_ref) {
|
|
|
10738
11255
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10739
11256
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10740
11257
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10741
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11258
|
+
props = _objectWithoutProperties(_ref, _excluded$f);
|
|
10742
11259
|
|
|
10743
11260
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10744
11261
|
width: size,
|
|
@@ -10766,7 +11283,7 @@ var UserStar = function UserStar(_ref) {
|
|
|
10766
11283
|
}));
|
|
10767
11284
|
};
|
|
10768
11285
|
|
|
10769
|
-
var _excluded$
|
|
11286
|
+
var _excluded$e = ["size", "color", "strokeWidth"];
|
|
10770
11287
|
var Video = function Video(_ref) {
|
|
10771
11288
|
var _ref$size = _ref.size,
|
|
10772
11289
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10774,7 +11291,7 @@ var Video = function Video(_ref) {
|
|
|
10774
11291
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10775
11292
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10776
11293
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10777
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11294
|
+
props = _objectWithoutProperties(_ref, _excluded$e);
|
|
10778
11295
|
|
|
10779
11296
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10780
11297
|
width: size,
|
|
@@ -10790,14 +11307,14 @@ var Video = function Video(_ref) {
|
|
|
10790
11307
|
}));
|
|
10791
11308
|
};
|
|
10792
11309
|
|
|
10793
|
-
var _excluded$
|
|
11310
|
+
var _excluded$d = ["size", "color", "strokeWidth"];
|
|
10794
11311
|
var Volume = function Volume(_ref) {
|
|
10795
11312
|
var _ref$size = _ref.size,
|
|
10796
11313
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
10797
11314
|
_ref$color = _ref.color,
|
|
10798
11315
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
10799
11316
|
_ref.strokeWidth;
|
|
10800
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
11317
|
+
var props = _objectWithoutProperties(_ref, _excluded$d);
|
|
10801
11318
|
|
|
10802
11319
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10803
11320
|
width: size,
|
|
@@ -10814,14 +11331,14 @@ var Volume = function Volume(_ref) {
|
|
|
10814
11331
|
}));
|
|
10815
11332
|
};
|
|
10816
11333
|
|
|
10817
|
-
var _excluded$
|
|
11334
|
+
var _excluded$c = ["size", "color", "strokeWidth"];
|
|
10818
11335
|
var Volume0 = function Volume0(_ref) {
|
|
10819
11336
|
var _ref$size = _ref.size,
|
|
10820
11337
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
10821
11338
|
_ref$color = _ref.color,
|
|
10822
11339
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
10823
11340
|
_ref.strokeWidth;
|
|
10824
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
11341
|
+
var props = _objectWithoutProperties(_ref, _excluded$c);
|
|
10825
11342
|
|
|
10826
11343
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10827
11344
|
width: size,
|
|
@@ -10844,14 +11361,14 @@ var Volume0 = function Volume0(_ref) {
|
|
|
10844
11361
|
}));
|
|
10845
11362
|
};
|
|
10846
11363
|
|
|
10847
|
-
var _excluded$
|
|
11364
|
+
var _excluded$b = ["size", "color", "strokeWidth"];
|
|
10848
11365
|
var Volume100 = function Volume100(_ref) {
|
|
10849
11366
|
var _ref$size = _ref.size,
|
|
10850
11367
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
10851
11368
|
_ref$color = _ref.color,
|
|
10852
11369
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
10853
11370
|
_ref.strokeWidth;
|
|
10854
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
11371
|
+
var props = _objectWithoutProperties(_ref, _excluded$b);
|
|
10855
11372
|
|
|
10856
11373
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10857
11374
|
width: size,
|
|
@@ -10872,14 +11389,14 @@ var Volume100 = function Volume100(_ref) {
|
|
|
10872
11389
|
}));
|
|
10873
11390
|
};
|
|
10874
11391
|
|
|
10875
|
-
var _excluded$
|
|
11392
|
+
var _excluded$a = ["size", "color", "strokeWidth"];
|
|
10876
11393
|
var Volume25 = function Volume25(_ref) {
|
|
10877
11394
|
var _ref$size = _ref.size,
|
|
10878
11395
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
10879
11396
|
_ref$color = _ref.color,
|
|
10880
11397
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
10881
11398
|
_ref.strokeWidth;
|
|
10882
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
11399
|
+
var props = _objectWithoutProperties(_ref, _excluded$a);
|
|
10883
11400
|
|
|
10884
11401
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10885
11402
|
width: size,
|
|
@@ -10896,14 +11413,14 @@ var Volume25 = function Volume25(_ref) {
|
|
|
10896
11413
|
}));
|
|
10897
11414
|
};
|
|
10898
11415
|
|
|
10899
|
-
var _excluded$
|
|
11416
|
+
var _excluded$9 = ["size", "color", "strokeWidth"];
|
|
10900
11417
|
var Volume50 = function Volume50(_ref) {
|
|
10901
11418
|
var _ref$size = _ref.size,
|
|
10902
11419
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
10903
11420
|
_ref$color = _ref.color,
|
|
10904
11421
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
10905
11422
|
_ref.strokeWidth;
|
|
10906
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
11423
|
+
var props = _objectWithoutProperties(_ref, _excluded$9);
|
|
10907
11424
|
|
|
10908
11425
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10909
11426
|
width: size,
|
|
@@ -10924,14 +11441,14 @@ var Volume50 = function Volume50(_ref) {
|
|
|
10924
11441
|
}));
|
|
10925
11442
|
};
|
|
10926
11443
|
|
|
10927
|
-
var _excluded$
|
|
11444
|
+
var _excluded$8 = ["size", "color", "strokeWidth"];
|
|
10928
11445
|
var Volume75 = function Volume75(_ref) {
|
|
10929
11446
|
var _ref$size = _ref.size,
|
|
10930
11447
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
10931
11448
|
_ref$color = _ref.color,
|
|
10932
11449
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
10933
11450
|
_ref.strokeWidth;
|
|
10934
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
11451
|
+
var props = _objectWithoutProperties(_ref, _excluded$8);
|
|
10935
11452
|
|
|
10936
11453
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10937
11454
|
width: size,
|
|
@@ -10952,7 +11469,7 @@ var Volume75 = function Volume75(_ref) {
|
|
|
10952
11469
|
}));
|
|
10953
11470
|
};
|
|
10954
11471
|
|
|
10955
|
-
var _excluded$
|
|
11472
|
+
var _excluded$7 = ["size", "color", "strokeWidth"];
|
|
10956
11473
|
var VolumeOutline = function VolumeOutline(_ref) {
|
|
10957
11474
|
var _ref$size = _ref.size,
|
|
10958
11475
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10960,7 +11477,7 @@ var VolumeOutline = function VolumeOutline(_ref) {
|
|
|
10960
11477
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10961
11478
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10962
11479
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10963
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11480
|
+
props = _objectWithoutProperties(_ref, _excluded$7);
|
|
10964
11481
|
|
|
10965
11482
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10966
11483
|
width: size,
|
|
@@ -10976,7 +11493,7 @@ var VolumeOutline = function VolumeOutline(_ref) {
|
|
|
10976
11493
|
}));
|
|
10977
11494
|
};
|
|
10978
11495
|
|
|
10979
|
-
var _excluded$
|
|
11496
|
+
var _excluded$6 = ["size", "color", "strokeWidth"];
|
|
10980
11497
|
var VolumeOutline0 = function VolumeOutline0(_ref) {
|
|
10981
11498
|
var _ref$size = _ref.size,
|
|
10982
11499
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -10984,7 +11501,7 @@ var VolumeOutline0 = function VolumeOutline0(_ref) {
|
|
|
10984
11501
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
10985
11502
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
10986
11503
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
10987
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11504
|
+
props = _objectWithoutProperties(_ref, _excluded$6);
|
|
10988
11505
|
|
|
10989
11506
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
10990
11507
|
width: size,
|
|
@@ -11006,7 +11523,7 @@ var VolumeOutline0 = function VolumeOutline0(_ref) {
|
|
|
11006
11523
|
}));
|
|
11007
11524
|
};
|
|
11008
11525
|
|
|
11009
|
-
var _excluded$
|
|
11526
|
+
var _excluded$5 = ["size", "color", "strokeWidth"];
|
|
11010
11527
|
var WarningFilled = function WarningFilled(_ref) {
|
|
11011
11528
|
var _ref$size = _ref.size,
|
|
11012
11529
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -11014,7 +11531,7 @@ var WarningFilled = function WarningFilled(_ref) {
|
|
|
11014
11531
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
11015
11532
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
11016
11533
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
11017
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11534
|
+
props = _objectWithoutProperties(_ref, _excluded$5);
|
|
11018
11535
|
|
|
11019
11536
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11020
11537
|
width: size,
|
|
@@ -11043,7 +11560,7 @@ var WarningFilled = function WarningFilled(_ref) {
|
|
|
11043
11560
|
}));
|
|
11044
11561
|
};
|
|
11045
11562
|
|
|
11046
|
-
var _excluded$
|
|
11563
|
+
var _excluded$4 = ["size", "color", "strokeWidth"];
|
|
11047
11564
|
var Warning = function Warning(_ref) {
|
|
11048
11565
|
var _ref$size = _ref.size,
|
|
11049
11566
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -11051,7 +11568,7 @@ var Warning = function Warning(_ref) {
|
|
|
11051
11568
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
11052
11569
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
11053
11570
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
11054
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
11571
|
+
props = _objectWithoutProperties(_ref, _excluded$4);
|
|
11055
11572
|
|
|
11056
11573
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11057
11574
|
width: size,
|
|
@@ -11079,14 +11596,14 @@ var Warning = function Warning(_ref) {
|
|
|
11079
11596
|
}));
|
|
11080
11597
|
};
|
|
11081
11598
|
|
|
11082
|
-
var _excluded$
|
|
11599
|
+
var _excluded$3 = ["size", "color", "strokeWidth"];
|
|
11083
11600
|
var Whatsapp = function Whatsapp(_ref) {
|
|
11084
11601
|
var _ref$size = _ref.size,
|
|
11085
11602
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
11086
11603
|
_ref$color = _ref.color,
|
|
11087
11604
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
11088
11605
|
_ref.strokeWidth;
|
|
11089
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
11606
|
+
var props = _objectWithoutProperties(_ref, _excluded$3);
|
|
11090
11607
|
|
|
11091
11608
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11092
11609
|
width: size,
|
|
@@ -11099,14 +11616,14 @@ var Whatsapp = function Whatsapp(_ref) {
|
|
|
11099
11616
|
}));
|
|
11100
11617
|
};
|
|
11101
11618
|
|
|
11102
|
-
var _excluded = ["size", "color", "strokeWidth"];
|
|
11619
|
+
var _excluded$2 = ["size", "color", "strokeWidth"];
|
|
11103
11620
|
var WidgetModes = function WidgetModes(_ref) {
|
|
11104
11621
|
var _ref$size = _ref.size,
|
|
11105
11622
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
11106
11623
|
_ref$color = _ref.color,
|
|
11107
11624
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
11108
11625
|
_ref.strokeWidth;
|
|
11109
|
-
var props = _objectWithoutProperties(_ref, _excluded);
|
|
11626
|
+
var props = _objectWithoutProperties(_ref, _excluded$2);
|
|
11110
11627
|
|
|
11111
11628
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11112
11629
|
width: size,
|
|
@@ -11122,5 +11639,65 @@ var WidgetModes = function WidgetModes(_ref) {
|
|
|
11122
11639
|
}));
|
|
11123
11640
|
};
|
|
11124
11641
|
|
|
11125
|
-
|
|
11642
|
+
var _excluded$1 = ["size", "color", "strokeWidth"];
|
|
11643
|
+
var YesNo = function YesNo(_ref) {
|
|
11644
|
+
var _ref$size = _ref.size,
|
|
11645
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
11646
|
+
_ref$color = _ref.color,
|
|
11647
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
11648
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
11649
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
11650
|
+
props = _objectWithoutProperties(_ref, _excluded$1);
|
|
11651
|
+
|
|
11652
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11653
|
+
width: size,
|
|
11654
|
+
height: size,
|
|
11655
|
+
fill: "none",
|
|
11656
|
+
viewBox: "0 0 24 24"
|
|
11657
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11658
|
+
stroke: color,
|
|
11659
|
+
strokeLinecap: "round",
|
|
11660
|
+
strokeLinejoin: "round",
|
|
11661
|
+
strokeWidth: strokeWidth,
|
|
11662
|
+
d: "M5.00008 20.0001H3.61808C3.30908 20.0001 3.05908 19.7501 3.05908 19.4411V15.0591C3.05908 14.7501 3.30908 14.5001 3.61808 14.5001H5.00008C5.30908 14.5001 5.55908 14.7501 5.55908 15.1011V19.4831C5.55908 19.7501 5.30908 20.0001 5.00008 20.0001V20.0001ZM5.55908 15.6851L7.40508 12.6641C8.11608 11.5011 9.90708 12.0041 9.90708 13.3681V14.9631H10.7971H11.4171C11.8701 14.9631 12.2931 15.1901 12.5451 15.5691C12.7681 15.9041 12.8331 16.3211 12.7221 16.7081L11.9901 19.2701C11.8661 19.7021 11.4711 20.0001 11.0221 20.0001H7.43908C7.14808 20.0001 6.86508 19.8981 6.64108 19.7121L5.55908 18.8151V15.6851ZM19.0591 4.05908H20.4411C20.7501 4.05908 21.0001 4.30908 21.0001 4.61808V9.00008C21.0001 9.30908 20.7501 9.55908 20.4411 9.55908H19.0591C18.7501 9.55908 18.5001 9.30908 18.5001 8.95808V4.57608C18.5001 4.30908 18.7501 4.05908 19.0591 4.05908V4.05908Z"
|
|
11663
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11664
|
+
stroke: color,
|
|
11665
|
+
strokeLinecap: "round",
|
|
11666
|
+
strokeLinejoin: "round",
|
|
11667
|
+
strokeWidth: strokeWidth,
|
|
11668
|
+
d: "M18.5003 8.37408L16.6543 11.3951C15.9433 12.5581 14.1523 12.0551 14.1523 10.6911V9.09608H13.2623H12.6423C12.1893 9.09608 11.7663 8.86908 11.5143 8.49008C11.2913 8.15508 11.2263 7.73808 11.3373 7.35108L12.0693 4.78908C12.1933 4.35708 12.5883 4.05908 13.0373 4.05908H16.6203C16.9113 4.05908 17.1943 4.16108 17.4183 4.34708L18.5003 5.24408V8.37408Z"
|
|
11669
|
+
}));
|
|
11670
|
+
};
|
|
11671
|
+
|
|
11672
|
+
var _excluded = ["size", "color", "strokeWidth"];
|
|
11673
|
+
var Youtube = function Youtube(_ref) {
|
|
11674
|
+
var _ref$size = _ref.size,
|
|
11675
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
11676
|
+
_ref$color = _ref.color,
|
|
11677
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
11678
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
11679
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
11680
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
11681
|
+
|
|
11682
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
11683
|
+
width: size,
|
|
11684
|
+
height: size,
|
|
11685
|
+
fill: "none",
|
|
11686
|
+
viewBox: "0 0 24 24"
|
|
11687
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
11688
|
+
stroke: color,
|
|
11689
|
+
strokeLinecap: "round",
|
|
11690
|
+
strokeLinejoin: "round",
|
|
11691
|
+
strokeWidth: strokeWidth,
|
|
11692
|
+
d: "M17 5H7C4.79086 5 3 6.79086 3 9V15C3 17.2091 4.79086 19 7 19H17C19.2091 19 21 17.2091 21 15V9C21 6.79086 19.2091 5 17 5Z"
|
|
11693
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
11694
|
+
stroke: color,
|
|
11695
|
+
strokeLinecap: "round",
|
|
11696
|
+
strokeLinejoin: "round",
|
|
11697
|
+
strokeWidth: strokeWidth,
|
|
11698
|
+
d: "M10 9L15 12L10 15V9Z"
|
|
11699
|
+
}));
|
|
11700
|
+
};
|
|
11701
|
+
|
|
11702
|
+
export { ActivityLog, AddCircle, AddMenu, AddRectangle, Address, Agents, AppSwitcher, Apple, Archive, Articles, Attachment, Bank, Blockquote, Book, BookOpen, Bookmark, Braces, Building, Calendar, Camera, CannedResponses, Captcha, Category, CenterAlign, Chat, ChatBubble, ChatEmpty, ChatNotification, ChatOffline, Check, CheckCircle, Checkbox, CheckboxInactive, Checkmark, Chrome, Clock, Close, CloseCircle, ClosedPullRequest, Code, CodeBlock, Collapse, Column, Computer, ContactBook, Copy, CreditCard, Css3, Cursor, CustomDomain, Customers, Customize, Dashboard, Database, Delete, Design, Divider, DoubleCheck, Down, DownArrow, DownArrowCircle, Download, Draft, Dropdown, DropdownClosed, Edit, Email, EmailSent, Error$1 as Error, Expand, ExternalLink, Eye, Facebook, Favorite, File, FileDownload, FileGeneric, FileUpload, Filter, FilterAz, Flag, Flash, Focus, Folder, Form, Forward, FullScreen, Gif, Gift, GitMerge, Globe, Goal, Graph, Group, HamburgerMenu, Hash, HashChecked, HashInSet, Header, Heart, Help, Hide, Highlight, History, Home, HourGlass, Hours, Html, Image, ImageUpload, Inbox, IndeterminateCircle, Info, Input, Invoice, IpAddress, Keyboard, Left, LeftAlign, LeftArrow, LeftArrowCircle, Link, Linkedin, List, ListDetails, ListDot, ListNumber, Loading, Location, Lock, MailSend, MailUnread, Matrix, MatrixDots, MatrixDotsClear, MediaVideo, MenuHorizontal, MenuLayout, MenuSquare, MenuVertical, Merge, MergedPullRequest, Message, MessageBubble, MessageSquare, Mic, Minus, Mobile, Movie, MultipleChoice, NeetoAnalytics, NeetoCal, NeetoChangelog, NeetoChat, NeetoDesk, NeetoForm, NeetoIcon, NeetoInsights, NeetoInterview, NeetoInvisible, NeetoKb, NeetoQuiz, NeetoReplay, NeetoWireframe, NeutralFaceGrey, NewChat, Notes, Notification, Paragraph, Pause, Phone, PhoneRing, Play, Plus, Print, Puzzle, QrCode, Quote, Radio, RadioInactive, Rating, RatingFilled, Redirection, Redo, Refresh, RemoveCircle, Reorder, Repeat, Reply, Report, Ribbon, Right, RightAlign, RightArrow, RightArrowCircle, Robot, SadFaceGrey, Scale, Search, Sections, Security, Send, SendPlane, Seo, Settings, SettingsChecked, Share, SidebarClose, SidebarOpen, SmileFaceGrey, Smiley, Status, Subdomain, Suitcase, Swap, Tablet, Tag, Tags, Terms, Text, TextBold, TextCross, TextH1, TextH2, TextItalic, TextLines, TextSize, Tickets, TimeTracking, Transaction, Translate, Twitter, Ubuntu, Underline, Undo, Unlink, Unlock, Up, UpArrow, UpArrowCircle, Upload, User, UserAdd, UserCircle, UserNotification, UserRemove, UserRole, UserRoundedRect, UserSettings, UserStar, Video, Volume, Volume0, Volume100, Volume25, Volume50, Volume75, VolumeOutline, VolumeOutline0, Warning, WarningFilled, Whatsapp, WidgetModes, YesNo, Youtube };
|
|
11126
11703
|
//# sourceMappingURL=neeto-icons.js.map
|