@bigbinary/neeto-icons 1.18.7 → 1.18.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app-icons.cjs.js +358 -295
- package/dist/app-icons.cjs.js.map +1 -1
- package/dist/app-icons.js +358 -295
- package/dist/app-icons.js.map +1 -1
- package/dist/neeto-icons.cjs.js +195 -126
- package/dist/neeto-icons.cjs.js.map +1 -1
- package/dist/neeto-icons.js +195 -127
- package/dist/neeto-icons.js.map +1 -1
- package/dist/neeto-logos.cjs.js +284 -368
- package/dist/neeto-logos.cjs.js.map +1 -1
- package/dist/neeto-logos.js +284 -368
- package/dist/neeto-logos.js.map +1 -1
- package/package.json +1 -1
package/dist/neeto-icons.cjs.js
CHANGED
|
@@ -2836,14 +2836,14 @@ if (process.env.NODE_ENV === 'production') {
|
|
|
2836
2836
|
|
|
2837
2837
|
var React = react.exports;
|
|
2838
2838
|
|
|
2839
|
-
var _excluded$
|
|
2839
|
+
var _excluded$49 = ["size", "color", "strokeWidth"];
|
|
2840
2840
|
var ActivityLog = function ActivityLog(_ref) {
|
|
2841
2841
|
var _ref$size = _ref.size,
|
|
2842
2842
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2843
2843
|
_ref$color = _ref.color,
|
|
2844
2844
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
2845
2845
|
_ref.strokeWidth;
|
|
2846
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
2846
|
+
var props = _objectWithoutProperties(_ref, _excluded$49);
|
|
2847
2847
|
|
|
2848
2848
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2849
2849
|
width: size,
|
|
@@ -2865,7 +2865,7 @@ var ActivityLog = function ActivityLog(_ref) {
|
|
|
2865
2865
|
}));
|
|
2866
2866
|
};
|
|
2867
2867
|
|
|
2868
|
-
var _excluded$
|
|
2868
|
+
var _excluded$48 = ["size", "color", "strokeWidth"];
|
|
2869
2869
|
var AddCircle = function AddCircle(_ref) {
|
|
2870
2870
|
var _ref$size = _ref.size,
|
|
2871
2871
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2873,7 +2873,7 @@ var AddCircle = function AddCircle(_ref) {
|
|
|
2873
2873
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2874
2874
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2875
2875
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2876
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2876
|
+
props = _objectWithoutProperties(_ref, _excluded$48);
|
|
2877
2877
|
|
|
2878
2878
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2879
2879
|
width: size,
|
|
@@ -2905,7 +2905,7 @@ var AddCircle = function AddCircle(_ref) {
|
|
|
2905
2905
|
}));
|
|
2906
2906
|
};
|
|
2907
2907
|
|
|
2908
|
-
var _excluded$
|
|
2908
|
+
var _excluded$47 = ["size", "color", "strokeWidth"];
|
|
2909
2909
|
var AddMenu = function AddMenu(_ref) {
|
|
2910
2910
|
var _ref$size = _ref.size,
|
|
2911
2911
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2913,7 +2913,7 @@ var AddMenu = function AddMenu(_ref) {
|
|
|
2913
2913
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2914
2914
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2915
2915
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2916
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2916
|
+
props = _objectWithoutProperties(_ref, _excluded$47);
|
|
2917
2917
|
|
|
2918
2918
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2919
2919
|
width: size,
|
|
@@ -2952,7 +2952,7 @@ var AddMenu = function AddMenu(_ref) {
|
|
|
2952
2952
|
}));
|
|
2953
2953
|
};
|
|
2954
2954
|
|
|
2955
|
-
var _excluded$
|
|
2955
|
+
var _excluded$46 = ["size", "color", "strokeWidth"];
|
|
2956
2956
|
var AddRectangle = function AddRectangle(_ref) {
|
|
2957
2957
|
var _ref$size = _ref.size,
|
|
2958
2958
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2960,7 +2960,7 @@ var AddRectangle = function AddRectangle(_ref) {
|
|
|
2960
2960
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2961
2961
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2962
2962
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2963
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2963
|
+
props = _objectWithoutProperties(_ref, _excluded$46);
|
|
2964
2964
|
|
|
2965
2965
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2966
2966
|
width: size,
|
|
@@ -2976,7 +2976,7 @@ var AddRectangle = function AddRectangle(_ref) {
|
|
|
2976
2976
|
}));
|
|
2977
2977
|
};
|
|
2978
2978
|
|
|
2979
|
-
var _excluded$
|
|
2979
|
+
var _excluded$45 = ["size", "color", "strokeWidth"];
|
|
2980
2980
|
var Address = function Address(_ref) {
|
|
2981
2981
|
var _ref$size = _ref.size,
|
|
2982
2982
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2984,7 +2984,7 @@ var Address = function Address(_ref) {
|
|
|
2984
2984
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2985
2985
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2986
2986
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2987
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2987
|
+
props = _objectWithoutProperties(_ref, _excluded$45);
|
|
2988
2988
|
|
|
2989
2989
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2990
2990
|
width: size,
|
|
@@ -3030,7 +3030,7 @@ var Address = function Address(_ref) {
|
|
|
3030
3030
|
}));
|
|
3031
3031
|
};
|
|
3032
3032
|
|
|
3033
|
-
var _excluded$
|
|
3033
|
+
var _excluded$44 = ["size", "color", "strokeWidth"];
|
|
3034
3034
|
var Agents = function Agents(_ref) {
|
|
3035
3035
|
var _ref$size = _ref.size,
|
|
3036
3036
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3038,7 +3038,7 @@ var Agents = function Agents(_ref) {
|
|
|
3038
3038
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3039
3039
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3040
3040
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3041
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3041
|
+
props = _objectWithoutProperties(_ref, _excluded$44);
|
|
3042
3042
|
|
|
3043
3043
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3044
3044
|
width: size,
|
|
@@ -3054,14 +3054,14 @@ var Agents = function Agents(_ref) {
|
|
|
3054
3054
|
}));
|
|
3055
3055
|
};
|
|
3056
3056
|
|
|
3057
|
-
var _excluded$
|
|
3057
|
+
var _excluded$43 = ["size", "color", "strokeWidth"];
|
|
3058
3058
|
var Apple = function Apple(_ref) {
|
|
3059
3059
|
var _ref$size = _ref.size,
|
|
3060
3060
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3061
3061
|
_ref$color = _ref.color,
|
|
3062
3062
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3063
3063
|
_ref.strokeWidth;
|
|
3064
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3064
|
+
var props = _objectWithoutProperties(_ref, _excluded$43);
|
|
3065
3065
|
|
|
3066
3066
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3067
3067
|
width: size,
|
|
@@ -3081,7 +3081,7 @@ var Apple = function Apple(_ref) {
|
|
|
3081
3081
|
}));
|
|
3082
3082
|
};
|
|
3083
3083
|
|
|
3084
|
-
var _excluded$
|
|
3084
|
+
var _excluded$42 = ["size", "color", "strokeWidth"];
|
|
3085
3085
|
var AppSwitcher = function AppSwitcher(_ref) {
|
|
3086
3086
|
var _ref$size = _ref.size,
|
|
3087
3087
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3089,7 +3089,7 @@ var AppSwitcher = function AppSwitcher(_ref) {
|
|
|
3089
3089
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3090
3090
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3091
3091
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3092
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3092
|
+
props = _objectWithoutProperties(_ref, _excluded$42);
|
|
3093
3093
|
|
|
3094
3094
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3095
3095
|
width: size,
|
|
@@ -3115,7 +3115,7 @@ var AppSwitcher = function AppSwitcher(_ref) {
|
|
|
3115
3115
|
}));
|
|
3116
3116
|
};
|
|
3117
3117
|
|
|
3118
|
-
var _excluded$
|
|
3118
|
+
var _excluded$41 = ["size", "color", "strokeWidth"];
|
|
3119
3119
|
var Archive = function Archive(_ref) {
|
|
3120
3120
|
var _ref$size = _ref.size,
|
|
3121
3121
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3123,7 +3123,7 @@ var Archive = function Archive(_ref) {
|
|
|
3123
3123
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3124
3124
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3125
3125
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3126
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3126
|
+
props = _objectWithoutProperties(_ref, _excluded$41);
|
|
3127
3127
|
|
|
3128
3128
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3129
3129
|
width: size,
|
|
@@ -3154,14 +3154,14 @@ var Archive = function Archive(_ref) {
|
|
|
3154
3154
|
}))));
|
|
3155
3155
|
};
|
|
3156
3156
|
|
|
3157
|
-
var _excluded$
|
|
3157
|
+
var _excluded$40 = ["size", "color", "strokeWidth"];
|
|
3158
3158
|
var Articles = function Articles(_ref) {
|
|
3159
3159
|
var _ref$size = _ref.size,
|
|
3160
3160
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3161
3161
|
_ref$color = _ref.color,
|
|
3162
3162
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3163
3163
|
_ref.strokeWidth;
|
|
3164
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3164
|
+
var props = _objectWithoutProperties(_ref, _excluded$40);
|
|
3165
3165
|
|
|
3166
3166
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3167
3167
|
width: size,
|
|
@@ -3196,7 +3196,7 @@ var Articles = function Articles(_ref) {
|
|
|
3196
3196
|
}));
|
|
3197
3197
|
};
|
|
3198
3198
|
|
|
3199
|
-
var _excluded$
|
|
3199
|
+
var _excluded$3$ = ["size", "color", "strokeWidth"];
|
|
3200
3200
|
var Attachment = function Attachment(_ref) {
|
|
3201
3201
|
var _ref$size = _ref.size,
|
|
3202
3202
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3204,7 +3204,7 @@ var Attachment = function Attachment(_ref) {
|
|
|
3204
3204
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3205
3205
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3206
3206
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3207
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3207
|
+
props = _objectWithoutProperties(_ref, _excluded$3$);
|
|
3208
3208
|
|
|
3209
3209
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3210
3210
|
width: size,
|
|
@@ -3228,7 +3228,7 @@ var Attachment = function Attachment(_ref) {
|
|
|
3228
3228
|
}))));
|
|
3229
3229
|
};
|
|
3230
3230
|
|
|
3231
|
-
var _excluded$
|
|
3231
|
+
var _excluded$3_ = ["size", "color", "strokeWidth"];
|
|
3232
3232
|
var Bank = function Bank(_ref) {
|
|
3233
3233
|
var _ref$size = _ref.size,
|
|
3234
3234
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3236,7 +3236,7 @@ var Bank = function Bank(_ref) {
|
|
|
3236
3236
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3237
3237
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3238
3238
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3239
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3239
|
+
props = _objectWithoutProperties(_ref, _excluded$3_);
|
|
3240
3240
|
|
|
3241
3241
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3242
3242
|
width: size,
|
|
@@ -3291,7 +3291,7 @@ var Bank = function Bank(_ref) {
|
|
|
3291
3291
|
}));
|
|
3292
3292
|
};
|
|
3293
3293
|
|
|
3294
|
-
var _excluded$
|
|
3294
|
+
var _excluded$3Z = ["size", "color", "strokeWidth"];
|
|
3295
3295
|
var Blockquote = function Blockquote(_ref) {
|
|
3296
3296
|
var _ref$size = _ref.size,
|
|
3297
3297
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3299,7 +3299,7 @@ var Blockquote = function Blockquote(_ref) {
|
|
|
3299
3299
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3300
3300
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3301
3301
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3302
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3302
|
+
props = _objectWithoutProperties(_ref, _excluded$3Z);
|
|
3303
3303
|
|
|
3304
3304
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3305
3305
|
width: size,
|
|
@@ -3315,7 +3315,7 @@ var Blockquote = function Blockquote(_ref) {
|
|
|
3315
3315
|
}));
|
|
3316
3316
|
};
|
|
3317
3317
|
|
|
3318
|
-
var _excluded$
|
|
3318
|
+
var _excluded$3Y = ["size", "color", "strokeWidth"];
|
|
3319
3319
|
var Book = function Book(_ref) {
|
|
3320
3320
|
var _ref$size = _ref.size,
|
|
3321
3321
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3323,7 +3323,7 @@ var Book = function Book(_ref) {
|
|
|
3323
3323
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3324
3324
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3325
3325
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3326
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3326
|
+
props = _objectWithoutProperties(_ref, _excluded$3Y);
|
|
3327
3327
|
|
|
3328
3328
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3329
3329
|
width: size,
|
|
@@ -3339,14 +3339,14 @@ var Book = function Book(_ref) {
|
|
|
3339
3339
|
}));
|
|
3340
3340
|
};
|
|
3341
3341
|
|
|
3342
|
-
var _excluded$
|
|
3342
|
+
var _excluded$3X = ["size", "color", "strokeWidth"];
|
|
3343
3343
|
var Bookmark = function Bookmark(_ref) {
|
|
3344
3344
|
var _ref$size = _ref.size,
|
|
3345
3345
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3346
3346
|
_ref$color = _ref.color,
|
|
3347
3347
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3348
3348
|
_ref.strokeWidth;
|
|
3349
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3349
|
+
var props = _objectWithoutProperties(_ref, _excluded$3X);
|
|
3350
3350
|
|
|
3351
3351
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3352
3352
|
width: size,
|
|
@@ -3362,7 +3362,7 @@ var Bookmark = function Bookmark(_ref) {
|
|
|
3362
3362
|
}));
|
|
3363
3363
|
};
|
|
3364
3364
|
|
|
3365
|
-
var _excluded$
|
|
3365
|
+
var _excluded$3W = ["size", "color", "strokeWidth"];
|
|
3366
3366
|
var BookOpen = function BookOpen(_ref) {
|
|
3367
3367
|
var _ref$size = _ref.size,
|
|
3368
3368
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3370,7 +3370,7 @@ var BookOpen = function BookOpen(_ref) {
|
|
|
3370
3370
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3371
3371
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3372
3372
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3373
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3373
|
+
props = _objectWithoutProperties(_ref, _excluded$3W);
|
|
3374
3374
|
|
|
3375
3375
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3376
3376
|
width: size,
|
|
@@ -3392,14 +3392,14 @@ var BookOpen = function BookOpen(_ref) {
|
|
|
3392
3392
|
}));
|
|
3393
3393
|
};
|
|
3394
3394
|
|
|
3395
|
-
var _excluded$
|
|
3395
|
+
var _excluded$3V = ["size", "color", "strokeWidth"];
|
|
3396
3396
|
var Braces = function Braces(_ref) {
|
|
3397
3397
|
var _ref$size = _ref.size,
|
|
3398
3398
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3399
3399
|
_ref$color = _ref.color,
|
|
3400
3400
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3401
3401
|
_ref.strokeWidth;
|
|
3402
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3402
|
+
var props = _objectWithoutProperties(_ref, _excluded$3V);
|
|
3403
3403
|
|
|
3404
3404
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3405
3405
|
width: size,
|
|
@@ -3412,7 +3412,7 @@ var Braces = function Braces(_ref) {
|
|
|
3412
3412
|
}));
|
|
3413
3413
|
};
|
|
3414
3414
|
|
|
3415
|
-
var _excluded$
|
|
3415
|
+
var _excluded$3U = ["size", "color", "strokeWidth"];
|
|
3416
3416
|
var Building = function Building(_ref) {
|
|
3417
3417
|
var _ref$size = _ref.size,
|
|
3418
3418
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3420,7 +3420,7 @@ var Building = function Building(_ref) {
|
|
|
3420
3420
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3421
3421
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3422
3422
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3423
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3423
|
+
props = _objectWithoutProperties(_ref, _excluded$3U);
|
|
3424
3424
|
|
|
3425
3425
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3426
3426
|
width: size,
|
|
@@ -3479,7 +3479,7 @@ var Building = function Building(_ref) {
|
|
|
3479
3479
|
}));
|
|
3480
3480
|
};
|
|
3481
3481
|
|
|
3482
|
-
var _excluded$
|
|
3482
|
+
var _excluded$3T = ["size", "color", "strokeWidth"];
|
|
3483
3483
|
var Calendar = function Calendar(_ref) {
|
|
3484
3484
|
var _ref$size = _ref.size,
|
|
3485
3485
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3487,7 +3487,7 @@ var Calendar = function Calendar(_ref) {
|
|
|
3487
3487
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3488
3488
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3489
3489
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3490
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3490
|
+
props = _objectWithoutProperties(_ref, _excluded$3T);
|
|
3491
3491
|
|
|
3492
3492
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3493
3493
|
width: size,
|
|
@@ -3521,7 +3521,7 @@ var Calendar = function Calendar(_ref) {
|
|
|
3521
3521
|
}));
|
|
3522
3522
|
};
|
|
3523
3523
|
|
|
3524
|
-
var _excluded$
|
|
3524
|
+
var _excluded$3S = ["size", "color", "strokeWidth"];
|
|
3525
3525
|
var Camera = function Camera(_ref) {
|
|
3526
3526
|
var _ref$size = _ref.size,
|
|
3527
3527
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3529,7 +3529,7 @@ var Camera = function Camera(_ref) {
|
|
|
3529
3529
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3530
3530
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3531
3531
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3532
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3532
|
+
props = _objectWithoutProperties(_ref, _excluded$3S);
|
|
3533
3533
|
|
|
3534
3534
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3535
3535
|
width: size,
|
|
@@ -3557,14 +3557,14 @@ var Camera = function Camera(_ref) {
|
|
|
3557
3557
|
}));
|
|
3558
3558
|
};
|
|
3559
3559
|
|
|
3560
|
-
var _excluded$
|
|
3560
|
+
var _excluded$3R = ["size", "color", "strokeWidth"];
|
|
3561
3561
|
var CannedResponses = function CannedResponses(_ref) {
|
|
3562
3562
|
var _ref$size = _ref.size,
|
|
3563
3563
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3564
3564
|
_ref$color = _ref.color,
|
|
3565
3565
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3566
3566
|
_ref.strokeWidth;
|
|
3567
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3567
|
+
var props = _objectWithoutProperties(_ref, _excluded$3R);
|
|
3568
3568
|
|
|
3569
3569
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3570
3570
|
width: size,
|
|
@@ -3577,7 +3577,7 @@ var CannedResponses = function CannedResponses(_ref) {
|
|
|
3577
3577
|
}));
|
|
3578
3578
|
};
|
|
3579
3579
|
|
|
3580
|
-
var _excluded$
|
|
3580
|
+
var _excluded$3Q = ["size", "color", "strokeWidth"];
|
|
3581
3581
|
var Captcha = function Captcha(_ref) {
|
|
3582
3582
|
var _ref$size = _ref.size,
|
|
3583
3583
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3585,7 +3585,7 @@ var Captcha = function Captcha(_ref) {
|
|
|
3585
3585
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3586
3586
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3587
3587
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3588
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3588
|
+
props = _objectWithoutProperties(_ref, _excluded$3Q);
|
|
3589
3589
|
|
|
3590
3590
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3591
3591
|
width: size,
|
|
@@ -3613,7 +3613,7 @@ var Captcha = function Captcha(_ref) {
|
|
|
3613
3613
|
}));
|
|
3614
3614
|
};
|
|
3615
3615
|
|
|
3616
|
-
var _excluded$
|
|
3616
|
+
var _excluded$3P = ["size", "color", "strokeWidth"];
|
|
3617
3617
|
var Category = function Category(_ref) {
|
|
3618
3618
|
var _ref$size = _ref.size,
|
|
3619
3619
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3621,7 +3621,7 @@ var Category = function Category(_ref) {
|
|
|
3621
3621
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3622
3622
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3623
3623
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3624
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3624
|
+
props = _objectWithoutProperties(_ref, _excluded$3P);
|
|
3625
3625
|
|
|
3626
3626
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3627
3627
|
width: size,
|
|
@@ -3637,7 +3637,7 @@ var Category = function Category(_ref) {
|
|
|
3637
3637
|
}));
|
|
3638
3638
|
};
|
|
3639
3639
|
|
|
3640
|
-
var _excluded$
|
|
3640
|
+
var _excluded$3O = ["size", "color", "strokeWidth"];
|
|
3641
3641
|
var CenterAlign = function CenterAlign(_ref) {
|
|
3642
3642
|
var _ref$size = _ref.size,
|
|
3643
3643
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3645,7 +3645,7 @@ var CenterAlign = function CenterAlign(_ref) {
|
|
|
3645
3645
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3646
3646
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3647
3647
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3648
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3648
|
+
props = _objectWithoutProperties(_ref, _excluded$3O);
|
|
3649
3649
|
|
|
3650
3650
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3651
3651
|
width: size,
|
|
@@ -3703,7 +3703,7 @@ var CenterAlign = function CenterAlign(_ref) {
|
|
|
3703
3703
|
}))));
|
|
3704
3704
|
};
|
|
3705
3705
|
|
|
3706
|
-
var _excluded$
|
|
3706
|
+
var _excluded$3N = ["size", "color", "strokeWidth"];
|
|
3707
3707
|
var ChatOffline = function ChatOffline(_ref) {
|
|
3708
3708
|
var _ref$size = _ref.size,
|
|
3709
3709
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3711,7 +3711,7 @@ var ChatOffline = function ChatOffline(_ref) {
|
|
|
3711
3711
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3712
3712
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3713
3713
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3714
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3714
|
+
props = _objectWithoutProperties(_ref, _excluded$3N);
|
|
3715
3715
|
|
|
3716
3716
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3717
3717
|
width: size,
|
|
@@ -3732,7 +3732,7 @@ var ChatOffline = function ChatOffline(_ref) {
|
|
|
3732
3732
|
}));
|
|
3733
3733
|
};
|
|
3734
3734
|
|
|
3735
|
-
var _excluded$
|
|
3735
|
+
var _excluded$3M = ["size", "color", "strokeWidth"];
|
|
3736
3736
|
var Chat = function Chat(_ref) {
|
|
3737
3737
|
var _ref$size = _ref.size,
|
|
3738
3738
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3740,7 +3740,7 @@ var Chat = function Chat(_ref) {
|
|
|
3740
3740
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3741
3741
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3742
3742
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3743
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3743
|
+
props = _objectWithoutProperties(_ref, _excluded$3M);
|
|
3744
3744
|
|
|
3745
3745
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3746
3746
|
width: size,
|
|
@@ -3762,14 +3762,14 @@ var Chat = function Chat(_ref) {
|
|
|
3762
3762
|
}));
|
|
3763
3763
|
};
|
|
3764
3764
|
|
|
3765
|
-
var _excluded$
|
|
3765
|
+
var _excluded$3L = ["size", "color", "strokeWidth"];
|
|
3766
3766
|
var ChatBubble = function ChatBubble(_ref) {
|
|
3767
3767
|
var _ref$size = _ref.size,
|
|
3768
3768
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3769
3769
|
_ref$color = _ref.color,
|
|
3770
3770
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3771
3771
|
_ref.strokeWidth;
|
|
3772
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3772
|
+
var props = _objectWithoutProperties(_ref, _excluded$3L);
|
|
3773
3773
|
|
|
3774
3774
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3775
3775
|
width: size,
|
|
@@ -3785,7 +3785,7 @@ var ChatBubble = function ChatBubble(_ref) {
|
|
|
3785
3785
|
}));
|
|
3786
3786
|
};
|
|
3787
3787
|
|
|
3788
|
-
var _excluded$
|
|
3788
|
+
var _excluded$3K = ["size", "color", "strokeWidth"];
|
|
3789
3789
|
var ChatEmpty = function ChatEmpty(_ref) {
|
|
3790
3790
|
var _ref$size = _ref.size,
|
|
3791
3791
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3793,7 +3793,7 @@ var ChatEmpty = function ChatEmpty(_ref) {
|
|
|
3793
3793
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3794
3794
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3795
3795
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3796
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3796
|
+
props = _objectWithoutProperties(_ref, _excluded$3K);
|
|
3797
3797
|
|
|
3798
3798
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3799
3799
|
width: size,
|
|
@@ -3809,14 +3809,14 @@ var ChatEmpty = function ChatEmpty(_ref) {
|
|
|
3809
3809
|
}));
|
|
3810
3810
|
};
|
|
3811
3811
|
|
|
3812
|
-
var _excluded$
|
|
3812
|
+
var _excluded$3J = ["size", "color", "strokeWidth"];
|
|
3813
3813
|
var ChatNotification = function ChatNotification(_ref) {
|
|
3814
3814
|
var _ref$size = _ref.size,
|
|
3815
3815
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3816
3816
|
_ref$color = _ref.color,
|
|
3817
3817
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3818
3818
|
_ref.strokeWidth;
|
|
3819
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3819
|
+
var props = _objectWithoutProperties(_ref, _excluded$3J);
|
|
3820
3820
|
|
|
3821
3821
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3822
3822
|
width: size,
|
|
@@ -3832,7 +3832,7 @@ var ChatNotification = function ChatNotification(_ref) {
|
|
|
3832
3832
|
}));
|
|
3833
3833
|
};
|
|
3834
3834
|
|
|
3835
|
-
var _excluded$
|
|
3835
|
+
var _excluded$3I = ["size", "color", "strokeWidth"];
|
|
3836
3836
|
var Check = function Check(_ref) {
|
|
3837
3837
|
var _ref$size = _ref.size,
|
|
3838
3838
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3840,7 +3840,7 @@ var Check = function Check(_ref) {
|
|
|
3840
3840
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3841
3841
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3842
3842
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3843
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3843
|
+
props = _objectWithoutProperties(_ref, _excluded$3I);
|
|
3844
3844
|
|
|
3845
3845
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3846
3846
|
width: size,
|
|
@@ -3856,7 +3856,7 @@ var Check = function Check(_ref) {
|
|
|
3856
3856
|
}));
|
|
3857
3857
|
};
|
|
3858
3858
|
|
|
3859
|
-
var _excluded$
|
|
3859
|
+
var _excluded$3H = ["size", "color", "strokeWidth"];
|
|
3860
3860
|
var Checkbox = function Checkbox(_ref) {
|
|
3861
3861
|
var _ref$size = _ref.size,
|
|
3862
3862
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3864,7 +3864,7 @@ var Checkbox = function Checkbox(_ref) {
|
|
|
3864
3864
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3865
3865
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3866
3866
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3867
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3867
|
+
props = _objectWithoutProperties(_ref, _excluded$3H);
|
|
3868
3868
|
|
|
3869
3869
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3870
3870
|
width: size,
|
|
@@ -3888,7 +3888,7 @@ var Checkbox = function Checkbox(_ref) {
|
|
|
3888
3888
|
}));
|
|
3889
3889
|
};
|
|
3890
3890
|
|
|
3891
|
-
var _excluded$
|
|
3891
|
+
var _excluded$3G = ["size", "color", "strokeWidth"];
|
|
3892
3892
|
var CheckboxInactive = function CheckboxInactive(_ref) {
|
|
3893
3893
|
var _ref$size = _ref.size,
|
|
3894
3894
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3896,7 +3896,7 @@ var CheckboxInactive = function CheckboxInactive(_ref) {
|
|
|
3896
3896
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3897
3897
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3898
3898
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3899
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3899
|
+
props = _objectWithoutProperties(_ref, _excluded$3G);
|
|
3900
3900
|
|
|
3901
3901
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3902
3902
|
width: size,
|
|
@@ -3914,7 +3914,7 @@ var CheckboxInactive = function CheckboxInactive(_ref) {
|
|
|
3914
3914
|
}));
|
|
3915
3915
|
};
|
|
3916
3916
|
|
|
3917
|
-
var _excluded$
|
|
3917
|
+
var _excluded$3F = ["size", "color", "strokeWidth"];
|
|
3918
3918
|
var CheckCircle = function CheckCircle(_ref) {
|
|
3919
3919
|
var _ref$size = _ref.size,
|
|
3920
3920
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3922,7 +3922,7 @@ var CheckCircle = function CheckCircle(_ref) {
|
|
|
3922
3922
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3923
3923
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3924
3924
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3925
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3925
|
+
props = _objectWithoutProperties(_ref, _excluded$3F);
|
|
3926
3926
|
|
|
3927
3927
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3928
3928
|
width: size,
|
|
@@ -3944,7 +3944,7 @@ var CheckCircle = function CheckCircle(_ref) {
|
|
|
3944
3944
|
}));
|
|
3945
3945
|
};
|
|
3946
3946
|
|
|
3947
|
-
var _excluded$
|
|
3947
|
+
var _excluded$3E = ["size", "color", "strokeWidth"];
|
|
3948
3948
|
var Checkmark = function Checkmark(_ref) {
|
|
3949
3949
|
var _ref$size = _ref.size,
|
|
3950
3950
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3952,7 +3952,7 @@ var Checkmark = function Checkmark(_ref) {
|
|
|
3952
3952
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3953
3953
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3954
3954
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3955
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3955
|
+
props = _objectWithoutProperties(_ref, _excluded$3E);
|
|
3956
3956
|
|
|
3957
3957
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3958
3958
|
width: size,
|
|
@@ -3974,14 +3974,14 @@ var Checkmark = function Checkmark(_ref) {
|
|
|
3974
3974
|
}));
|
|
3975
3975
|
};
|
|
3976
3976
|
|
|
3977
|
-
var _excluded$
|
|
3977
|
+
var _excluded$3D = ["size", "color", "strokeWidth"];
|
|
3978
3978
|
var Chrome = function Chrome(_ref) {
|
|
3979
3979
|
var _ref$size = _ref.size,
|
|
3980
3980
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3981
3981
|
_ref$color = _ref.color,
|
|
3982
3982
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3983
3983
|
_ref.strokeWidth;
|
|
3984
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3984
|
+
var props = _objectWithoutProperties(_ref, _excluded$3D);
|
|
3985
3985
|
|
|
3986
3986
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3987
3987
|
width: size,
|
|
@@ -4001,7 +4001,7 @@ var Chrome = function Chrome(_ref) {
|
|
|
4001
4001
|
}));
|
|
4002
4002
|
};
|
|
4003
4003
|
|
|
4004
|
-
var _excluded$
|
|
4004
|
+
var _excluded$3C = ["size", "color", "strokeWidth"];
|
|
4005
4005
|
var Clock = function Clock(_ref) {
|
|
4006
4006
|
var _ref$size = _ref.size,
|
|
4007
4007
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4009,7 +4009,7 @@ var Clock = function Clock(_ref) {
|
|
|
4009
4009
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4010
4010
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4011
4011
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4012
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4012
|
+
props = _objectWithoutProperties(_ref, _excluded$3C);
|
|
4013
4013
|
|
|
4014
4014
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4015
4015
|
width: size,
|
|
@@ -4031,7 +4031,7 @@ var Clock = function Clock(_ref) {
|
|
|
4031
4031
|
}));
|
|
4032
4032
|
};
|
|
4033
4033
|
|
|
4034
|
-
var _excluded$
|
|
4034
|
+
var _excluded$3B = ["size", "color", "strokeWidth"];
|
|
4035
4035
|
var Close = function Close(_ref) {
|
|
4036
4036
|
var _ref$size = _ref.size,
|
|
4037
4037
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4039,7 +4039,7 @@ var Close = function Close(_ref) {
|
|
|
4039
4039
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4040
4040
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4041
4041
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4042
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4042
|
+
props = _objectWithoutProperties(_ref, _excluded$3B);
|
|
4043
4043
|
|
|
4044
4044
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4045
4045
|
width: size,
|
|
@@ -4061,7 +4061,7 @@ var Close = function Close(_ref) {
|
|
|
4061
4061
|
}));
|
|
4062
4062
|
};
|
|
4063
4063
|
|
|
4064
|
-
var _excluded$
|
|
4064
|
+
var _excluded$3A = ["size", "color", "strokeWidth"];
|
|
4065
4065
|
var CloseCircle = function CloseCircle(_ref) {
|
|
4066
4066
|
var _ref$size = _ref.size,
|
|
4067
4067
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4069,7 +4069,7 @@ var CloseCircle = function CloseCircle(_ref) {
|
|
|
4069
4069
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4070
4070
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4071
4071
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4072
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4072
|
+
props = _objectWithoutProperties(_ref, _excluded$3A);
|
|
4073
4073
|
|
|
4074
4074
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4075
4075
|
width: size,
|
|
@@ -4097,7 +4097,7 @@ var CloseCircle = function CloseCircle(_ref) {
|
|
|
4097
4097
|
}));
|
|
4098
4098
|
};
|
|
4099
4099
|
|
|
4100
|
-
var _excluded$
|
|
4100
|
+
var _excluded$3z = ["size", "color", "strokeWidth"];
|
|
4101
4101
|
var ClosedPullRequest = function ClosedPullRequest(_ref) {
|
|
4102
4102
|
var _ref$size = _ref.size,
|
|
4103
4103
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4105,7 +4105,7 @@ var ClosedPullRequest = function ClosedPullRequest(_ref) {
|
|
|
4105
4105
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4106
4106
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4107
4107
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4108
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4108
|
+
props = _objectWithoutProperties(_ref, _excluded$3z);
|
|
4109
4109
|
|
|
4110
4110
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4111
4111
|
width: size,
|
|
@@ -4149,7 +4149,7 @@ var ClosedPullRequest = function ClosedPullRequest(_ref) {
|
|
|
4149
4149
|
}));
|
|
4150
4150
|
};
|
|
4151
4151
|
|
|
4152
|
-
var _excluded$
|
|
4152
|
+
var _excluded$3y = ["size", "color", "strokeWidth"];
|
|
4153
4153
|
var Code = function Code(_ref) {
|
|
4154
4154
|
var _ref$size = _ref.size,
|
|
4155
4155
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4157,7 +4157,7 @@ var Code = function Code(_ref) {
|
|
|
4157
4157
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4158
4158
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4159
4159
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4160
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4160
|
+
props = _objectWithoutProperties(_ref, _excluded$3y);
|
|
4161
4161
|
|
|
4162
4162
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4163
4163
|
width: size,
|
|
@@ -4173,7 +4173,7 @@ var Code = function Code(_ref) {
|
|
|
4173
4173
|
}));
|
|
4174
4174
|
};
|
|
4175
4175
|
|
|
4176
|
-
var _excluded$
|
|
4176
|
+
var _excluded$3x = ["size", "color", "strokeWidth"];
|
|
4177
4177
|
var CodeBlock = function CodeBlock(_ref) {
|
|
4178
4178
|
var _ref$size = _ref.size,
|
|
4179
4179
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4181,7 +4181,7 @@ var CodeBlock = function CodeBlock(_ref) {
|
|
|
4181
4181
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4182
4182
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4183
4183
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4184
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4184
|
+
props = _objectWithoutProperties(_ref, _excluded$3x);
|
|
4185
4185
|
|
|
4186
4186
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4187
4187
|
width: size,
|
|
@@ -4197,7 +4197,7 @@ var CodeBlock = function CodeBlock(_ref) {
|
|
|
4197
4197
|
}));
|
|
4198
4198
|
};
|
|
4199
4199
|
|
|
4200
|
-
var _excluded$
|
|
4200
|
+
var _excluded$3w = ["size", "color", "strokeWidth"];
|
|
4201
4201
|
var Collapse = function Collapse(_ref) {
|
|
4202
4202
|
var _ref$size = _ref.size,
|
|
4203
4203
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4205,7 +4205,7 @@ var Collapse = function Collapse(_ref) {
|
|
|
4205
4205
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4206
4206
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4207
4207
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4208
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4208
|
+
props = _objectWithoutProperties(_ref, _excluded$3w);
|
|
4209
4209
|
|
|
4210
4210
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4211
4211
|
width: size,
|
|
@@ -4227,7 +4227,7 @@ var Collapse = function Collapse(_ref) {
|
|
|
4227
4227
|
}));
|
|
4228
4228
|
};
|
|
4229
4229
|
|
|
4230
|
-
var _excluded$
|
|
4230
|
+
var _excluded$3v = ["size", "color", "strokeWidth"];
|
|
4231
4231
|
var Column = function Column(_ref) {
|
|
4232
4232
|
var _ref$size = _ref.size,
|
|
4233
4233
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4235,7 +4235,7 @@ var Column = function Column(_ref) {
|
|
|
4235
4235
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4236
4236
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4237
4237
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4238
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4238
|
+
props = _objectWithoutProperties(_ref, _excluded$3v);
|
|
4239
4239
|
|
|
4240
4240
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4241
4241
|
width: size,
|
|
@@ -4258,7 +4258,7 @@ var Column = function Column(_ref) {
|
|
|
4258
4258
|
}));
|
|
4259
4259
|
};
|
|
4260
4260
|
|
|
4261
|
-
var _excluded$
|
|
4261
|
+
var _excluded$3u = ["size", "color", "strokeWidth"];
|
|
4262
4262
|
var Computer = function Computer(_ref) {
|
|
4263
4263
|
var _ref$size = _ref.size,
|
|
4264
4264
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4266,7 +4266,7 @@ var Computer = function Computer(_ref) {
|
|
|
4266
4266
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4267
4267
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4268
4268
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4269
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4269
|
+
props = _objectWithoutProperties(_ref, _excluded$3u);
|
|
4270
4270
|
|
|
4271
4271
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4272
4272
|
width: size,
|
|
@@ -4296,7 +4296,7 @@ var Computer = function Computer(_ref) {
|
|
|
4296
4296
|
}));
|
|
4297
4297
|
};
|
|
4298
4298
|
|
|
4299
|
-
var _excluded$
|
|
4299
|
+
var _excluded$3t = ["size", "color", "strokeWidth"];
|
|
4300
4300
|
var ContactBook = function ContactBook(_ref) {
|
|
4301
4301
|
var _ref$size = _ref.size,
|
|
4302
4302
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4304,7 +4304,7 @@ var ContactBook = function ContactBook(_ref) {
|
|
|
4304
4304
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4305
4305
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4306
4306
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4307
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4307
|
+
props = _objectWithoutProperties(_ref, _excluded$3t);
|
|
4308
4308
|
|
|
4309
4309
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4310
4310
|
width: size,
|
|
@@ -4338,7 +4338,7 @@ var ContactBook = function ContactBook(_ref) {
|
|
|
4338
4338
|
}));
|
|
4339
4339
|
};
|
|
4340
4340
|
|
|
4341
|
-
var _excluded$
|
|
4341
|
+
var _excluded$3s = ["size", "color", "strokeWidth"];
|
|
4342
4342
|
var Copy = function Copy(_ref) {
|
|
4343
4343
|
var _ref$size = _ref.size,
|
|
4344
4344
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4346,7 +4346,7 @@ var Copy = function Copy(_ref) {
|
|
|
4346
4346
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4347
4347
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4348
4348
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4349
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4349
|
+
props = _objectWithoutProperties(_ref, _excluded$3s);
|
|
4350
4350
|
|
|
4351
4351
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4352
4352
|
width: size,
|
|
@@ -4368,7 +4368,7 @@ var Copy = function Copy(_ref) {
|
|
|
4368
4368
|
}));
|
|
4369
4369
|
};
|
|
4370
4370
|
|
|
4371
|
-
var _excluded$
|
|
4371
|
+
var _excluded$3r = ["size", "color", "strokeWidth"];
|
|
4372
4372
|
var CreditCard = function CreditCard(_ref) {
|
|
4373
4373
|
var _ref$size = _ref.size,
|
|
4374
4374
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4376,7 +4376,7 @@ var CreditCard = function CreditCard(_ref) {
|
|
|
4376
4376
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4377
4377
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4378
4378
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4379
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4379
|
+
props = _objectWithoutProperties(_ref, _excluded$3r);
|
|
4380
4380
|
|
|
4381
4381
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4382
4382
|
width: size,
|
|
@@ -4418,14 +4418,14 @@ var CreditCard = function CreditCard(_ref) {
|
|
|
4418
4418
|
}))));
|
|
4419
4419
|
};
|
|
4420
4420
|
|
|
4421
|
-
var _excluded$
|
|
4421
|
+
var _excluded$3q = ["size", "color", "strokeWidth"];
|
|
4422
4422
|
var Css3 = function Css3(_ref) {
|
|
4423
4423
|
var _ref$size = _ref.size,
|
|
4424
4424
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4425
4425
|
_ref$color = _ref.color,
|
|
4426
4426
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4427
4427
|
_ref.strokeWidth;
|
|
4428
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4428
|
+
var props = _objectWithoutProperties(_ref, _excluded$3q);
|
|
4429
4429
|
|
|
4430
4430
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4431
4431
|
width: size,
|
|
@@ -4438,7 +4438,7 @@ var Css3 = function Css3(_ref) {
|
|
|
4438
4438
|
}));
|
|
4439
4439
|
};
|
|
4440
4440
|
|
|
4441
|
-
var _excluded$
|
|
4441
|
+
var _excluded$3p = ["size", "color", "strokeWidth"];
|
|
4442
4442
|
var Cursor = function Cursor(_ref) {
|
|
4443
4443
|
var _ref$size = _ref.size,
|
|
4444
4444
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4446,7 +4446,7 @@ var Cursor = function Cursor(_ref) {
|
|
|
4446
4446
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4447
4447
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4448
4448
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4449
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4449
|
+
props = _objectWithoutProperties(_ref, _excluded$3p);
|
|
4450
4450
|
|
|
4451
4451
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4452
4452
|
width: size,
|
|
@@ -4462,7 +4462,7 @@ var Cursor = function Cursor(_ref) {
|
|
|
4462
4462
|
}));
|
|
4463
4463
|
};
|
|
4464
4464
|
|
|
4465
|
-
var _excluded$
|
|
4465
|
+
var _excluded$3o = ["size", "color", "strokeWidth"];
|
|
4466
4466
|
var CustomDomain = function CustomDomain(_ref) {
|
|
4467
4467
|
var _ref$size = _ref.size,
|
|
4468
4468
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4470,7 +4470,7 @@ var CustomDomain = function CustomDomain(_ref) {
|
|
|
4470
4470
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4471
4471
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4472
4472
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4473
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4473
|
+
props = _objectWithoutProperties(_ref, _excluded$3o);
|
|
4474
4474
|
|
|
4475
4475
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4476
4476
|
width: size,
|
|
@@ -4486,14 +4486,14 @@ var CustomDomain = function CustomDomain(_ref) {
|
|
|
4486
4486
|
}));
|
|
4487
4487
|
};
|
|
4488
4488
|
|
|
4489
|
-
var _excluded$
|
|
4489
|
+
var _excluded$3n = ["size", "color", "strokeWidth"];
|
|
4490
4490
|
var Customers = function Customers(_ref) {
|
|
4491
4491
|
var _ref$size = _ref.size,
|
|
4492
4492
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4493
4493
|
_ref$color = _ref.color,
|
|
4494
4494
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4495
4495
|
_ref.strokeWidth;
|
|
4496
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4496
|
+
var props = _objectWithoutProperties(_ref, _excluded$3n);
|
|
4497
4497
|
|
|
4498
4498
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4499
4499
|
width: size,
|
|
@@ -4508,14 +4508,14 @@ var Customers = function Customers(_ref) {
|
|
|
4508
4508
|
}));
|
|
4509
4509
|
};
|
|
4510
4510
|
|
|
4511
|
-
var _excluded$
|
|
4511
|
+
var _excluded$3m = ["size", "color", "strokeWidth"];
|
|
4512
4512
|
var Customize = function Customize(_ref) {
|
|
4513
4513
|
var _ref$size = _ref.size,
|
|
4514
4514
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4515
4515
|
_ref$color = _ref.color,
|
|
4516
4516
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4517
4517
|
_ref.strokeWidth;
|
|
4518
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4518
|
+
var props = _objectWithoutProperties(_ref, _excluded$3m);
|
|
4519
4519
|
|
|
4520
4520
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4521
4521
|
width: size,
|
|
@@ -4543,7 +4543,7 @@ var Customize = function Customize(_ref) {
|
|
|
4543
4543
|
}));
|
|
4544
4544
|
};
|
|
4545
4545
|
|
|
4546
|
-
var _excluded$
|
|
4546
|
+
var _excluded$3l = ["size", "color", "strokeWidth"];
|
|
4547
4547
|
var Dashboard = function Dashboard(_ref) {
|
|
4548
4548
|
var _ref$size = _ref.size,
|
|
4549
4549
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4551,7 +4551,7 @@ var Dashboard = function Dashboard(_ref) {
|
|
|
4551
4551
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4552
4552
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4553
4553
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4554
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4554
|
+
props = _objectWithoutProperties(_ref, _excluded$3l);
|
|
4555
4555
|
|
|
4556
4556
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4557
4557
|
width: size,
|
|
@@ -4591,14 +4591,14 @@ var Dashboard = function Dashboard(_ref) {
|
|
|
4591
4591
|
}));
|
|
4592
4592
|
};
|
|
4593
4593
|
|
|
4594
|
-
var _excluded$
|
|
4594
|
+
var _excluded$3k = ["size", "color", "strokeWidth"];
|
|
4595
4595
|
var Database = function Database(_ref) {
|
|
4596
4596
|
var _ref$size = _ref.size,
|
|
4597
4597
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4598
4598
|
_ref$color = _ref.color,
|
|
4599
4599
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4600
4600
|
_ref.strokeWidth;
|
|
4601
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4601
|
+
var props = _objectWithoutProperties(_ref, _excluded$3k);
|
|
4602
4602
|
|
|
4603
4603
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4604
4604
|
width: size,
|
|
@@ -4611,7 +4611,7 @@ var Database = function Database(_ref) {
|
|
|
4611
4611
|
}));
|
|
4612
4612
|
};
|
|
4613
4613
|
|
|
4614
|
-
var _excluded$
|
|
4614
|
+
var _excluded$3j = ["size", "color", "strokeWidth"];
|
|
4615
4615
|
var Delete = function Delete(_ref) {
|
|
4616
4616
|
var _ref$size = _ref.size,
|
|
4617
4617
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4619,7 +4619,7 @@ var Delete = function Delete(_ref) {
|
|
|
4619
4619
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4620
4620
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4621
4621
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4622
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4622
|
+
props = _objectWithoutProperties(_ref, _excluded$3j);
|
|
4623
4623
|
|
|
4624
4624
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4625
4625
|
width: size,
|
|
@@ -4653,7 +4653,7 @@ var Delete = function Delete(_ref) {
|
|
|
4653
4653
|
}));
|
|
4654
4654
|
};
|
|
4655
4655
|
|
|
4656
|
-
var _excluded$
|
|
4656
|
+
var _excluded$3i = ["size", "color", "strokeWidth"];
|
|
4657
4657
|
var Design = function Design(_ref) {
|
|
4658
4658
|
var _ref$size = _ref.size,
|
|
4659
4659
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4661,7 +4661,7 @@ var Design = function Design(_ref) {
|
|
|
4661
4661
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4662
4662
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4663
4663
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4664
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4664
|
+
props = _objectWithoutProperties(_ref, _excluded$3i);
|
|
4665
4665
|
|
|
4666
4666
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4667
4667
|
width: size,
|
|
@@ -4695,7 +4695,7 @@ var Design = function Design(_ref) {
|
|
|
4695
4695
|
}));
|
|
4696
4696
|
};
|
|
4697
4697
|
|
|
4698
|
-
var _excluded$
|
|
4698
|
+
var _excluded$3h = ["size", "color", "strokeWidth"];
|
|
4699
4699
|
var Divider = function Divider(_ref) {
|
|
4700
4700
|
var _ref$size = _ref.size,
|
|
4701
4701
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4703,7 +4703,7 @@ var Divider = function Divider(_ref) {
|
|
|
4703
4703
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4704
4704
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4705
4705
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4706
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4706
|
+
props = _objectWithoutProperties(_ref, _excluded$3h);
|
|
4707
4707
|
|
|
4708
4708
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4709
4709
|
width: size,
|
|
@@ -4717,7 +4717,7 @@ var Divider = function Divider(_ref) {
|
|
|
4717
4717
|
}));
|
|
4718
4718
|
};
|
|
4719
4719
|
|
|
4720
|
-
var _excluded$
|
|
4720
|
+
var _excluded$3g = ["size", "color", "strokeWidth"];
|
|
4721
4721
|
var DoubleCheck = function DoubleCheck(_ref) {
|
|
4722
4722
|
var _ref$size = _ref.size,
|
|
4723
4723
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4725,7 +4725,7 @@ var DoubleCheck = function DoubleCheck(_ref) {
|
|
|
4725
4725
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4726
4726
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4727
4727
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4728
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4728
|
+
props = _objectWithoutProperties(_ref, _excluded$3g);
|
|
4729
4729
|
|
|
4730
4730
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4731
4731
|
width: size,
|
|
@@ -4746,7 +4746,7 @@ var DoubleCheck = function DoubleCheck(_ref) {
|
|
|
4746
4746
|
}));
|
|
4747
4747
|
};
|
|
4748
4748
|
|
|
4749
|
-
var _excluded$
|
|
4749
|
+
var _excluded$3f = ["size", "color", "strokeWidth"];
|
|
4750
4750
|
var DownArrowCircle = function DownArrowCircle(_ref) {
|
|
4751
4751
|
var _ref$size = _ref.size,
|
|
4752
4752
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4754,7 +4754,7 @@ var DownArrowCircle = function DownArrowCircle(_ref) {
|
|
|
4754
4754
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4755
4755
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4756
4756
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4757
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4757
|
+
props = _objectWithoutProperties(_ref, _excluded$3f);
|
|
4758
4758
|
|
|
4759
4759
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4760
4760
|
width: size,
|
|
@@ -4782,7 +4782,7 @@ var DownArrowCircle = function DownArrowCircle(_ref) {
|
|
|
4782
4782
|
}));
|
|
4783
4783
|
};
|
|
4784
4784
|
|
|
4785
|
-
var _excluded$
|
|
4785
|
+
var _excluded$3e = ["size", "color", "strokeWidth"];
|
|
4786
4786
|
var Down = function Down(_ref) {
|
|
4787
4787
|
var _ref$size = _ref.size,
|
|
4788
4788
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4790,7 +4790,7 @@ var Down = function Down(_ref) {
|
|
|
4790
4790
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4791
4791
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4792
4792
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4793
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4793
|
+
props = _objectWithoutProperties(_ref, _excluded$3e);
|
|
4794
4794
|
|
|
4795
4795
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4796
4796
|
width: size,
|
|
@@ -4806,7 +4806,7 @@ var Down = function Down(_ref) {
|
|
|
4806
4806
|
}));
|
|
4807
4807
|
};
|
|
4808
4808
|
|
|
4809
|
-
var _excluded$
|
|
4809
|
+
var _excluded$3d = ["size", "color", "strokeWidth"];
|
|
4810
4810
|
var DownArrow = function DownArrow(_ref) {
|
|
4811
4811
|
var _ref$size = _ref.size,
|
|
4812
4812
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4814,7 +4814,7 @@ var DownArrow = function DownArrow(_ref) {
|
|
|
4814
4814
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4815
4815
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4816
4816
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4817
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4817
|
+
props = _objectWithoutProperties(_ref, _excluded$3d);
|
|
4818
4818
|
|
|
4819
4819
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4820
4820
|
width: size,
|
|
@@ -4830,7 +4830,7 @@ var DownArrow = function DownArrow(_ref) {
|
|
|
4830
4830
|
}));
|
|
4831
4831
|
};
|
|
4832
4832
|
|
|
4833
|
-
var _excluded$
|
|
4833
|
+
var _excluded$3c = ["size", "color", "strokeWidth"];
|
|
4834
4834
|
var Download = function Download(_ref) {
|
|
4835
4835
|
var _ref$size = _ref.size,
|
|
4836
4836
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4838,7 +4838,7 @@ var Download = function Download(_ref) {
|
|
|
4838
4838
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4839
4839
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4840
4840
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4841
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4841
|
+
props = _objectWithoutProperties(_ref, _excluded$3c);
|
|
4842
4842
|
|
|
4843
4843
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4844
4844
|
width: size,
|
|
@@ -4860,7 +4860,7 @@ var Download = function Download(_ref) {
|
|
|
4860
4860
|
}));
|
|
4861
4861
|
};
|
|
4862
4862
|
|
|
4863
|
-
var _excluded$
|
|
4863
|
+
var _excluded$3b = ["size", "color", "strokeWidth"];
|
|
4864
4864
|
var Draft = function Draft(_ref) {
|
|
4865
4865
|
var _ref$size = _ref.size,
|
|
4866
4866
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4868,7 +4868,7 @@ var Draft = function Draft(_ref) {
|
|
|
4868
4868
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4869
4869
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4870
4870
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4871
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4871
|
+
props = _objectWithoutProperties(_ref, _excluded$3b);
|
|
4872
4872
|
|
|
4873
4873
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4874
4874
|
width: size,
|
|
@@ -4890,6 +4890,74 @@ var Draft = function Draft(_ref) {
|
|
|
4890
4890
|
}));
|
|
4891
4891
|
};
|
|
4892
4892
|
|
|
4893
|
+
var _excluded$3a = ["size", "color", "strokeWidth"];
|
|
4894
|
+
var Drag = function Drag(_ref) {
|
|
4895
|
+
var _ref$size = _ref.size,
|
|
4896
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4897
|
+
_ref$color = _ref.color,
|
|
4898
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4899
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
4900
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4901
|
+
props = _objectWithoutProperties(_ref, _excluded$3a);
|
|
4902
|
+
|
|
4903
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4904
|
+
width: size,
|
|
4905
|
+
height: size,
|
|
4906
|
+
viewBox: "0 0 24 24",
|
|
4907
|
+
fill: "none"
|
|
4908
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
4909
|
+
clipPath: "url(#Drag_js__clip0_6290_43)"
|
|
4910
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
4911
|
+
d: "M8 12C8 12.5523 8.44772 13 9 13C9.55228 13 10 12.5523 10 12C10 11.4477 9.55228 11 9 11C8.44772 11 8 11.4477 8 12Z",
|
|
4912
|
+
fill: color,
|
|
4913
|
+
stroke: color,
|
|
4914
|
+
strokeWidth: strokeWidth,
|
|
4915
|
+
strokeLinecap: "round",
|
|
4916
|
+
strokeLinejoin: "round"
|
|
4917
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4918
|
+
d: "M8 18C8 18.5523 8.44772 19 9 19C9.55228 19 10 18.5523 10 18C10 17.4477 9.55228 17 9 17C8.44772 17 8 17.4477 8 18Z",
|
|
4919
|
+
fill: color,
|
|
4920
|
+
stroke: color,
|
|
4921
|
+
strokeWidth: strokeWidth,
|
|
4922
|
+
strokeLinecap: "round",
|
|
4923
|
+
strokeLinejoin: "round"
|
|
4924
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4925
|
+
d: "M8 6C8 6.55228 8.44772 7 9 7C9.55228 7 10 6.55228 10 6C10 5.44772 9.55228 5 9 5C8.44772 5 8 5.44772 8 6Z",
|
|
4926
|
+
fill: color,
|
|
4927
|
+
stroke: color,
|
|
4928
|
+
strokeWidth: strokeWidth,
|
|
4929
|
+
strokeLinecap: "round",
|
|
4930
|
+
strokeLinejoin: "round"
|
|
4931
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4932
|
+
d: "M14 12C14 12.5523 14.4477 13 15 13C15.5523 13 16 12.5523 16 12C16 11.4477 15.5523 11 15 11C14.4477 11 14 11.4477 14 12Z",
|
|
4933
|
+
fill: color,
|
|
4934
|
+
stroke: color,
|
|
4935
|
+
strokeWidth: strokeWidth,
|
|
4936
|
+
strokeLinecap: "round",
|
|
4937
|
+
strokeLinejoin: "round"
|
|
4938
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4939
|
+
d: "M14 18C14 18.5523 14.4477 19 15 19C15.5523 19 16 18.5523 16 18C16 17.4477 15.5523 17 15 17C14.4477 17 14 17.4477 14 18Z",
|
|
4940
|
+
fill: color,
|
|
4941
|
+
stroke: color,
|
|
4942
|
+
strokeWidth: strokeWidth,
|
|
4943
|
+
strokeLinecap: "round",
|
|
4944
|
+
strokeLinejoin: "round"
|
|
4945
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4946
|
+
d: "M14 6C14 6.55228 14.4477 7 15 7C15.5523 7 16 6.55228 16 6C16 5.44772 15.5523 5 15 5C14.4477 5 14 5.44772 14 6Z",
|
|
4947
|
+
fill: color,
|
|
4948
|
+
stroke: color,
|
|
4949
|
+
strokeWidth: strokeWidth,
|
|
4950
|
+
strokeLinecap: "round",
|
|
4951
|
+
strokeLinejoin: "round"
|
|
4952
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
4953
|
+
id: "Drag_js__clip0_6290_43"
|
|
4954
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
4955
|
+
width: 24,
|
|
4956
|
+
height: 24,
|
|
4957
|
+
fill: color
|
|
4958
|
+
}))));
|
|
4959
|
+
};
|
|
4960
|
+
|
|
4893
4961
|
var _excluded$39 = ["size", "color", "strokeWidth"];
|
|
4894
4962
|
var Dropdown = function Dropdown(_ref) {
|
|
4895
4963
|
var _ref$size = _ref.size,
|
|
@@ -11766,6 +11834,7 @@ exports.DownArrow = DownArrow;
|
|
|
11766
11834
|
exports.DownArrowCircle = DownArrowCircle;
|
|
11767
11835
|
exports.Download = Download;
|
|
11768
11836
|
exports.Draft = Draft;
|
|
11837
|
+
exports.Drag = Drag;
|
|
11769
11838
|
exports.Dropdown = Dropdown;
|
|
11770
11839
|
exports.DropdownClosed = DropdownClosed;
|
|
11771
11840
|
exports.Edit = Edit;
|