@bigbinary/neeto-icons 1.18.8 → 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/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/package.json +1 -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$49 = ["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$49);
|
|
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$48 = ["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$48);
|
|
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$47 = ["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$47);
|
|
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$46 = ["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$46);
|
|
2960
2960
|
|
|
2961
2961
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2962
2962
|
width: size,
|
|
@@ -2972,7 +2972,7 @@ var AddRectangle = function AddRectangle(_ref) {
|
|
|
2972
2972
|
}));
|
|
2973
2973
|
};
|
|
2974
2974
|
|
|
2975
|
-
var _excluded$
|
|
2975
|
+
var _excluded$45 = ["size", "color", "strokeWidth"];
|
|
2976
2976
|
var Address = function Address(_ref) {
|
|
2977
2977
|
var _ref$size = _ref.size,
|
|
2978
2978
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2980,7 +2980,7 @@ var Address = function Address(_ref) {
|
|
|
2980
2980
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2981
2981
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2982
2982
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2983
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2983
|
+
props = _objectWithoutProperties(_ref, _excluded$45);
|
|
2984
2984
|
|
|
2985
2985
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2986
2986
|
width: size,
|
|
@@ -3026,7 +3026,7 @@ var Address = function Address(_ref) {
|
|
|
3026
3026
|
}));
|
|
3027
3027
|
};
|
|
3028
3028
|
|
|
3029
|
-
var _excluded$
|
|
3029
|
+
var _excluded$44 = ["size", "color", "strokeWidth"];
|
|
3030
3030
|
var Agents = function Agents(_ref) {
|
|
3031
3031
|
var _ref$size = _ref.size,
|
|
3032
3032
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3034,7 +3034,7 @@ var Agents = function Agents(_ref) {
|
|
|
3034
3034
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3035
3035
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3036
3036
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3037
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3037
|
+
props = _objectWithoutProperties(_ref, _excluded$44);
|
|
3038
3038
|
|
|
3039
3039
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3040
3040
|
width: size,
|
|
@@ -3050,14 +3050,14 @@ var Agents = function Agents(_ref) {
|
|
|
3050
3050
|
}));
|
|
3051
3051
|
};
|
|
3052
3052
|
|
|
3053
|
-
var _excluded$
|
|
3053
|
+
var _excluded$43 = ["size", "color", "strokeWidth"];
|
|
3054
3054
|
var Apple = function Apple(_ref) {
|
|
3055
3055
|
var _ref$size = _ref.size,
|
|
3056
3056
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3057
3057
|
_ref$color = _ref.color,
|
|
3058
3058
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3059
3059
|
_ref.strokeWidth;
|
|
3060
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3060
|
+
var props = _objectWithoutProperties(_ref, _excluded$43);
|
|
3061
3061
|
|
|
3062
3062
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3063
3063
|
width: size,
|
|
@@ -3077,7 +3077,7 @@ var Apple = function Apple(_ref) {
|
|
|
3077
3077
|
}));
|
|
3078
3078
|
};
|
|
3079
3079
|
|
|
3080
|
-
var _excluded$
|
|
3080
|
+
var _excluded$42 = ["size", "color", "strokeWidth"];
|
|
3081
3081
|
var AppSwitcher = function AppSwitcher(_ref) {
|
|
3082
3082
|
var _ref$size = _ref.size,
|
|
3083
3083
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3085,7 +3085,7 @@ var AppSwitcher = function AppSwitcher(_ref) {
|
|
|
3085
3085
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3086
3086
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3087
3087
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3088
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3088
|
+
props = _objectWithoutProperties(_ref, _excluded$42);
|
|
3089
3089
|
|
|
3090
3090
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3091
3091
|
width: size,
|
|
@@ -3111,7 +3111,7 @@ var AppSwitcher = function AppSwitcher(_ref) {
|
|
|
3111
3111
|
}));
|
|
3112
3112
|
};
|
|
3113
3113
|
|
|
3114
|
-
var _excluded$
|
|
3114
|
+
var _excluded$41 = ["size", "color", "strokeWidth"];
|
|
3115
3115
|
var Archive = function Archive(_ref) {
|
|
3116
3116
|
var _ref$size = _ref.size,
|
|
3117
3117
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3119,7 +3119,7 @@ var Archive = function Archive(_ref) {
|
|
|
3119
3119
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3120
3120
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3121
3121
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3122
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3122
|
+
props = _objectWithoutProperties(_ref, _excluded$41);
|
|
3123
3123
|
|
|
3124
3124
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3125
3125
|
width: size,
|
|
@@ -3150,14 +3150,14 @@ var Archive = function Archive(_ref) {
|
|
|
3150
3150
|
}))));
|
|
3151
3151
|
};
|
|
3152
3152
|
|
|
3153
|
-
var _excluded$
|
|
3153
|
+
var _excluded$40 = ["size", "color", "strokeWidth"];
|
|
3154
3154
|
var Articles = function Articles(_ref) {
|
|
3155
3155
|
var _ref$size = _ref.size,
|
|
3156
3156
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3157
3157
|
_ref$color = _ref.color,
|
|
3158
3158
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3159
3159
|
_ref.strokeWidth;
|
|
3160
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3160
|
+
var props = _objectWithoutProperties(_ref, _excluded$40);
|
|
3161
3161
|
|
|
3162
3162
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3163
3163
|
width: size,
|
|
@@ -3192,7 +3192,7 @@ var Articles = function Articles(_ref) {
|
|
|
3192
3192
|
}));
|
|
3193
3193
|
};
|
|
3194
3194
|
|
|
3195
|
-
var _excluded$
|
|
3195
|
+
var _excluded$3$ = ["size", "color", "strokeWidth"];
|
|
3196
3196
|
var Attachment = function Attachment(_ref) {
|
|
3197
3197
|
var _ref$size = _ref.size,
|
|
3198
3198
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3200,7 +3200,7 @@ var Attachment = function Attachment(_ref) {
|
|
|
3200
3200
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3201
3201
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3202
3202
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3203
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3203
|
+
props = _objectWithoutProperties(_ref, _excluded$3$);
|
|
3204
3204
|
|
|
3205
3205
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3206
3206
|
width: size,
|
|
@@ -3224,7 +3224,7 @@ var Attachment = function Attachment(_ref) {
|
|
|
3224
3224
|
}))));
|
|
3225
3225
|
};
|
|
3226
3226
|
|
|
3227
|
-
var _excluded$
|
|
3227
|
+
var _excluded$3_ = ["size", "color", "strokeWidth"];
|
|
3228
3228
|
var Bank = function Bank(_ref) {
|
|
3229
3229
|
var _ref$size = _ref.size,
|
|
3230
3230
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3232,7 +3232,7 @@ var Bank = function Bank(_ref) {
|
|
|
3232
3232
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3233
3233
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3234
3234
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3235
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3235
|
+
props = _objectWithoutProperties(_ref, _excluded$3_);
|
|
3236
3236
|
|
|
3237
3237
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3238
3238
|
width: size,
|
|
@@ -3287,7 +3287,7 @@ var Bank = function Bank(_ref) {
|
|
|
3287
3287
|
}));
|
|
3288
3288
|
};
|
|
3289
3289
|
|
|
3290
|
-
var _excluded$
|
|
3290
|
+
var _excluded$3Z = ["size", "color", "strokeWidth"];
|
|
3291
3291
|
var Blockquote = function Blockquote(_ref) {
|
|
3292
3292
|
var _ref$size = _ref.size,
|
|
3293
3293
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3295,7 +3295,7 @@ var Blockquote = function Blockquote(_ref) {
|
|
|
3295
3295
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3296
3296
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3297
3297
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3298
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3298
|
+
props = _objectWithoutProperties(_ref, _excluded$3Z);
|
|
3299
3299
|
|
|
3300
3300
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3301
3301
|
width: size,
|
|
@@ -3311,7 +3311,7 @@ var Blockquote = function Blockquote(_ref) {
|
|
|
3311
3311
|
}));
|
|
3312
3312
|
};
|
|
3313
3313
|
|
|
3314
|
-
var _excluded$
|
|
3314
|
+
var _excluded$3Y = ["size", "color", "strokeWidth"];
|
|
3315
3315
|
var Book = function Book(_ref) {
|
|
3316
3316
|
var _ref$size = _ref.size,
|
|
3317
3317
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3319,7 +3319,7 @@ var Book = function Book(_ref) {
|
|
|
3319
3319
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3320
3320
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3321
3321
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3322
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3322
|
+
props = _objectWithoutProperties(_ref, _excluded$3Y);
|
|
3323
3323
|
|
|
3324
3324
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3325
3325
|
width: size,
|
|
@@ -3335,14 +3335,14 @@ var Book = function Book(_ref) {
|
|
|
3335
3335
|
}));
|
|
3336
3336
|
};
|
|
3337
3337
|
|
|
3338
|
-
var _excluded$
|
|
3338
|
+
var _excluded$3X = ["size", "color", "strokeWidth"];
|
|
3339
3339
|
var Bookmark = function Bookmark(_ref) {
|
|
3340
3340
|
var _ref$size = _ref.size,
|
|
3341
3341
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3342
3342
|
_ref$color = _ref.color,
|
|
3343
3343
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3344
3344
|
_ref.strokeWidth;
|
|
3345
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3345
|
+
var props = _objectWithoutProperties(_ref, _excluded$3X);
|
|
3346
3346
|
|
|
3347
3347
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3348
3348
|
width: size,
|
|
@@ -3358,7 +3358,7 @@ var Bookmark = function Bookmark(_ref) {
|
|
|
3358
3358
|
}));
|
|
3359
3359
|
};
|
|
3360
3360
|
|
|
3361
|
-
var _excluded$
|
|
3361
|
+
var _excluded$3W = ["size", "color", "strokeWidth"];
|
|
3362
3362
|
var BookOpen = function BookOpen(_ref) {
|
|
3363
3363
|
var _ref$size = _ref.size,
|
|
3364
3364
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3366,7 +3366,7 @@ var BookOpen = function BookOpen(_ref) {
|
|
|
3366
3366
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3367
3367
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3368
3368
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3369
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3369
|
+
props = _objectWithoutProperties(_ref, _excluded$3W);
|
|
3370
3370
|
|
|
3371
3371
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3372
3372
|
width: size,
|
|
@@ -3388,14 +3388,14 @@ var BookOpen = function BookOpen(_ref) {
|
|
|
3388
3388
|
}));
|
|
3389
3389
|
};
|
|
3390
3390
|
|
|
3391
|
-
var _excluded$
|
|
3391
|
+
var _excluded$3V = ["size", "color", "strokeWidth"];
|
|
3392
3392
|
var Braces = function Braces(_ref) {
|
|
3393
3393
|
var _ref$size = _ref.size,
|
|
3394
3394
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3395
3395
|
_ref$color = _ref.color,
|
|
3396
3396
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3397
3397
|
_ref.strokeWidth;
|
|
3398
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3398
|
+
var props = _objectWithoutProperties(_ref, _excluded$3V);
|
|
3399
3399
|
|
|
3400
3400
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3401
3401
|
width: size,
|
|
@@ -3408,7 +3408,7 @@ var Braces = function Braces(_ref) {
|
|
|
3408
3408
|
}));
|
|
3409
3409
|
};
|
|
3410
3410
|
|
|
3411
|
-
var _excluded$
|
|
3411
|
+
var _excluded$3U = ["size", "color", "strokeWidth"];
|
|
3412
3412
|
var Building = function Building(_ref) {
|
|
3413
3413
|
var _ref$size = _ref.size,
|
|
3414
3414
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3416,7 +3416,7 @@ var Building = function Building(_ref) {
|
|
|
3416
3416
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3417
3417
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3418
3418
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3419
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3419
|
+
props = _objectWithoutProperties(_ref, _excluded$3U);
|
|
3420
3420
|
|
|
3421
3421
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3422
3422
|
width: size,
|
|
@@ -3475,7 +3475,7 @@ var Building = function Building(_ref) {
|
|
|
3475
3475
|
}));
|
|
3476
3476
|
};
|
|
3477
3477
|
|
|
3478
|
-
var _excluded$
|
|
3478
|
+
var _excluded$3T = ["size", "color", "strokeWidth"];
|
|
3479
3479
|
var Calendar = function Calendar(_ref) {
|
|
3480
3480
|
var _ref$size = _ref.size,
|
|
3481
3481
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3483,7 +3483,7 @@ var Calendar = function Calendar(_ref) {
|
|
|
3483
3483
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3484
3484
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3485
3485
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3486
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3486
|
+
props = _objectWithoutProperties(_ref, _excluded$3T);
|
|
3487
3487
|
|
|
3488
3488
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3489
3489
|
width: size,
|
|
@@ -3517,7 +3517,7 @@ var Calendar = function Calendar(_ref) {
|
|
|
3517
3517
|
}));
|
|
3518
3518
|
};
|
|
3519
3519
|
|
|
3520
|
-
var _excluded$
|
|
3520
|
+
var _excluded$3S = ["size", "color", "strokeWidth"];
|
|
3521
3521
|
var Camera = function Camera(_ref) {
|
|
3522
3522
|
var _ref$size = _ref.size,
|
|
3523
3523
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3525,7 +3525,7 @@ var Camera = function Camera(_ref) {
|
|
|
3525
3525
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3526
3526
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3527
3527
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3528
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3528
|
+
props = _objectWithoutProperties(_ref, _excluded$3S);
|
|
3529
3529
|
|
|
3530
3530
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3531
3531
|
width: size,
|
|
@@ -3553,14 +3553,14 @@ var Camera = function Camera(_ref) {
|
|
|
3553
3553
|
}));
|
|
3554
3554
|
};
|
|
3555
3555
|
|
|
3556
|
-
var _excluded$
|
|
3556
|
+
var _excluded$3R = ["size", "color", "strokeWidth"];
|
|
3557
3557
|
var CannedResponses = function CannedResponses(_ref) {
|
|
3558
3558
|
var _ref$size = _ref.size,
|
|
3559
3559
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3560
3560
|
_ref$color = _ref.color,
|
|
3561
3561
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3562
3562
|
_ref.strokeWidth;
|
|
3563
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3563
|
+
var props = _objectWithoutProperties(_ref, _excluded$3R);
|
|
3564
3564
|
|
|
3565
3565
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3566
3566
|
width: size,
|
|
@@ -3573,7 +3573,7 @@ var CannedResponses = function CannedResponses(_ref) {
|
|
|
3573
3573
|
}));
|
|
3574
3574
|
};
|
|
3575
3575
|
|
|
3576
|
-
var _excluded$
|
|
3576
|
+
var _excluded$3Q = ["size", "color", "strokeWidth"];
|
|
3577
3577
|
var Captcha = function Captcha(_ref) {
|
|
3578
3578
|
var _ref$size = _ref.size,
|
|
3579
3579
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3581,7 +3581,7 @@ var Captcha = function Captcha(_ref) {
|
|
|
3581
3581
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3582
3582
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3583
3583
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3584
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3584
|
+
props = _objectWithoutProperties(_ref, _excluded$3Q);
|
|
3585
3585
|
|
|
3586
3586
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3587
3587
|
width: size,
|
|
@@ -3609,7 +3609,7 @@ var Captcha = function Captcha(_ref) {
|
|
|
3609
3609
|
}));
|
|
3610
3610
|
};
|
|
3611
3611
|
|
|
3612
|
-
var _excluded$
|
|
3612
|
+
var _excluded$3P = ["size", "color", "strokeWidth"];
|
|
3613
3613
|
var Category = function Category(_ref) {
|
|
3614
3614
|
var _ref$size = _ref.size,
|
|
3615
3615
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3617,7 +3617,7 @@ var Category = function Category(_ref) {
|
|
|
3617
3617
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3618
3618
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3619
3619
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3620
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3620
|
+
props = _objectWithoutProperties(_ref, _excluded$3P);
|
|
3621
3621
|
|
|
3622
3622
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3623
3623
|
width: size,
|
|
@@ -3633,7 +3633,7 @@ var Category = function Category(_ref) {
|
|
|
3633
3633
|
}));
|
|
3634
3634
|
};
|
|
3635
3635
|
|
|
3636
|
-
var _excluded$
|
|
3636
|
+
var _excluded$3O = ["size", "color", "strokeWidth"];
|
|
3637
3637
|
var CenterAlign = function CenterAlign(_ref) {
|
|
3638
3638
|
var _ref$size = _ref.size,
|
|
3639
3639
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3641,7 +3641,7 @@ var CenterAlign = function CenterAlign(_ref) {
|
|
|
3641
3641
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3642
3642
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3643
3643
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3644
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3644
|
+
props = _objectWithoutProperties(_ref, _excluded$3O);
|
|
3645
3645
|
|
|
3646
3646
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3647
3647
|
width: size,
|
|
@@ -3699,7 +3699,7 @@ var CenterAlign = function CenterAlign(_ref) {
|
|
|
3699
3699
|
}))));
|
|
3700
3700
|
};
|
|
3701
3701
|
|
|
3702
|
-
var _excluded$
|
|
3702
|
+
var _excluded$3N = ["size", "color", "strokeWidth"];
|
|
3703
3703
|
var ChatOffline = function ChatOffline(_ref) {
|
|
3704
3704
|
var _ref$size = _ref.size,
|
|
3705
3705
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3707,7 +3707,7 @@ var ChatOffline = function ChatOffline(_ref) {
|
|
|
3707
3707
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3708
3708
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3709
3709
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3710
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3710
|
+
props = _objectWithoutProperties(_ref, _excluded$3N);
|
|
3711
3711
|
|
|
3712
3712
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3713
3713
|
width: size,
|
|
@@ -3728,7 +3728,7 @@ var ChatOffline = function ChatOffline(_ref) {
|
|
|
3728
3728
|
}));
|
|
3729
3729
|
};
|
|
3730
3730
|
|
|
3731
|
-
var _excluded$
|
|
3731
|
+
var _excluded$3M = ["size", "color", "strokeWidth"];
|
|
3732
3732
|
var Chat = function Chat(_ref) {
|
|
3733
3733
|
var _ref$size = _ref.size,
|
|
3734
3734
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3736,7 +3736,7 @@ var Chat = function Chat(_ref) {
|
|
|
3736
3736
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3737
3737
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3738
3738
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3739
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3739
|
+
props = _objectWithoutProperties(_ref, _excluded$3M);
|
|
3740
3740
|
|
|
3741
3741
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3742
3742
|
width: size,
|
|
@@ -3758,14 +3758,14 @@ var Chat = function Chat(_ref) {
|
|
|
3758
3758
|
}));
|
|
3759
3759
|
};
|
|
3760
3760
|
|
|
3761
|
-
var _excluded$
|
|
3761
|
+
var _excluded$3L = ["size", "color", "strokeWidth"];
|
|
3762
3762
|
var ChatBubble = function ChatBubble(_ref) {
|
|
3763
3763
|
var _ref$size = _ref.size,
|
|
3764
3764
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3765
3765
|
_ref$color = _ref.color,
|
|
3766
3766
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3767
3767
|
_ref.strokeWidth;
|
|
3768
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3768
|
+
var props = _objectWithoutProperties(_ref, _excluded$3L);
|
|
3769
3769
|
|
|
3770
3770
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3771
3771
|
width: size,
|
|
@@ -3781,7 +3781,7 @@ var ChatBubble = function ChatBubble(_ref) {
|
|
|
3781
3781
|
}));
|
|
3782
3782
|
};
|
|
3783
3783
|
|
|
3784
|
-
var _excluded$
|
|
3784
|
+
var _excluded$3K = ["size", "color", "strokeWidth"];
|
|
3785
3785
|
var ChatEmpty = function ChatEmpty(_ref) {
|
|
3786
3786
|
var _ref$size = _ref.size,
|
|
3787
3787
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3789,7 +3789,7 @@ var ChatEmpty = function ChatEmpty(_ref) {
|
|
|
3789
3789
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3790
3790
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3791
3791
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3792
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3792
|
+
props = _objectWithoutProperties(_ref, _excluded$3K);
|
|
3793
3793
|
|
|
3794
3794
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3795
3795
|
width: size,
|
|
@@ -3805,14 +3805,14 @@ var ChatEmpty = function ChatEmpty(_ref) {
|
|
|
3805
3805
|
}));
|
|
3806
3806
|
};
|
|
3807
3807
|
|
|
3808
|
-
var _excluded$
|
|
3808
|
+
var _excluded$3J = ["size", "color", "strokeWidth"];
|
|
3809
3809
|
var ChatNotification = function ChatNotification(_ref) {
|
|
3810
3810
|
var _ref$size = _ref.size,
|
|
3811
3811
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3812
3812
|
_ref$color = _ref.color,
|
|
3813
3813
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3814
3814
|
_ref.strokeWidth;
|
|
3815
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3815
|
+
var props = _objectWithoutProperties(_ref, _excluded$3J);
|
|
3816
3816
|
|
|
3817
3817
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3818
3818
|
width: size,
|
|
@@ -3828,7 +3828,7 @@ var ChatNotification = function ChatNotification(_ref) {
|
|
|
3828
3828
|
}));
|
|
3829
3829
|
};
|
|
3830
3830
|
|
|
3831
|
-
var _excluded$
|
|
3831
|
+
var _excluded$3I = ["size", "color", "strokeWidth"];
|
|
3832
3832
|
var Check = function Check(_ref) {
|
|
3833
3833
|
var _ref$size = _ref.size,
|
|
3834
3834
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3836,7 +3836,7 @@ var Check = function Check(_ref) {
|
|
|
3836
3836
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3837
3837
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3838
3838
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3839
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3839
|
+
props = _objectWithoutProperties(_ref, _excluded$3I);
|
|
3840
3840
|
|
|
3841
3841
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3842
3842
|
width: size,
|
|
@@ -3852,7 +3852,7 @@ var Check = function Check(_ref) {
|
|
|
3852
3852
|
}));
|
|
3853
3853
|
};
|
|
3854
3854
|
|
|
3855
|
-
var _excluded$
|
|
3855
|
+
var _excluded$3H = ["size", "color", "strokeWidth"];
|
|
3856
3856
|
var Checkbox = function Checkbox(_ref) {
|
|
3857
3857
|
var _ref$size = _ref.size,
|
|
3858
3858
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3860,7 +3860,7 @@ var Checkbox = function Checkbox(_ref) {
|
|
|
3860
3860
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3861
3861
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3862
3862
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3863
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3863
|
+
props = _objectWithoutProperties(_ref, _excluded$3H);
|
|
3864
3864
|
|
|
3865
3865
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3866
3866
|
width: size,
|
|
@@ -3884,7 +3884,7 @@ var Checkbox = function Checkbox(_ref) {
|
|
|
3884
3884
|
}));
|
|
3885
3885
|
};
|
|
3886
3886
|
|
|
3887
|
-
var _excluded$
|
|
3887
|
+
var _excluded$3G = ["size", "color", "strokeWidth"];
|
|
3888
3888
|
var CheckboxInactive = function CheckboxInactive(_ref) {
|
|
3889
3889
|
var _ref$size = _ref.size,
|
|
3890
3890
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3892,7 +3892,7 @@ var CheckboxInactive = function CheckboxInactive(_ref) {
|
|
|
3892
3892
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3893
3893
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3894
3894
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3895
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3895
|
+
props = _objectWithoutProperties(_ref, _excluded$3G);
|
|
3896
3896
|
|
|
3897
3897
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3898
3898
|
width: size,
|
|
@@ -3910,7 +3910,7 @@ var CheckboxInactive = function CheckboxInactive(_ref) {
|
|
|
3910
3910
|
}));
|
|
3911
3911
|
};
|
|
3912
3912
|
|
|
3913
|
-
var _excluded$
|
|
3913
|
+
var _excluded$3F = ["size", "color", "strokeWidth"];
|
|
3914
3914
|
var CheckCircle = function CheckCircle(_ref) {
|
|
3915
3915
|
var _ref$size = _ref.size,
|
|
3916
3916
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3918,7 +3918,7 @@ var CheckCircle = function CheckCircle(_ref) {
|
|
|
3918
3918
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3919
3919
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3920
3920
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3921
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3921
|
+
props = _objectWithoutProperties(_ref, _excluded$3F);
|
|
3922
3922
|
|
|
3923
3923
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3924
3924
|
width: size,
|
|
@@ -3940,7 +3940,7 @@ var CheckCircle = function CheckCircle(_ref) {
|
|
|
3940
3940
|
}));
|
|
3941
3941
|
};
|
|
3942
3942
|
|
|
3943
|
-
var _excluded$
|
|
3943
|
+
var _excluded$3E = ["size", "color", "strokeWidth"];
|
|
3944
3944
|
var Checkmark = function Checkmark(_ref) {
|
|
3945
3945
|
var _ref$size = _ref.size,
|
|
3946
3946
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3948,7 +3948,7 @@ var Checkmark = function Checkmark(_ref) {
|
|
|
3948
3948
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3949
3949
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3950
3950
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3951
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3951
|
+
props = _objectWithoutProperties(_ref, _excluded$3E);
|
|
3952
3952
|
|
|
3953
3953
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3954
3954
|
width: size,
|
|
@@ -3970,14 +3970,14 @@ var Checkmark = function Checkmark(_ref) {
|
|
|
3970
3970
|
}));
|
|
3971
3971
|
};
|
|
3972
3972
|
|
|
3973
|
-
var _excluded$
|
|
3973
|
+
var _excluded$3D = ["size", "color", "strokeWidth"];
|
|
3974
3974
|
var Chrome = function Chrome(_ref) {
|
|
3975
3975
|
var _ref$size = _ref.size,
|
|
3976
3976
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3977
3977
|
_ref$color = _ref.color,
|
|
3978
3978
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3979
3979
|
_ref.strokeWidth;
|
|
3980
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3980
|
+
var props = _objectWithoutProperties(_ref, _excluded$3D);
|
|
3981
3981
|
|
|
3982
3982
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3983
3983
|
width: size,
|
|
@@ -3997,7 +3997,7 @@ var Chrome = function Chrome(_ref) {
|
|
|
3997
3997
|
}));
|
|
3998
3998
|
};
|
|
3999
3999
|
|
|
4000
|
-
var _excluded$
|
|
4000
|
+
var _excluded$3C = ["size", "color", "strokeWidth"];
|
|
4001
4001
|
var Clock = function Clock(_ref) {
|
|
4002
4002
|
var _ref$size = _ref.size,
|
|
4003
4003
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4005,7 +4005,7 @@ var Clock = function Clock(_ref) {
|
|
|
4005
4005
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4006
4006
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4007
4007
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4008
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4008
|
+
props = _objectWithoutProperties(_ref, _excluded$3C);
|
|
4009
4009
|
|
|
4010
4010
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4011
4011
|
width: size,
|
|
@@ -4027,7 +4027,7 @@ var Clock = function Clock(_ref) {
|
|
|
4027
4027
|
}));
|
|
4028
4028
|
};
|
|
4029
4029
|
|
|
4030
|
-
var _excluded$
|
|
4030
|
+
var _excluded$3B = ["size", "color", "strokeWidth"];
|
|
4031
4031
|
var Close = function Close(_ref) {
|
|
4032
4032
|
var _ref$size = _ref.size,
|
|
4033
4033
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4035,7 +4035,7 @@ var Close = function Close(_ref) {
|
|
|
4035
4035
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4036
4036
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4037
4037
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4038
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4038
|
+
props = _objectWithoutProperties(_ref, _excluded$3B);
|
|
4039
4039
|
|
|
4040
4040
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4041
4041
|
width: size,
|
|
@@ -4057,7 +4057,7 @@ var Close = function Close(_ref) {
|
|
|
4057
4057
|
}));
|
|
4058
4058
|
};
|
|
4059
4059
|
|
|
4060
|
-
var _excluded$
|
|
4060
|
+
var _excluded$3A = ["size", "color", "strokeWidth"];
|
|
4061
4061
|
var CloseCircle = function CloseCircle(_ref) {
|
|
4062
4062
|
var _ref$size = _ref.size,
|
|
4063
4063
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4065,7 +4065,7 @@ var CloseCircle = function CloseCircle(_ref) {
|
|
|
4065
4065
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4066
4066
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4067
4067
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4068
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4068
|
+
props = _objectWithoutProperties(_ref, _excluded$3A);
|
|
4069
4069
|
|
|
4070
4070
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4071
4071
|
width: size,
|
|
@@ -4093,7 +4093,7 @@ var CloseCircle = function CloseCircle(_ref) {
|
|
|
4093
4093
|
}));
|
|
4094
4094
|
};
|
|
4095
4095
|
|
|
4096
|
-
var _excluded$
|
|
4096
|
+
var _excluded$3z = ["size", "color", "strokeWidth"];
|
|
4097
4097
|
var ClosedPullRequest = function ClosedPullRequest(_ref) {
|
|
4098
4098
|
var _ref$size = _ref.size,
|
|
4099
4099
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4101,7 +4101,7 @@ var ClosedPullRequest = function ClosedPullRequest(_ref) {
|
|
|
4101
4101
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4102
4102
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4103
4103
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4104
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4104
|
+
props = _objectWithoutProperties(_ref, _excluded$3z);
|
|
4105
4105
|
|
|
4106
4106
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4107
4107
|
width: size,
|
|
@@ -4145,7 +4145,7 @@ var ClosedPullRequest = function ClosedPullRequest(_ref) {
|
|
|
4145
4145
|
}));
|
|
4146
4146
|
};
|
|
4147
4147
|
|
|
4148
|
-
var _excluded$
|
|
4148
|
+
var _excluded$3y = ["size", "color", "strokeWidth"];
|
|
4149
4149
|
var Code = function Code(_ref) {
|
|
4150
4150
|
var _ref$size = _ref.size,
|
|
4151
4151
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4153,7 +4153,7 @@ var Code = function Code(_ref) {
|
|
|
4153
4153
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4154
4154
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4155
4155
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4156
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4156
|
+
props = _objectWithoutProperties(_ref, _excluded$3y);
|
|
4157
4157
|
|
|
4158
4158
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4159
4159
|
width: size,
|
|
@@ -4169,7 +4169,7 @@ var Code = function Code(_ref) {
|
|
|
4169
4169
|
}));
|
|
4170
4170
|
};
|
|
4171
4171
|
|
|
4172
|
-
var _excluded$
|
|
4172
|
+
var _excluded$3x = ["size", "color", "strokeWidth"];
|
|
4173
4173
|
var CodeBlock = function CodeBlock(_ref) {
|
|
4174
4174
|
var _ref$size = _ref.size,
|
|
4175
4175
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4177,7 +4177,7 @@ var CodeBlock = function CodeBlock(_ref) {
|
|
|
4177
4177
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4178
4178
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4179
4179
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4180
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4180
|
+
props = _objectWithoutProperties(_ref, _excluded$3x);
|
|
4181
4181
|
|
|
4182
4182
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4183
4183
|
width: size,
|
|
@@ -4193,7 +4193,7 @@ var CodeBlock = function CodeBlock(_ref) {
|
|
|
4193
4193
|
}));
|
|
4194
4194
|
};
|
|
4195
4195
|
|
|
4196
|
-
var _excluded$
|
|
4196
|
+
var _excluded$3w = ["size", "color", "strokeWidth"];
|
|
4197
4197
|
var Collapse = function Collapse(_ref) {
|
|
4198
4198
|
var _ref$size = _ref.size,
|
|
4199
4199
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4201,7 +4201,7 @@ var Collapse = function Collapse(_ref) {
|
|
|
4201
4201
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4202
4202
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4203
4203
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4204
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4204
|
+
props = _objectWithoutProperties(_ref, _excluded$3w);
|
|
4205
4205
|
|
|
4206
4206
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4207
4207
|
width: size,
|
|
@@ -4223,7 +4223,7 @@ var Collapse = function Collapse(_ref) {
|
|
|
4223
4223
|
}));
|
|
4224
4224
|
};
|
|
4225
4225
|
|
|
4226
|
-
var _excluded$
|
|
4226
|
+
var _excluded$3v = ["size", "color", "strokeWidth"];
|
|
4227
4227
|
var Column = function Column(_ref) {
|
|
4228
4228
|
var _ref$size = _ref.size,
|
|
4229
4229
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4231,7 +4231,7 @@ var Column = function Column(_ref) {
|
|
|
4231
4231
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4232
4232
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4233
4233
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4234
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4234
|
+
props = _objectWithoutProperties(_ref, _excluded$3v);
|
|
4235
4235
|
|
|
4236
4236
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4237
4237
|
width: size,
|
|
@@ -4254,7 +4254,7 @@ var Column = function Column(_ref) {
|
|
|
4254
4254
|
}));
|
|
4255
4255
|
};
|
|
4256
4256
|
|
|
4257
|
-
var _excluded$
|
|
4257
|
+
var _excluded$3u = ["size", "color", "strokeWidth"];
|
|
4258
4258
|
var Computer = function Computer(_ref) {
|
|
4259
4259
|
var _ref$size = _ref.size,
|
|
4260
4260
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4262,7 +4262,7 @@ var Computer = function Computer(_ref) {
|
|
|
4262
4262
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4263
4263
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4264
4264
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4265
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4265
|
+
props = _objectWithoutProperties(_ref, _excluded$3u);
|
|
4266
4266
|
|
|
4267
4267
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4268
4268
|
width: size,
|
|
@@ -4292,7 +4292,7 @@ var Computer = function Computer(_ref) {
|
|
|
4292
4292
|
}));
|
|
4293
4293
|
};
|
|
4294
4294
|
|
|
4295
|
-
var _excluded$
|
|
4295
|
+
var _excluded$3t = ["size", "color", "strokeWidth"];
|
|
4296
4296
|
var ContactBook = function ContactBook(_ref) {
|
|
4297
4297
|
var _ref$size = _ref.size,
|
|
4298
4298
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4300,7 +4300,7 @@ var ContactBook = function ContactBook(_ref) {
|
|
|
4300
4300
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4301
4301
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4302
4302
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4303
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4303
|
+
props = _objectWithoutProperties(_ref, _excluded$3t);
|
|
4304
4304
|
|
|
4305
4305
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4306
4306
|
width: size,
|
|
@@ -4334,7 +4334,7 @@ var ContactBook = function ContactBook(_ref) {
|
|
|
4334
4334
|
}));
|
|
4335
4335
|
};
|
|
4336
4336
|
|
|
4337
|
-
var _excluded$
|
|
4337
|
+
var _excluded$3s = ["size", "color", "strokeWidth"];
|
|
4338
4338
|
var Copy = function Copy(_ref) {
|
|
4339
4339
|
var _ref$size = _ref.size,
|
|
4340
4340
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4342,7 +4342,7 @@ var Copy = function Copy(_ref) {
|
|
|
4342
4342
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4343
4343
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4344
4344
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4345
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4345
|
+
props = _objectWithoutProperties(_ref, _excluded$3s);
|
|
4346
4346
|
|
|
4347
4347
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4348
4348
|
width: size,
|
|
@@ -4364,7 +4364,7 @@ var Copy = function Copy(_ref) {
|
|
|
4364
4364
|
}));
|
|
4365
4365
|
};
|
|
4366
4366
|
|
|
4367
|
-
var _excluded$
|
|
4367
|
+
var _excluded$3r = ["size", "color", "strokeWidth"];
|
|
4368
4368
|
var CreditCard = function CreditCard(_ref) {
|
|
4369
4369
|
var _ref$size = _ref.size,
|
|
4370
4370
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4372,7 +4372,7 @@ var CreditCard = function CreditCard(_ref) {
|
|
|
4372
4372
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4373
4373
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4374
4374
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4375
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4375
|
+
props = _objectWithoutProperties(_ref, _excluded$3r);
|
|
4376
4376
|
|
|
4377
4377
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4378
4378
|
width: size,
|
|
@@ -4414,14 +4414,14 @@ var CreditCard = function CreditCard(_ref) {
|
|
|
4414
4414
|
}))));
|
|
4415
4415
|
};
|
|
4416
4416
|
|
|
4417
|
-
var _excluded$
|
|
4417
|
+
var _excluded$3q = ["size", "color", "strokeWidth"];
|
|
4418
4418
|
var Css3 = function Css3(_ref) {
|
|
4419
4419
|
var _ref$size = _ref.size,
|
|
4420
4420
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4421
4421
|
_ref$color = _ref.color,
|
|
4422
4422
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4423
4423
|
_ref.strokeWidth;
|
|
4424
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4424
|
+
var props = _objectWithoutProperties(_ref, _excluded$3q);
|
|
4425
4425
|
|
|
4426
4426
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4427
4427
|
width: size,
|
|
@@ -4434,7 +4434,7 @@ var Css3 = function Css3(_ref) {
|
|
|
4434
4434
|
}));
|
|
4435
4435
|
};
|
|
4436
4436
|
|
|
4437
|
-
var _excluded$
|
|
4437
|
+
var _excluded$3p = ["size", "color", "strokeWidth"];
|
|
4438
4438
|
var Cursor = function Cursor(_ref) {
|
|
4439
4439
|
var _ref$size = _ref.size,
|
|
4440
4440
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4442,7 +4442,7 @@ var Cursor = function Cursor(_ref) {
|
|
|
4442
4442
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4443
4443
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4444
4444
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4445
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4445
|
+
props = _objectWithoutProperties(_ref, _excluded$3p);
|
|
4446
4446
|
|
|
4447
4447
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4448
4448
|
width: size,
|
|
@@ -4458,7 +4458,7 @@ var Cursor = function Cursor(_ref) {
|
|
|
4458
4458
|
}));
|
|
4459
4459
|
};
|
|
4460
4460
|
|
|
4461
|
-
var _excluded$
|
|
4461
|
+
var _excluded$3o = ["size", "color", "strokeWidth"];
|
|
4462
4462
|
var CustomDomain = function CustomDomain(_ref) {
|
|
4463
4463
|
var _ref$size = _ref.size,
|
|
4464
4464
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4466,7 +4466,7 @@ var CustomDomain = function CustomDomain(_ref) {
|
|
|
4466
4466
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4467
4467
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4468
4468
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4469
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4469
|
+
props = _objectWithoutProperties(_ref, _excluded$3o);
|
|
4470
4470
|
|
|
4471
4471
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4472
4472
|
width: size,
|
|
@@ -4482,14 +4482,14 @@ var CustomDomain = function CustomDomain(_ref) {
|
|
|
4482
4482
|
}));
|
|
4483
4483
|
};
|
|
4484
4484
|
|
|
4485
|
-
var _excluded$
|
|
4485
|
+
var _excluded$3n = ["size", "color", "strokeWidth"];
|
|
4486
4486
|
var Customers = function Customers(_ref) {
|
|
4487
4487
|
var _ref$size = _ref.size,
|
|
4488
4488
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4489
4489
|
_ref$color = _ref.color,
|
|
4490
4490
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4491
4491
|
_ref.strokeWidth;
|
|
4492
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4492
|
+
var props = _objectWithoutProperties(_ref, _excluded$3n);
|
|
4493
4493
|
|
|
4494
4494
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4495
4495
|
width: size,
|
|
@@ -4504,14 +4504,14 @@ var Customers = function Customers(_ref) {
|
|
|
4504
4504
|
}));
|
|
4505
4505
|
};
|
|
4506
4506
|
|
|
4507
|
-
var _excluded$
|
|
4507
|
+
var _excluded$3m = ["size", "color", "strokeWidth"];
|
|
4508
4508
|
var Customize = function Customize(_ref) {
|
|
4509
4509
|
var _ref$size = _ref.size,
|
|
4510
4510
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4511
4511
|
_ref$color = _ref.color,
|
|
4512
4512
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4513
4513
|
_ref.strokeWidth;
|
|
4514
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4514
|
+
var props = _objectWithoutProperties(_ref, _excluded$3m);
|
|
4515
4515
|
|
|
4516
4516
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4517
4517
|
width: size,
|
|
@@ -4539,7 +4539,7 @@ var Customize = function Customize(_ref) {
|
|
|
4539
4539
|
}));
|
|
4540
4540
|
};
|
|
4541
4541
|
|
|
4542
|
-
var _excluded$
|
|
4542
|
+
var _excluded$3l = ["size", "color", "strokeWidth"];
|
|
4543
4543
|
var Dashboard = function Dashboard(_ref) {
|
|
4544
4544
|
var _ref$size = _ref.size,
|
|
4545
4545
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4547,7 +4547,7 @@ var Dashboard = function Dashboard(_ref) {
|
|
|
4547
4547
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4548
4548
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4549
4549
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4550
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4550
|
+
props = _objectWithoutProperties(_ref, _excluded$3l);
|
|
4551
4551
|
|
|
4552
4552
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4553
4553
|
width: size,
|
|
@@ -4587,14 +4587,14 @@ var Dashboard = function Dashboard(_ref) {
|
|
|
4587
4587
|
}));
|
|
4588
4588
|
};
|
|
4589
4589
|
|
|
4590
|
-
var _excluded$
|
|
4590
|
+
var _excluded$3k = ["size", "color", "strokeWidth"];
|
|
4591
4591
|
var Database = function Database(_ref) {
|
|
4592
4592
|
var _ref$size = _ref.size,
|
|
4593
4593
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4594
4594
|
_ref$color = _ref.color,
|
|
4595
4595
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4596
4596
|
_ref.strokeWidth;
|
|
4597
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4597
|
+
var props = _objectWithoutProperties(_ref, _excluded$3k);
|
|
4598
4598
|
|
|
4599
4599
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4600
4600
|
width: size,
|
|
@@ -4607,7 +4607,7 @@ var Database = function Database(_ref) {
|
|
|
4607
4607
|
}));
|
|
4608
4608
|
};
|
|
4609
4609
|
|
|
4610
|
-
var _excluded$
|
|
4610
|
+
var _excluded$3j = ["size", "color", "strokeWidth"];
|
|
4611
4611
|
var Delete = function Delete(_ref) {
|
|
4612
4612
|
var _ref$size = _ref.size,
|
|
4613
4613
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4615,7 +4615,7 @@ var Delete = function Delete(_ref) {
|
|
|
4615
4615
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4616
4616
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4617
4617
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4618
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4618
|
+
props = _objectWithoutProperties(_ref, _excluded$3j);
|
|
4619
4619
|
|
|
4620
4620
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4621
4621
|
width: size,
|
|
@@ -4649,7 +4649,7 @@ var Delete = function Delete(_ref) {
|
|
|
4649
4649
|
}));
|
|
4650
4650
|
};
|
|
4651
4651
|
|
|
4652
|
-
var _excluded$
|
|
4652
|
+
var _excluded$3i = ["size", "color", "strokeWidth"];
|
|
4653
4653
|
var Design = function Design(_ref) {
|
|
4654
4654
|
var _ref$size = _ref.size,
|
|
4655
4655
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4657,7 +4657,7 @@ var Design = function Design(_ref) {
|
|
|
4657
4657
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4658
4658
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4659
4659
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4660
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4660
|
+
props = _objectWithoutProperties(_ref, _excluded$3i);
|
|
4661
4661
|
|
|
4662
4662
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4663
4663
|
width: size,
|
|
@@ -4691,7 +4691,7 @@ var Design = function Design(_ref) {
|
|
|
4691
4691
|
}));
|
|
4692
4692
|
};
|
|
4693
4693
|
|
|
4694
|
-
var _excluded$
|
|
4694
|
+
var _excluded$3h = ["size", "color", "strokeWidth"];
|
|
4695
4695
|
var Divider = function Divider(_ref) {
|
|
4696
4696
|
var _ref$size = _ref.size,
|
|
4697
4697
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4699,7 +4699,7 @@ var Divider = function Divider(_ref) {
|
|
|
4699
4699
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4700
4700
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4701
4701
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4702
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4702
|
+
props = _objectWithoutProperties(_ref, _excluded$3h);
|
|
4703
4703
|
|
|
4704
4704
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4705
4705
|
width: size,
|
|
@@ -4713,7 +4713,7 @@ var Divider = function Divider(_ref) {
|
|
|
4713
4713
|
}));
|
|
4714
4714
|
};
|
|
4715
4715
|
|
|
4716
|
-
var _excluded$
|
|
4716
|
+
var _excluded$3g = ["size", "color", "strokeWidth"];
|
|
4717
4717
|
var DoubleCheck = function DoubleCheck(_ref) {
|
|
4718
4718
|
var _ref$size = _ref.size,
|
|
4719
4719
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4721,7 +4721,7 @@ var DoubleCheck = function DoubleCheck(_ref) {
|
|
|
4721
4721
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4722
4722
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4723
4723
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4724
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4724
|
+
props = _objectWithoutProperties(_ref, _excluded$3g);
|
|
4725
4725
|
|
|
4726
4726
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4727
4727
|
width: size,
|
|
@@ -4742,7 +4742,7 @@ var DoubleCheck = function DoubleCheck(_ref) {
|
|
|
4742
4742
|
}));
|
|
4743
4743
|
};
|
|
4744
4744
|
|
|
4745
|
-
var _excluded$
|
|
4745
|
+
var _excluded$3f = ["size", "color", "strokeWidth"];
|
|
4746
4746
|
var DownArrowCircle = function DownArrowCircle(_ref) {
|
|
4747
4747
|
var _ref$size = _ref.size,
|
|
4748
4748
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4750,7 +4750,7 @@ var DownArrowCircle = function DownArrowCircle(_ref) {
|
|
|
4750
4750
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4751
4751
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4752
4752
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4753
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4753
|
+
props = _objectWithoutProperties(_ref, _excluded$3f);
|
|
4754
4754
|
|
|
4755
4755
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4756
4756
|
width: size,
|
|
@@ -4778,7 +4778,7 @@ var DownArrowCircle = function DownArrowCircle(_ref) {
|
|
|
4778
4778
|
}));
|
|
4779
4779
|
};
|
|
4780
4780
|
|
|
4781
|
-
var _excluded$
|
|
4781
|
+
var _excluded$3e = ["size", "color", "strokeWidth"];
|
|
4782
4782
|
var Down = function Down(_ref) {
|
|
4783
4783
|
var _ref$size = _ref.size,
|
|
4784
4784
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4786,7 +4786,7 @@ var Down = function Down(_ref) {
|
|
|
4786
4786
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4787
4787
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4788
4788
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4789
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4789
|
+
props = _objectWithoutProperties(_ref, _excluded$3e);
|
|
4790
4790
|
|
|
4791
4791
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4792
4792
|
width: size,
|
|
@@ -4802,7 +4802,7 @@ var Down = function Down(_ref) {
|
|
|
4802
4802
|
}));
|
|
4803
4803
|
};
|
|
4804
4804
|
|
|
4805
|
-
var _excluded$
|
|
4805
|
+
var _excluded$3d = ["size", "color", "strokeWidth"];
|
|
4806
4806
|
var DownArrow = function DownArrow(_ref) {
|
|
4807
4807
|
var _ref$size = _ref.size,
|
|
4808
4808
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4810,7 +4810,7 @@ var DownArrow = function DownArrow(_ref) {
|
|
|
4810
4810
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4811
4811
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4812
4812
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4813
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4813
|
+
props = _objectWithoutProperties(_ref, _excluded$3d);
|
|
4814
4814
|
|
|
4815
4815
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4816
4816
|
width: size,
|
|
@@ -4826,7 +4826,7 @@ var DownArrow = function DownArrow(_ref) {
|
|
|
4826
4826
|
}));
|
|
4827
4827
|
};
|
|
4828
4828
|
|
|
4829
|
-
var _excluded$
|
|
4829
|
+
var _excluded$3c = ["size", "color", "strokeWidth"];
|
|
4830
4830
|
var Download = function Download(_ref) {
|
|
4831
4831
|
var _ref$size = _ref.size,
|
|
4832
4832
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4834,7 +4834,7 @@ var Download = function Download(_ref) {
|
|
|
4834
4834
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4835
4835
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4836
4836
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4837
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4837
|
+
props = _objectWithoutProperties(_ref, _excluded$3c);
|
|
4838
4838
|
|
|
4839
4839
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4840
4840
|
width: size,
|
|
@@ -4856,7 +4856,7 @@ var Download = function Download(_ref) {
|
|
|
4856
4856
|
}));
|
|
4857
4857
|
};
|
|
4858
4858
|
|
|
4859
|
-
var _excluded$
|
|
4859
|
+
var _excluded$3b = ["size", "color", "strokeWidth"];
|
|
4860
4860
|
var Draft = function Draft(_ref) {
|
|
4861
4861
|
var _ref$size = _ref.size,
|
|
4862
4862
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4864,7 +4864,7 @@ var Draft = function Draft(_ref) {
|
|
|
4864
4864
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4865
4865
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4866
4866
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4867
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4867
|
+
props = _objectWithoutProperties(_ref, _excluded$3b);
|
|
4868
4868
|
|
|
4869
4869
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4870
4870
|
width: size,
|
|
@@ -4886,6 +4886,74 @@ var Draft = function Draft(_ref) {
|
|
|
4886
4886
|
}));
|
|
4887
4887
|
};
|
|
4888
4888
|
|
|
4889
|
+
var _excluded$3a = ["size", "color", "strokeWidth"];
|
|
4890
|
+
var Drag = function Drag(_ref) {
|
|
4891
|
+
var _ref$size = _ref.size,
|
|
4892
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4893
|
+
_ref$color = _ref.color,
|
|
4894
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4895
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
4896
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4897
|
+
props = _objectWithoutProperties(_ref, _excluded$3a);
|
|
4898
|
+
|
|
4899
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4900
|
+
width: size,
|
|
4901
|
+
height: size,
|
|
4902
|
+
viewBox: "0 0 24 24",
|
|
4903
|
+
fill: "none"
|
|
4904
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
4905
|
+
clipPath: "url(#Drag_js__clip0_6290_43)"
|
|
4906
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
4907
|
+
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",
|
|
4908
|
+
fill: color,
|
|
4909
|
+
stroke: color,
|
|
4910
|
+
strokeWidth: strokeWidth,
|
|
4911
|
+
strokeLinecap: "round",
|
|
4912
|
+
strokeLinejoin: "round"
|
|
4913
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4914
|
+
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",
|
|
4915
|
+
fill: color,
|
|
4916
|
+
stroke: color,
|
|
4917
|
+
strokeWidth: strokeWidth,
|
|
4918
|
+
strokeLinecap: "round",
|
|
4919
|
+
strokeLinejoin: "round"
|
|
4920
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4921
|
+
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",
|
|
4922
|
+
fill: color,
|
|
4923
|
+
stroke: color,
|
|
4924
|
+
strokeWidth: strokeWidth,
|
|
4925
|
+
strokeLinecap: "round",
|
|
4926
|
+
strokeLinejoin: "round"
|
|
4927
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4928
|
+
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",
|
|
4929
|
+
fill: color,
|
|
4930
|
+
stroke: color,
|
|
4931
|
+
strokeWidth: strokeWidth,
|
|
4932
|
+
strokeLinecap: "round",
|
|
4933
|
+
strokeLinejoin: "round"
|
|
4934
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4935
|
+
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",
|
|
4936
|
+
fill: color,
|
|
4937
|
+
stroke: color,
|
|
4938
|
+
strokeWidth: strokeWidth,
|
|
4939
|
+
strokeLinecap: "round",
|
|
4940
|
+
strokeLinejoin: "round"
|
|
4941
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4942
|
+
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",
|
|
4943
|
+
fill: color,
|
|
4944
|
+
stroke: color,
|
|
4945
|
+
strokeWidth: strokeWidth,
|
|
4946
|
+
strokeLinecap: "round",
|
|
4947
|
+
strokeLinejoin: "round"
|
|
4948
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
4949
|
+
id: "Drag_js__clip0_6290_43"
|
|
4950
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
4951
|
+
width: 24,
|
|
4952
|
+
height: 24,
|
|
4953
|
+
fill: color
|
|
4954
|
+
}))));
|
|
4955
|
+
};
|
|
4956
|
+
|
|
4889
4957
|
var _excluded$39 = ["size", "color", "strokeWidth"];
|
|
4890
4958
|
var Dropdown = function Dropdown(_ref) {
|
|
4891
4959
|
var _ref$size = _ref.size,
|
|
@@ -11699,5 +11767,5 @@ var Youtube = function Youtube(_ref) {
|
|
|
11699
11767
|
}));
|
|
11700
11768
|
};
|
|
11701
11769
|
|
|
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 };
|
|
11770
|
+
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, Drag, 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 };
|
|
11703
11771
|
//# sourceMappingURL=neeto-icons.js.map
|