@bigbinary/neeto-icons 1.12.3 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/neeto-icons.cjs.js +470 -390
- package/dist/neeto-icons.cjs.js.map +1 -1
- package/dist/neeto-icons.js +469 -391
- package/dist/neeto-icons.js.map +1 -1
- package/dist/typeface-logos.cjs.js +426 -1640
- package/dist/typeface-logos.cjs.js.map +1 -1
- package/dist/typeface-logos.js +427 -1633
- package/dist/typeface-logos.js.map +1 -1
- package/package.json +1 -1
package/dist/neeto-icons.cjs.js
CHANGED
|
@@ -2514,14 +2514,14 @@ if (process.env.NODE_ENV === 'production') {
|
|
|
2514
2514
|
|
|
2515
2515
|
var React = react.exports;
|
|
2516
2516
|
|
|
2517
|
-
var _excluded$
|
|
2517
|
+
var _excluded$3T = ["size", "color", "strokeWidth"];
|
|
2518
2518
|
var ActivityLog = function ActivityLog(_ref) {
|
|
2519
2519
|
var _ref$size = _ref.size,
|
|
2520
2520
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2521
2521
|
_ref$color = _ref.color,
|
|
2522
2522
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
2523
2523
|
_ref.strokeWidth;
|
|
2524
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
2524
|
+
var props = _objectWithoutProperties(_ref, _excluded$3T);
|
|
2525
2525
|
|
|
2526
2526
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2527
2527
|
width: size,
|
|
@@ -2540,7 +2540,7 @@ var ActivityLog = function ActivityLog(_ref) {
|
|
|
2540
2540
|
}));
|
|
2541
2541
|
};
|
|
2542
2542
|
|
|
2543
|
-
var _excluded$
|
|
2543
|
+
var _excluded$3S = ["size", "color", "strokeWidth"];
|
|
2544
2544
|
var AddCircle = function AddCircle(_ref) {
|
|
2545
2545
|
var _ref$size = _ref.size,
|
|
2546
2546
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2548,7 +2548,7 @@ var AddCircle = function AddCircle(_ref) {
|
|
|
2548
2548
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2549
2549
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2550
2550
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2551
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2551
|
+
props = _objectWithoutProperties(_ref, _excluded$3S);
|
|
2552
2552
|
|
|
2553
2553
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2554
2554
|
width: size,
|
|
@@ -2569,7 +2569,7 @@ var AddCircle = function AddCircle(_ref) {
|
|
|
2569
2569
|
}));
|
|
2570
2570
|
};
|
|
2571
2571
|
|
|
2572
|
-
var _excluded$
|
|
2572
|
+
var _excluded$3R = ["size", "color", "strokeWidth"];
|
|
2573
2573
|
var AddMenu = function AddMenu(_ref) {
|
|
2574
2574
|
var _ref$size = _ref.size,
|
|
2575
2575
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2577,7 +2577,7 @@ var AddMenu = function AddMenu(_ref) {
|
|
|
2577
2577
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2578
2578
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2579
2579
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2580
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2580
|
+
props = _objectWithoutProperties(_ref, _excluded$3R);
|
|
2581
2581
|
|
|
2582
2582
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2583
2583
|
width: size,
|
|
@@ -2597,7 +2597,7 @@ var AddMenu = function AddMenu(_ref) {
|
|
|
2597
2597
|
}));
|
|
2598
2598
|
};
|
|
2599
2599
|
|
|
2600
|
-
var _excluded$
|
|
2600
|
+
var _excluded$3Q = ["size", "color", "strokeWidth"];
|
|
2601
2601
|
var AddRectangle = function AddRectangle(_ref) {
|
|
2602
2602
|
var _ref$size = _ref.size,
|
|
2603
2603
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2605,7 +2605,7 @@ var AddRectangle = function AddRectangle(_ref) {
|
|
|
2605
2605
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2606
2606
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2607
2607
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2608
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2608
|
+
props = _objectWithoutProperties(_ref, _excluded$3Q);
|
|
2609
2609
|
|
|
2610
2610
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2611
2611
|
width: size,
|
|
@@ -2621,7 +2621,7 @@ var AddRectangle = function AddRectangle(_ref) {
|
|
|
2621
2621
|
}));
|
|
2622
2622
|
};
|
|
2623
2623
|
|
|
2624
|
-
var _excluded$
|
|
2624
|
+
var _excluded$3P = ["size", "color", "strokeWidth"];
|
|
2625
2625
|
var Agents = function Agents(_ref) {
|
|
2626
2626
|
var _ref$size = _ref.size,
|
|
2627
2627
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2629,7 +2629,7 @@ var Agents = function Agents(_ref) {
|
|
|
2629
2629
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2630
2630
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2631
2631
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2632
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2632
|
+
props = _objectWithoutProperties(_ref, _excluded$3P);
|
|
2633
2633
|
|
|
2634
2634
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2635
2635
|
width: size,
|
|
@@ -2645,14 +2645,14 @@ var Agents = function Agents(_ref) {
|
|
|
2645
2645
|
}));
|
|
2646
2646
|
};
|
|
2647
2647
|
|
|
2648
|
-
var _excluded$
|
|
2648
|
+
var _excluded$3O = ["size", "color", "strokeWidth"];
|
|
2649
2649
|
var Apple = function Apple(_ref) {
|
|
2650
2650
|
var _ref$size = _ref.size,
|
|
2651
2651
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2652
2652
|
_ref$color = _ref.color,
|
|
2653
2653
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
2654
2654
|
_ref.strokeWidth;
|
|
2655
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
2655
|
+
var props = _objectWithoutProperties(_ref, _excluded$3O);
|
|
2656
2656
|
|
|
2657
2657
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2658
2658
|
width: size,
|
|
@@ -2667,7 +2667,7 @@ var Apple = function Apple(_ref) {
|
|
|
2667
2667
|
}));
|
|
2668
2668
|
};
|
|
2669
2669
|
|
|
2670
|
-
var _excluded$
|
|
2670
|
+
var _excluded$3N = ["size", "color", "strokeWidth"];
|
|
2671
2671
|
var AppSwitcher = function AppSwitcher(_ref) {
|
|
2672
2672
|
var _ref$size = _ref.size,
|
|
2673
2673
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2675,7 +2675,7 @@ var AppSwitcher = function AppSwitcher(_ref) {
|
|
|
2675
2675
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2676
2676
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2677
2677
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2678
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2678
|
+
props = _objectWithoutProperties(_ref, _excluded$3N);
|
|
2679
2679
|
|
|
2680
2680
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2681
2681
|
width: size,
|
|
@@ -2689,7 +2689,7 @@ var AppSwitcher = function AppSwitcher(_ref) {
|
|
|
2689
2689
|
}));
|
|
2690
2690
|
};
|
|
2691
2691
|
|
|
2692
|
-
var _excluded$
|
|
2692
|
+
var _excluded$3M = ["size", "color", "strokeWidth"];
|
|
2693
2693
|
var Archive = function Archive(_ref) {
|
|
2694
2694
|
var _ref$size = _ref.size,
|
|
2695
2695
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2697,7 +2697,7 @@ var Archive = function Archive(_ref) {
|
|
|
2697
2697
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2698
2698
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2699
2699
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2700
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2700
|
+
props = _objectWithoutProperties(_ref, _excluded$3M);
|
|
2701
2701
|
|
|
2702
2702
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2703
2703
|
width: size,
|
|
@@ -2722,14 +2722,14 @@ var Archive = function Archive(_ref) {
|
|
|
2722
2722
|
}))));
|
|
2723
2723
|
};
|
|
2724
2724
|
|
|
2725
|
-
var _excluded$
|
|
2725
|
+
var _excluded$3L = ["size", "color", "strokeWidth"];
|
|
2726
2726
|
var Articles = function Articles(_ref) {
|
|
2727
2727
|
var _ref$size = _ref.size,
|
|
2728
2728
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2729
2729
|
_ref$color = _ref.color,
|
|
2730
2730
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
2731
2731
|
_ref.strokeWidth;
|
|
2732
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
2732
|
+
var props = _objectWithoutProperties(_ref, _excluded$3L);
|
|
2733
2733
|
|
|
2734
2734
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2735
2735
|
width: size,
|
|
@@ -2749,7 +2749,7 @@ var Articles = function Articles(_ref) {
|
|
|
2749
2749
|
}));
|
|
2750
2750
|
};
|
|
2751
2751
|
|
|
2752
|
-
var _excluded$
|
|
2752
|
+
var _excluded$3K = ["size", "color", "strokeWidth"];
|
|
2753
2753
|
var Attachment = function Attachment(_ref) {
|
|
2754
2754
|
var _ref$size = _ref.size,
|
|
2755
2755
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2757,7 +2757,7 @@ var Attachment = function Attachment(_ref) {
|
|
|
2757
2757
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2758
2758
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2759
2759
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2760
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2760
|
+
props = _objectWithoutProperties(_ref, _excluded$3K);
|
|
2761
2761
|
|
|
2762
2762
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2763
2763
|
width: size,
|
|
@@ -2780,7 +2780,7 @@ var Attachment = function Attachment(_ref) {
|
|
|
2780
2780
|
}))));
|
|
2781
2781
|
};
|
|
2782
2782
|
|
|
2783
|
-
var _excluded$
|
|
2783
|
+
var _excluded$3J = ["size", "color", "strokeWidth"];
|
|
2784
2784
|
var Bank = function Bank(_ref) {
|
|
2785
2785
|
var _ref$size = _ref.size,
|
|
2786
2786
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2788,7 +2788,7 @@ var Bank = function Bank(_ref) {
|
|
|
2788
2788
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2789
2789
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2790
2790
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2791
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2791
|
+
props = _objectWithoutProperties(_ref, _excluded$3J);
|
|
2792
2792
|
|
|
2793
2793
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2794
2794
|
width: size,
|
|
@@ -2808,7 +2808,7 @@ var Bank = function Bank(_ref) {
|
|
|
2808
2808
|
}));
|
|
2809
2809
|
};
|
|
2810
2810
|
|
|
2811
|
-
var _excluded$
|
|
2811
|
+
var _excluded$3I = ["size", "color", "strokeWidth"];
|
|
2812
2812
|
var Blockquote = function Blockquote(_ref) {
|
|
2813
2813
|
var _ref$size = _ref.size,
|
|
2814
2814
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2816,7 +2816,7 @@ var Blockquote = function Blockquote(_ref) {
|
|
|
2816
2816
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2817
2817
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2818
2818
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2819
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2819
|
+
props = _objectWithoutProperties(_ref, _excluded$3I);
|
|
2820
2820
|
|
|
2821
2821
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2822
2822
|
width: size,
|
|
@@ -2832,7 +2832,7 @@ var Blockquote = function Blockquote(_ref) {
|
|
|
2832
2832
|
}));
|
|
2833
2833
|
};
|
|
2834
2834
|
|
|
2835
|
-
var _excluded$
|
|
2835
|
+
var _excluded$3H = ["size", "color", "strokeWidth"];
|
|
2836
2836
|
var Book = function Book(_ref) {
|
|
2837
2837
|
var _ref$size = _ref.size,
|
|
2838
2838
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2840,7 +2840,7 @@ var Book = function Book(_ref) {
|
|
|
2840
2840
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2841
2841
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2842
2842
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2843
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2843
|
+
props = _objectWithoutProperties(_ref, _excluded$3H);
|
|
2844
2844
|
|
|
2845
2845
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2846
2846
|
width: size,
|
|
@@ -2856,14 +2856,14 @@ var Book = function Book(_ref) {
|
|
|
2856
2856
|
}));
|
|
2857
2857
|
};
|
|
2858
2858
|
|
|
2859
|
-
var _excluded$
|
|
2859
|
+
var _excluded$3G = ["size", "color", "strokeWidth"];
|
|
2860
2860
|
var Bookmark = function Bookmark(_ref) {
|
|
2861
2861
|
var _ref$size = _ref.size,
|
|
2862
2862
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2863
2863
|
_ref$color = _ref.color,
|
|
2864
2864
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
2865
2865
|
_ref.strokeWidth;
|
|
2866
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
2866
|
+
var props = _objectWithoutProperties(_ref, _excluded$3G);
|
|
2867
2867
|
|
|
2868
2868
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2869
2869
|
width: size,
|
|
@@ -2879,7 +2879,7 @@ var Bookmark = function Bookmark(_ref) {
|
|
|
2879
2879
|
}));
|
|
2880
2880
|
};
|
|
2881
2881
|
|
|
2882
|
-
var _excluded$
|
|
2882
|
+
var _excluded$3F = ["size", "color", "strokeWidth"];
|
|
2883
2883
|
var BookOpen = function BookOpen(_ref) {
|
|
2884
2884
|
var _ref$size = _ref.size,
|
|
2885
2885
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2887,7 +2887,7 @@ var BookOpen = function BookOpen(_ref) {
|
|
|
2887
2887
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2888
2888
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2889
2889
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2890
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2890
|
+
props = _objectWithoutProperties(_ref, _excluded$3F);
|
|
2891
2891
|
|
|
2892
2892
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2893
2893
|
width: size,
|
|
@@ -2909,14 +2909,14 @@ var BookOpen = function BookOpen(_ref) {
|
|
|
2909
2909
|
}));
|
|
2910
2910
|
};
|
|
2911
2911
|
|
|
2912
|
-
var _excluded$
|
|
2912
|
+
var _excluded$3E = ["size", "color", "strokeWidth"];
|
|
2913
2913
|
var Braces = function Braces(_ref) {
|
|
2914
2914
|
var _ref$size = _ref.size,
|
|
2915
2915
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2916
2916
|
_ref$color = _ref.color,
|
|
2917
2917
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
2918
2918
|
_ref.strokeWidth;
|
|
2919
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
2919
|
+
var props = _objectWithoutProperties(_ref, _excluded$3E);
|
|
2920
2920
|
|
|
2921
2921
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2922
2922
|
width: size,
|
|
@@ -2929,7 +2929,7 @@ var Braces = function Braces(_ref) {
|
|
|
2929
2929
|
}));
|
|
2930
2930
|
};
|
|
2931
2931
|
|
|
2932
|
-
var _excluded$
|
|
2932
|
+
var _excluded$3D = ["size", "color", "strokeWidth"];
|
|
2933
2933
|
var Building = function Building(_ref) {
|
|
2934
2934
|
var _ref$size = _ref.size,
|
|
2935
2935
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2937,7 +2937,7 @@ var Building = function Building(_ref) {
|
|
|
2937
2937
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2938
2938
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2939
2939
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2940
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2940
|
+
props = _objectWithoutProperties(_ref, _excluded$3D);
|
|
2941
2941
|
|
|
2942
2942
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2943
2943
|
width: size,
|
|
@@ -2961,7 +2961,7 @@ var Building = function Building(_ref) {
|
|
|
2961
2961
|
}));
|
|
2962
2962
|
};
|
|
2963
2963
|
|
|
2964
|
-
var _excluded$
|
|
2964
|
+
var _excluded$3C = ["size", "color", "strokeWidth"];
|
|
2965
2965
|
var Calendar = function Calendar(_ref) {
|
|
2966
2966
|
var _ref$size = _ref.size,
|
|
2967
2967
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2969,7 +2969,7 @@ var Calendar = function Calendar(_ref) {
|
|
|
2969
2969
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2970
2970
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2971
2971
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2972
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2972
|
+
props = _objectWithoutProperties(_ref, _excluded$3C);
|
|
2973
2973
|
|
|
2974
2974
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2975
2975
|
width: size,
|
|
@@ -2985,7 +2985,7 @@ var Calendar = function Calendar(_ref) {
|
|
|
2985
2985
|
}));
|
|
2986
2986
|
};
|
|
2987
2987
|
|
|
2988
|
-
var _excluded$
|
|
2988
|
+
var _excluded$3B = ["size", "color", "strokeWidth"];
|
|
2989
2989
|
var Camera = function Camera(_ref) {
|
|
2990
2990
|
var _ref$size = _ref.size,
|
|
2991
2991
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2993,7 +2993,7 @@ var Camera = function Camera(_ref) {
|
|
|
2993
2993
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2994
2994
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2995
2995
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2996
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2996
|
+
props = _objectWithoutProperties(_ref, _excluded$3B);
|
|
2997
2997
|
|
|
2998
2998
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2999
2999
|
width: size,
|
|
@@ -3015,14 +3015,14 @@ var Camera = function Camera(_ref) {
|
|
|
3015
3015
|
}));
|
|
3016
3016
|
};
|
|
3017
3017
|
|
|
3018
|
-
var _excluded$
|
|
3018
|
+
var _excluded$3A = ["size", "color", "strokeWidth"];
|
|
3019
3019
|
var CannedResponses = function CannedResponses(_ref) {
|
|
3020
3020
|
var _ref$size = _ref.size,
|
|
3021
3021
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3022
3022
|
_ref$color = _ref.color,
|
|
3023
3023
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3024
3024
|
_ref.strokeWidth;
|
|
3025
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3025
|
+
var props = _objectWithoutProperties(_ref, _excluded$3A);
|
|
3026
3026
|
|
|
3027
3027
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3028
3028
|
width: size,
|
|
@@ -3035,7 +3035,7 @@ var CannedResponses = function CannedResponses(_ref) {
|
|
|
3035
3035
|
}));
|
|
3036
3036
|
};
|
|
3037
3037
|
|
|
3038
|
-
var _excluded$
|
|
3038
|
+
var _excluded$3z = ["size", "color", "strokeWidth"];
|
|
3039
3039
|
var Category = function Category(_ref) {
|
|
3040
3040
|
var _ref$size = _ref.size,
|
|
3041
3041
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3043,7 +3043,7 @@ var Category = function Category(_ref) {
|
|
|
3043
3043
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3044
3044
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3045
3045
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3046
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3046
|
+
props = _objectWithoutProperties(_ref, _excluded$3z);
|
|
3047
3047
|
|
|
3048
3048
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3049
3049
|
width: size,
|
|
@@ -3059,7 +3059,7 @@ var Category = function Category(_ref) {
|
|
|
3059
3059
|
}));
|
|
3060
3060
|
};
|
|
3061
3061
|
|
|
3062
|
-
var _excluded$
|
|
3062
|
+
var _excluded$3y = ["size", "color", "strokeWidth"];
|
|
3063
3063
|
var CenterAlign = function CenterAlign(_ref) {
|
|
3064
3064
|
var _ref$size = _ref.size,
|
|
3065
3065
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3067,7 +3067,7 @@ var CenterAlign = function CenterAlign(_ref) {
|
|
|
3067
3067
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3068
3068
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3069
3069
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3070
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3070
|
+
props = _objectWithoutProperties(_ref, _excluded$3y);
|
|
3071
3071
|
|
|
3072
3072
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3073
3073
|
width: size,
|
|
@@ -3113,7 +3113,7 @@ var CenterAlign = function CenterAlign(_ref) {
|
|
|
3113
3113
|
}))));
|
|
3114
3114
|
};
|
|
3115
3115
|
|
|
3116
|
-
var _excluded$
|
|
3116
|
+
var _excluded$3x = ["size", "color", "strokeWidth"];
|
|
3117
3117
|
var ChatOffline = function ChatOffline(_ref) {
|
|
3118
3118
|
var _ref$size = _ref.size,
|
|
3119
3119
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3121,7 +3121,7 @@ var ChatOffline = function ChatOffline(_ref) {
|
|
|
3121
3121
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3122
3122
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3123
3123
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3124
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3124
|
+
props = _objectWithoutProperties(_ref, _excluded$3x);
|
|
3125
3125
|
|
|
3126
3126
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3127
3127
|
width: size,
|
|
@@ -3142,7 +3142,7 @@ var ChatOffline = function ChatOffline(_ref) {
|
|
|
3142
3142
|
}));
|
|
3143
3143
|
};
|
|
3144
3144
|
|
|
3145
|
-
var _excluded$
|
|
3145
|
+
var _excluded$3w = ["size", "color", "strokeWidth"];
|
|
3146
3146
|
var Chat = function Chat(_ref) {
|
|
3147
3147
|
var _ref$size = _ref.size,
|
|
3148
3148
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3150,7 +3150,7 @@ var Chat = function Chat(_ref) {
|
|
|
3150
3150
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3151
3151
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3152
3152
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3153
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3153
|
+
props = _objectWithoutProperties(_ref, _excluded$3w);
|
|
3154
3154
|
|
|
3155
3155
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3156
3156
|
width: size,
|
|
@@ -3166,14 +3166,14 @@ var Chat = function Chat(_ref) {
|
|
|
3166
3166
|
}));
|
|
3167
3167
|
};
|
|
3168
3168
|
|
|
3169
|
-
var _excluded$
|
|
3169
|
+
var _excluded$3v = ["size", "color", "strokeWidth"];
|
|
3170
3170
|
var ChatBubble = function ChatBubble(_ref) {
|
|
3171
3171
|
var _ref$size = _ref.size,
|
|
3172
3172
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3173
3173
|
_ref$color = _ref.color,
|
|
3174
3174
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3175
3175
|
_ref.strokeWidth;
|
|
3176
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3176
|
+
var props = _objectWithoutProperties(_ref, _excluded$3v);
|
|
3177
3177
|
|
|
3178
3178
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3179
3179
|
width: size,
|
|
@@ -3189,7 +3189,7 @@ var ChatBubble = function ChatBubble(_ref) {
|
|
|
3189
3189
|
}));
|
|
3190
3190
|
};
|
|
3191
3191
|
|
|
3192
|
-
var _excluded$
|
|
3192
|
+
var _excluded$3u = ["size", "color", "strokeWidth"];
|
|
3193
3193
|
var ChatEmpty = function ChatEmpty(_ref) {
|
|
3194
3194
|
var _ref$size = _ref.size,
|
|
3195
3195
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3197,7 +3197,7 @@ var ChatEmpty = function ChatEmpty(_ref) {
|
|
|
3197
3197
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3198
3198
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3199
3199
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3200
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3200
|
+
props = _objectWithoutProperties(_ref, _excluded$3u);
|
|
3201
3201
|
|
|
3202
3202
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3203
3203
|
width: size,
|
|
@@ -3213,14 +3213,14 @@ var ChatEmpty = function ChatEmpty(_ref) {
|
|
|
3213
3213
|
}));
|
|
3214
3214
|
};
|
|
3215
3215
|
|
|
3216
|
-
var _excluded$
|
|
3216
|
+
var _excluded$3t = ["size", "color", "strokeWidth"];
|
|
3217
3217
|
var ChatNotification = function ChatNotification(_ref) {
|
|
3218
3218
|
var _ref$size = _ref.size,
|
|
3219
3219
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3220
3220
|
_ref$color = _ref.color,
|
|
3221
3221
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3222
3222
|
_ref.strokeWidth;
|
|
3223
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3223
|
+
var props = _objectWithoutProperties(_ref, _excluded$3t);
|
|
3224
3224
|
|
|
3225
3225
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3226
3226
|
width: size,
|
|
@@ -3233,7 +3233,7 @@ var ChatNotification = function ChatNotification(_ref) {
|
|
|
3233
3233
|
}));
|
|
3234
3234
|
};
|
|
3235
3235
|
|
|
3236
|
-
var _excluded$
|
|
3236
|
+
var _excluded$3s = ["size", "color", "strokeWidth"];
|
|
3237
3237
|
var Check = function Check(_ref) {
|
|
3238
3238
|
var _ref$size = _ref.size,
|
|
3239
3239
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3241,7 +3241,7 @@ var Check = function Check(_ref) {
|
|
|
3241
3241
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3242
3242
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3243
3243
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3244
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3244
|
+
props = _objectWithoutProperties(_ref, _excluded$3s);
|
|
3245
3245
|
|
|
3246
3246
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3247
3247
|
width: size,
|
|
@@ -3257,7 +3257,7 @@ var Check = function Check(_ref) {
|
|
|
3257
3257
|
}));
|
|
3258
3258
|
};
|
|
3259
3259
|
|
|
3260
|
-
var _excluded$
|
|
3260
|
+
var _excluded$3r = ["size", "color", "strokeWidth"];
|
|
3261
3261
|
var Checkbox = function Checkbox(_ref) {
|
|
3262
3262
|
var _ref$size = _ref.size,
|
|
3263
3263
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3265,7 +3265,7 @@ var Checkbox = function Checkbox(_ref) {
|
|
|
3265
3265
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3266
3266
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3267
3267
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3268
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3268
|
+
props = _objectWithoutProperties(_ref, _excluded$3r);
|
|
3269
3269
|
|
|
3270
3270
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3271
3271
|
width: size,
|
|
@@ -3289,7 +3289,7 @@ var Checkbox = function Checkbox(_ref) {
|
|
|
3289
3289
|
}));
|
|
3290
3290
|
};
|
|
3291
3291
|
|
|
3292
|
-
var _excluded$
|
|
3292
|
+
var _excluded$3q = ["size", "color", "strokeWidth"];
|
|
3293
3293
|
var CheckboxInactive = function CheckboxInactive(_ref) {
|
|
3294
3294
|
var _ref$size = _ref.size,
|
|
3295
3295
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3297,7 +3297,7 @@ var CheckboxInactive = function CheckboxInactive(_ref) {
|
|
|
3297
3297
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3298
3298
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3299
3299
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3300
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3300
|
+
props = _objectWithoutProperties(_ref, _excluded$3q);
|
|
3301
3301
|
|
|
3302
3302
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3303
3303
|
width: size,
|
|
@@ -3315,7 +3315,7 @@ var CheckboxInactive = function CheckboxInactive(_ref) {
|
|
|
3315
3315
|
}));
|
|
3316
3316
|
};
|
|
3317
3317
|
|
|
3318
|
-
var _excluded$
|
|
3318
|
+
var _excluded$3p = ["size", "color", "strokeWidth"];
|
|
3319
3319
|
var CheckCircle = function CheckCircle(_ref) {
|
|
3320
3320
|
var _ref$size = _ref.size,
|
|
3321
3321
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3323,7 +3323,7 @@ var CheckCircle = function CheckCircle(_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$3p);
|
|
3327
3327
|
|
|
3328
3328
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3329
3329
|
width: size,
|
|
@@ -3345,7 +3345,7 @@ var CheckCircle = function CheckCircle(_ref) {
|
|
|
3345
3345
|
}));
|
|
3346
3346
|
};
|
|
3347
3347
|
|
|
3348
|
-
var _excluded$
|
|
3348
|
+
var _excluded$3o = ["size", "color", "strokeWidth"];
|
|
3349
3349
|
var Checkmark = function Checkmark(_ref) {
|
|
3350
3350
|
var _ref$size = _ref.size,
|
|
3351
3351
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3353,7 +3353,7 @@ var Checkmark = function Checkmark(_ref) {
|
|
|
3353
3353
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3354
3354
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3355
3355
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3356
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3356
|
+
props = _objectWithoutProperties(_ref, _excluded$3o);
|
|
3357
3357
|
|
|
3358
3358
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3359
3359
|
width: size,
|
|
@@ -3375,14 +3375,14 @@ var Checkmark = function Checkmark(_ref) {
|
|
|
3375
3375
|
}));
|
|
3376
3376
|
};
|
|
3377
3377
|
|
|
3378
|
-
var _excluded$
|
|
3378
|
+
var _excluded$3n = ["size", "color", "strokeWidth"];
|
|
3379
3379
|
var Chrome = function Chrome(_ref) {
|
|
3380
3380
|
var _ref$size = _ref.size,
|
|
3381
3381
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3382
3382
|
_ref$color = _ref.color,
|
|
3383
3383
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3384
3384
|
_ref.strokeWidth;
|
|
3385
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3385
|
+
var props = _objectWithoutProperties(_ref, _excluded$3n);
|
|
3386
3386
|
|
|
3387
3387
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3388
3388
|
width: size,
|
|
@@ -3402,7 +3402,7 @@ var Chrome = function Chrome(_ref) {
|
|
|
3402
3402
|
}));
|
|
3403
3403
|
};
|
|
3404
3404
|
|
|
3405
|
-
var _excluded$
|
|
3405
|
+
var _excluded$3m = ["size", "color", "strokeWidth"];
|
|
3406
3406
|
var Clock = function Clock(_ref) {
|
|
3407
3407
|
var _ref$size = _ref.size,
|
|
3408
3408
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3410,7 +3410,7 @@ var Clock = function Clock(_ref) {
|
|
|
3410
3410
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3411
3411
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3412
3412
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3413
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3413
|
+
props = _objectWithoutProperties(_ref, _excluded$3m);
|
|
3414
3414
|
|
|
3415
3415
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3416
3416
|
width: size,
|
|
@@ -3432,7 +3432,7 @@ var Clock = function Clock(_ref) {
|
|
|
3432
3432
|
}));
|
|
3433
3433
|
};
|
|
3434
3434
|
|
|
3435
|
-
var _excluded$
|
|
3435
|
+
var _excluded$3l = ["size", "color", "strokeWidth"];
|
|
3436
3436
|
var Close = function Close(_ref) {
|
|
3437
3437
|
var _ref$size = _ref.size,
|
|
3438
3438
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3440,7 +3440,7 @@ var Close = function Close(_ref) {
|
|
|
3440
3440
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3441
3441
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3442
3442
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3443
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3443
|
+
props = _objectWithoutProperties(_ref, _excluded$3l);
|
|
3444
3444
|
|
|
3445
3445
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3446
3446
|
width: size,
|
|
@@ -3456,7 +3456,7 @@ var Close = function Close(_ref) {
|
|
|
3456
3456
|
}));
|
|
3457
3457
|
};
|
|
3458
3458
|
|
|
3459
|
-
var _excluded$
|
|
3459
|
+
var _excluded$3k = ["size", "color", "strokeWidth"];
|
|
3460
3460
|
var CloseCircle = function CloseCircle(_ref) {
|
|
3461
3461
|
var _ref$size = _ref.size,
|
|
3462
3462
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3464,7 +3464,7 @@ var CloseCircle = function CloseCircle(_ref) {
|
|
|
3464
3464
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3465
3465
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3466
3466
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3467
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3467
|
+
props = _objectWithoutProperties(_ref, _excluded$3k);
|
|
3468
3468
|
|
|
3469
3469
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3470
3470
|
width: size,
|
|
@@ -3480,7 +3480,7 @@ var CloseCircle = function CloseCircle(_ref) {
|
|
|
3480
3480
|
}));
|
|
3481
3481
|
};
|
|
3482
3482
|
|
|
3483
|
-
var _excluded$
|
|
3483
|
+
var _excluded$3j = ["size", "color", "strokeWidth"];
|
|
3484
3484
|
var ClosedPullRequest = function ClosedPullRequest(_ref) {
|
|
3485
3485
|
var _ref$size = _ref.size,
|
|
3486
3486
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3488,7 +3488,7 @@ var ClosedPullRequest = function ClosedPullRequest(_ref) {
|
|
|
3488
3488
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3489
3489
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3490
3490
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3491
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3491
|
+
props = _objectWithoutProperties(_ref, _excluded$3j);
|
|
3492
3492
|
|
|
3493
3493
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3494
3494
|
width: size,
|
|
@@ -3520,7 +3520,7 @@ var ClosedPullRequest = function ClosedPullRequest(_ref) {
|
|
|
3520
3520
|
}));
|
|
3521
3521
|
};
|
|
3522
3522
|
|
|
3523
|
-
var _excluded$
|
|
3523
|
+
var _excluded$3i = ["size", "color", "strokeWidth"];
|
|
3524
3524
|
var Code = function Code(_ref) {
|
|
3525
3525
|
var _ref$size = _ref.size,
|
|
3526
3526
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3528,7 +3528,7 @@ var Code = function Code(_ref) {
|
|
|
3528
3528
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3529
3529
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3530
3530
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3531
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3531
|
+
props = _objectWithoutProperties(_ref, _excluded$3i);
|
|
3532
3532
|
|
|
3533
3533
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3534
3534
|
width: size,
|
|
@@ -3544,7 +3544,7 @@ var Code = function Code(_ref) {
|
|
|
3544
3544
|
}));
|
|
3545
3545
|
};
|
|
3546
3546
|
|
|
3547
|
-
var _excluded$
|
|
3547
|
+
var _excluded$3h = ["size", "color", "strokeWidth"];
|
|
3548
3548
|
var CodeBlock = function CodeBlock(_ref) {
|
|
3549
3549
|
var _ref$size = _ref.size,
|
|
3550
3550
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3552,7 +3552,7 @@ var CodeBlock = function CodeBlock(_ref) {
|
|
|
3552
3552
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3553
3553
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3554
3554
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3555
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3555
|
+
props = _objectWithoutProperties(_ref, _excluded$3h);
|
|
3556
3556
|
|
|
3557
3557
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3558
3558
|
width: size,
|
|
@@ -3568,7 +3568,7 @@ var CodeBlock = function CodeBlock(_ref) {
|
|
|
3568
3568
|
}));
|
|
3569
3569
|
};
|
|
3570
3570
|
|
|
3571
|
-
var _excluded$
|
|
3571
|
+
var _excluded$3g = ["size", "color", "strokeWidth"];
|
|
3572
3572
|
var Collapse = function Collapse(_ref) {
|
|
3573
3573
|
var _ref$size = _ref.size,
|
|
3574
3574
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3576,7 +3576,7 @@ var Collapse = function Collapse(_ref) {
|
|
|
3576
3576
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3577
3577
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3578
3578
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3579
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3579
|
+
props = _objectWithoutProperties(_ref, _excluded$3g);
|
|
3580
3580
|
|
|
3581
3581
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3582
3582
|
width: size,
|
|
@@ -3592,7 +3592,7 @@ var Collapse = function Collapse(_ref) {
|
|
|
3592
3592
|
}));
|
|
3593
3593
|
};
|
|
3594
3594
|
|
|
3595
|
-
var _excluded$
|
|
3595
|
+
var _excluded$3f = ["size", "color", "strokeWidth"];
|
|
3596
3596
|
var Column = function Column(_ref) {
|
|
3597
3597
|
var _ref$size = _ref.size,
|
|
3598
3598
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3600,7 +3600,7 @@ var Column = function Column(_ref) {
|
|
|
3600
3600
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3601
3601
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3602
3602
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3603
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3603
|
+
props = _objectWithoutProperties(_ref, _excluded$3f);
|
|
3604
3604
|
|
|
3605
3605
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3606
3606
|
width: size,
|
|
@@ -3623,7 +3623,7 @@ var Column = function Column(_ref) {
|
|
|
3623
3623
|
}));
|
|
3624
3624
|
};
|
|
3625
3625
|
|
|
3626
|
-
var _excluded$
|
|
3626
|
+
var _excluded$3e = ["size", "color", "strokeWidth"];
|
|
3627
3627
|
var Computer = function Computer(_ref) {
|
|
3628
3628
|
var _ref$size = _ref.size,
|
|
3629
3629
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3631,7 +3631,7 @@ var Computer = function Computer(_ref) {
|
|
|
3631
3631
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3632
3632
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3633
3633
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3634
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3634
|
+
props = _objectWithoutProperties(_ref, _excluded$3e);
|
|
3635
3635
|
|
|
3636
3636
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3637
3637
|
width: size,
|
|
@@ -3650,7 +3650,7 @@ var Computer = function Computer(_ref) {
|
|
|
3650
3650
|
}));
|
|
3651
3651
|
};
|
|
3652
3652
|
|
|
3653
|
-
var _excluded$
|
|
3653
|
+
var _excluded$3d = ["size", "color", "strokeWidth"];
|
|
3654
3654
|
var ContactBook = function ContactBook(_ref) {
|
|
3655
3655
|
var _ref$size = _ref.size,
|
|
3656
3656
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3658,7 +3658,7 @@ var ContactBook = function ContactBook(_ref) {
|
|
|
3658
3658
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3659
3659
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3660
3660
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3661
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3661
|
+
props = _objectWithoutProperties(_ref, _excluded$3d);
|
|
3662
3662
|
|
|
3663
3663
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3664
3664
|
width: size,
|
|
@@ -3680,7 +3680,7 @@ var ContactBook = function ContactBook(_ref) {
|
|
|
3680
3680
|
}));
|
|
3681
3681
|
};
|
|
3682
3682
|
|
|
3683
|
-
var _excluded$
|
|
3683
|
+
var _excluded$3c = ["size", "color", "strokeWidth"];
|
|
3684
3684
|
var Copy = function Copy(_ref) {
|
|
3685
3685
|
var _ref$size = _ref.size,
|
|
3686
3686
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3688,7 +3688,7 @@ var Copy = function Copy(_ref) {
|
|
|
3688
3688
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3689
3689
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3690
3690
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3691
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3691
|
+
props = _objectWithoutProperties(_ref, _excluded$3c);
|
|
3692
3692
|
|
|
3693
3693
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3694
3694
|
width: size,
|
|
@@ -3710,7 +3710,7 @@ var Copy = function Copy(_ref) {
|
|
|
3710
3710
|
}));
|
|
3711
3711
|
};
|
|
3712
3712
|
|
|
3713
|
-
var _excluded$
|
|
3713
|
+
var _excluded$3b = ["size", "color", "strokeWidth"];
|
|
3714
3714
|
var CreditCard = function CreditCard(_ref) {
|
|
3715
3715
|
var _ref$size = _ref.size,
|
|
3716
3716
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3718,7 +3718,7 @@ var CreditCard = function CreditCard(_ref) {
|
|
|
3718
3718
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3719
3719
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3720
3720
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3721
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3721
|
+
props = _objectWithoutProperties(_ref, _excluded$3b);
|
|
3722
3722
|
|
|
3723
3723
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3724
3724
|
width: size,
|
|
@@ -3741,14 +3741,14 @@ var CreditCard = function CreditCard(_ref) {
|
|
|
3741
3741
|
}))));
|
|
3742
3742
|
};
|
|
3743
3743
|
|
|
3744
|
-
var _excluded$
|
|
3744
|
+
var _excluded$3a = ["size", "color", "strokeWidth"];
|
|
3745
3745
|
var Css3 = function Css3(_ref) {
|
|
3746
3746
|
var _ref$size = _ref.size,
|
|
3747
3747
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3748
3748
|
_ref$color = _ref.color,
|
|
3749
3749
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3750
3750
|
_ref.strokeWidth;
|
|
3751
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3751
|
+
var props = _objectWithoutProperties(_ref, _excluded$3a);
|
|
3752
3752
|
|
|
3753
3753
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3754
3754
|
width: size,
|
|
@@ -3761,7 +3761,7 @@ var Css3 = function Css3(_ref) {
|
|
|
3761
3761
|
}));
|
|
3762
3762
|
};
|
|
3763
3763
|
|
|
3764
|
-
var _excluded$
|
|
3764
|
+
var _excluded$39 = ["size", "color", "strokeWidth"];
|
|
3765
3765
|
var Cursor = function Cursor(_ref) {
|
|
3766
3766
|
var _ref$size = _ref.size,
|
|
3767
3767
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3769,7 +3769,7 @@ var Cursor = function Cursor(_ref) {
|
|
|
3769
3769
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3770
3770
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3771
3771
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3772
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3772
|
+
props = _objectWithoutProperties(_ref, _excluded$39);
|
|
3773
3773
|
|
|
3774
3774
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3775
3775
|
width: size,
|
|
@@ -3785,7 +3785,7 @@ var Cursor = function Cursor(_ref) {
|
|
|
3785
3785
|
}));
|
|
3786
3786
|
};
|
|
3787
3787
|
|
|
3788
|
-
var _excluded$
|
|
3788
|
+
var _excluded$38 = ["size", "color", "strokeWidth"];
|
|
3789
3789
|
var CustomDomain = function CustomDomain(_ref) {
|
|
3790
3790
|
var _ref$size = _ref.size,
|
|
3791
3791
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3793,7 +3793,7 @@ var CustomDomain = function CustomDomain(_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$38);
|
|
3797
3797
|
|
|
3798
3798
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3799
3799
|
width: size,
|
|
@@ -3809,14 +3809,14 @@ var CustomDomain = function CustomDomain(_ref) {
|
|
|
3809
3809
|
}));
|
|
3810
3810
|
};
|
|
3811
3811
|
|
|
3812
|
-
var _excluded$
|
|
3812
|
+
var _excluded$37 = ["size", "color", "strokeWidth"];
|
|
3813
3813
|
var Customers = function Customers(_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$37);
|
|
3820
3820
|
|
|
3821
3821
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3822
3822
|
width: size,
|
|
@@ -3831,14 +3831,14 @@ var Customers = function Customers(_ref) {
|
|
|
3831
3831
|
}));
|
|
3832
3832
|
};
|
|
3833
3833
|
|
|
3834
|
-
var _excluded$
|
|
3834
|
+
var _excluded$36 = ["size", "color", "strokeWidth"];
|
|
3835
3835
|
var Customize = function Customize(_ref) {
|
|
3836
3836
|
var _ref$size = _ref.size,
|
|
3837
3837
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3838
3838
|
_ref$color = _ref.color,
|
|
3839
3839
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3840
3840
|
_ref.strokeWidth;
|
|
3841
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3841
|
+
var props = _objectWithoutProperties(_ref, _excluded$36);
|
|
3842
3842
|
|
|
3843
3843
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3844
3844
|
width: size,
|
|
@@ -3854,7 +3854,7 @@ var Customize = function Customize(_ref) {
|
|
|
3854
3854
|
}));
|
|
3855
3855
|
};
|
|
3856
3856
|
|
|
3857
|
-
var _excluded$
|
|
3857
|
+
var _excluded$35 = ["size", "color", "strokeWidth"];
|
|
3858
3858
|
var Dashboard = function Dashboard(_ref) {
|
|
3859
3859
|
var _ref$size = _ref.size,
|
|
3860
3860
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3862,7 +3862,7 @@ var Dashboard = function Dashboard(_ref) {
|
|
|
3862
3862
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3863
3863
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3864
3864
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3865
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3865
|
+
props = _objectWithoutProperties(_ref, _excluded$35);
|
|
3866
3866
|
|
|
3867
3867
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3868
3868
|
width: size,
|
|
@@ -3878,14 +3878,14 @@ var Dashboard = function Dashboard(_ref) {
|
|
|
3878
3878
|
}));
|
|
3879
3879
|
};
|
|
3880
3880
|
|
|
3881
|
-
var _excluded$
|
|
3881
|
+
var _excluded$34 = ["size", "color", "strokeWidth"];
|
|
3882
3882
|
var Database = function Database(_ref) {
|
|
3883
3883
|
var _ref$size = _ref.size,
|
|
3884
3884
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3885
3885
|
_ref$color = _ref.color,
|
|
3886
3886
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3887
3887
|
_ref.strokeWidth;
|
|
3888
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3888
|
+
var props = _objectWithoutProperties(_ref, _excluded$34);
|
|
3889
3889
|
|
|
3890
3890
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3891
3891
|
width: size,
|
|
@@ -3898,7 +3898,7 @@ var Database = function Database(_ref) {
|
|
|
3898
3898
|
}));
|
|
3899
3899
|
};
|
|
3900
3900
|
|
|
3901
|
-
var _excluded$
|
|
3901
|
+
var _excluded$33 = ["size", "color", "strokeWidth"];
|
|
3902
3902
|
var Delete = function Delete(_ref) {
|
|
3903
3903
|
var _ref$size = _ref.size,
|
|
3904
3904
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3906,7 +3906,7 @@ var Delete = function Delete(_ref) {
|
|
|
3906
3906
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3907
3907
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3908
3908
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3909
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3909
|
+
props = _objectWithoutProperties(_ref, _excluded$33);
|
|
3910
3910
|
|
|
3911
3911
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3912
3912
|
width: size,
|
|
@@ -3922,7 +3922,7 @@ var Delete = function Delete(_ref) {
|
|
|
3922
3922
|
}));
|
|
3923
3923
|
};
|
|
3924
3924
|
|
|
3925
|
-
var _excluded$
|
|
3925
|
+
var _excluded$32 = ["size", "color", "strokeWidth"];
|
|
3926
3926
|
var Design = function Design(_ref) {
|
|
3927
3927
|
var _ref$size = _ref.size,
|
|
3928
3928
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3930,7 +3930,7 @@ var Design = function Design(_ref) {
|
|
|
3930
3930
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3931
3931
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3932
3932
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3933
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3933
|
+
props = _objectWithoutProperties(_ref, _excluded$32);
|
|
3934
3934
|
|
|
3935
3935
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3936
3936
|
width: size,
|
|
@@ -3958,7 +3958,7 @@ var Design = function Design(_ref) {
|
|
|
3958
3958
|
}));
|
|
3959
3959
|
};
|
|
3960
3960
|
|
|
3961
|
-
var _excluded$
|
|
3961
|
+
var _excluded$31 = ["size", "color", "strokeWidth"];
|
|
3962
3962
|
var DoubleCheck = function DoubleCheck(_ref) {
|
|
3963
3963
|
var _ref$size = _ref.size,
|
|
3964
3964
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3966,7 +3966,7 @@ var DoubleCheck = function DoubleCheck(_ref) {
|
|
|
3966
3966
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3967
3967
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3968
3968
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3969
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3969
|
+
props = _objectWithoutProperties(_ref, _excluded$31);
|
|
3970
3970
|
|
|
3971
3971
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3972
3972
|
width: size,
|
|
@@ -3987,7 +3987,7 @@ var DoubleCheck = function DoubleCheck(_ref) {
|
|
|
3987
3987
|
}));
|
|
3988
3988
|
};
|
|
3989
3989
|
|
|
3990
|
-
var _excluded$
|
|
3990
|
+
var _excluded$30 = ["size", "color", "strokeWidth"];
|
|
3991
3991
|
var DownArrowCircle = function DownArrowCircle(_ref) {
|
|
3992
3992
|
var _ref$size = _ref.size,
|
|
3993
3993
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3995,7 +3995,7 @@ var DownArrowCircle = function DownArrowCircle(_ref) {
|
|
|
3995
3995
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3996
3996
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3997
3997
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3998
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3998
|
+
props = _objectWithoutProperties(_ref, _excluded$30);
|
|
3999
3999
|
|
|
4000
4000
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4001
4001
|
width: size,
|
|
@@ -4017,7 +4017,7 @@ var DownArrowCircle = function DownArrowCircle(_ref) {
|
|
|
4017
4017
|
}));
|
|
4018
4018
|
};
|
|
4019
4019
|
|
|
4020
|
-
var _excluded$
|
|
4020
|
+
var _excluded$2$ = ["size", "color", "strokeWidth"];
|
|
4021
4021
|
var Down = function Down(_ref) {
|
|
4022
4022
|
var _ref$size = _ref.size,
|
|
4023
4023
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4025,7 +4025,7 @@ var Down = function Down(_ref) {
|
|
|
4025
4025
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4026
4026
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4027
4027
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4028
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4028
|
+
props = _objectWithoutProperties(_ref, _excluded$2$);
|
|
4029
4029
|
|
|
4030
4030
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4031
4031
|
width: size,
|
|
@@ -4041,7 +4041,7 @@ var Down = function Down(_ref) {
|
|
|
4041
4041
|
}));
|
|
4042
4042
|
};
|
|
4043
4043
|
|
|
4044
|
-
var _excluded$
|
|
4044
|
+
var _excluded$2_ = ["size", "color", "strokeWidth"];
|
|
4045
4045
|
var DownArrow = function DownArrow(_ref) {
|
|
4046
4046
|
var _ref$size = _ref.size,
|
|
4047
4047
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4049,7 +4049,7 @@ var DownArrow = function DownArrow(_ref) {
|
|
|
4049
4049
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4050
4050
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4051
4051
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4052
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4052
|
+
props = _objectWithoutProperties(_ref, _excluded$2_);
|
|
4053
4053
|
|
|
4054
4054
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4055
4055
|
width: size,
|
|
@@ -4065,7 +4065,7 @@ var DownArrow = function DownArrow(_ref) {
|
|
|
4065
4065
|
}));
|
|
4066
4066
|
};
|
|
4067
4067
|
|
|
4068
|
-
var _excluded$
|
|
4068
|
+
var _excluded$2Z = ["size", "color", "strokeWidth"];
|
|
4069
4069
|
var Download = function Download(_ref) {
|
|
4070
4070
|
var _ref$size = _ref.size,
|
|
4071
4071
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4073,7 +4073,7 @@ var Download = function Download(_ref) {
|
|
|
4073
4073
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4074
4074
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4075
4075
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4076
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4076
|
+
props = _objectWithoutProperties(_ref, _excluded$2Z);
|
|
4077
4077
|
|
|
4078
4078
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4079
4079
|
width: size,
|
|
@@ -4095,7 +4095,7 @@ var Download = function Download(_ref) {
|
|
|
4095
4095
|
}));
|
|
4096
4096
|
};
|
|
4097
4097
|
|
|
4098
|
-
var _excluded$
|
|
4098
|
+
var _excluded$2Y = ["size", "color", "strokeWidth"];
|
|
4099
4099
|
var Draft = function Draft(_ref) {
|
|
4100
4100
|
var _ref$size = _ref.size,
|
|
4101
4101
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4103,7 +4103,7 @@ var Draft = function Draft(_ref) {
|
|
|
4103
4103
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4104
4104
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4105
4105
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4106
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4106
|
+
props = _objectWithoutProperties(_ref, _excluded$2Y);
|
|
4107
4107
|
|
|
4108
4108
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4109
4109
|
width: size,
|
|
@@ -4125,7 +4125,7 @@ var Draft = function Draft(_ref) {
|
|
|
4125
4125
|
}));
|
|
4126
4126
|
};
|
|
4127
4127
|
|
|
4128
|
-
var _excluded$
|
|
4128
|
+
var _excluded$2X = ["size", "color", "strokeWidth"];
|
|
4129
4129
|
var Dropdown = function Dropdown(_ref) {
|
|
4130
4130
|
var _ref$size = _ref.size,
|
|
4131
4131
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4133,7 +4133,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
4133
4133
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4134
4134
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4135
4135
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4136
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4136
|
+
props = _objectWithoutProperties(_ref, _excluded$2X);
|
|
4137
4137
|
|
|
4138
4138
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4139
4139
|
width: size,
|
|
@@ -4155,7 +4155,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
4155
4155
|
}));
|
|
4156
4156
|
};
|
|
4157
4157
|
|
|
4158
|
-
var _excluded$
|
|
4158
|
+
var _excluded$2W = ["size", "color", "strokeWidth"];
|
|
4159
4159
|
var Edit = function Edit(_ref) {
|
|
4160
4160
|
var _ref$size = _ref.size,
|
|
4161
4161
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4163,7 +4163,7 @@ var Edit = function Edit(_ref) {
|
|
|
4163
4163
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4164
4164
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4165
4165
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4166
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4166
|
+
props = _objectWithoutProperties(_ref, _excluded$2W);
|
|
4167
4167
|
|
|
4168
4168
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4169
4169
|
width: size,
|
|
@@ -4179,7 +4179,7 @@ var Edit = function Edit(_ref) {
|
|
|
4179
4179
|
}));
|
|
4180
4180
|
};
|
|
4181
4181
|
|
|
4182
|
-
var _excluded$
|
|
4182
|
+
var _excluded$2V = ["size", "color", "strokeWidth"];
|
|
4183
4183
|
var Email = function Email(_ref) {
|
|
4184
4184
|
var _ref$size = _ref.size,
|
|
4185
4185
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4187,7 +4187,7 @@ var Email = function Email(_ref) {
|
|
|
4187
4187
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4188
4188
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4189
4189
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4190
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4190
|
+
props = _objectWithoutProperties(_ref, _excluded$2V);
|
|
4191
4191
|
|
|
4192
4192
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4193
4193
|
width: size,
|
|
@@ -4203,7 +4203,7 @@ var Email = function Email(_ref) {
|
|
|
4203
4203
|
}));
|
|
4204
4204
|
};
|
|
4205
4205
|
|
|
4206
|
-
var _excluded$
|
|
4206
|
+
var _excluded$2U = ["size", "color", "strokeWidth"];
|
|
4207
4207
|
var EmailSent = function EmailSent(_ref) {
|
|
4208
4208
|
var _ref$size = _ref.size,
|
|
4209
4209
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4211,7 +4211,7 @@ var EmailSent = function EmailSent(_ref) {
|
|
|
4211
4211
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4212
4212
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4213
4213
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4214
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4214
|
+
props = _objectWithoutProperties(_ref, _excluded$2U);
|
|
4215
4215
|
|
|
4216
4216
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4217
4217
|
width: size,
|
|
@@ -4239,7 +4239,7 @@ var EmailSent = function EmailSent(_ref) {
|
|
|
4239
4239
|
}));
|
|
4240
4240
|
};
|
|
4241
4241
|
|
|
4242
|
-
var _excluded$
|
|
4242
|
+
var _excluded$2T = ["size", "color", "strokeWidth"];
|
|
4243
4243
|
var Error$1 = function Error(_ref) {
|
|
4244
4244
|
var _ref$size = _ref.size,
|
|
4245
4245
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4247,7 +4247,7 @@ var Error$1 = function Error(_ref) {
|
|
|
4247
4247
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4248
4248
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4249
4249
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4250
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4250
|
+
props = _objectWithoutProperties(_ref, _excluded$2T);
|
|
4251
4251
|
|
|
4252
4252
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4253
4253
|
width: size,
|
|
@@ -4263,7 +4263,7 @@ var Error$1 = function Error(_ref) {
|
|
|
4263
4263
|
}));
|
|
4264
4264
|
};
|
|
4265
4265
|
|
|
4266
|
-
var _excluded$
|
|
4266
|
+
var _excluded$2S = ["size", "color", "strokeWidth"];
|
|
4267
4267
|
var Expand = function Expand(_ref) {
|
|
4268
4268
|
var _ref$size = _ref.size,
|
|
4269
4269
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4271,7 +4271,7 @@ var Expand = function Expand(_ref) {
|
|
|
4271
4271
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4272
4272
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4273
4273
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4274
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4274
|
+
props = _objectWithoutProperties(_ref, _excluded$2S);
|
|
4275
4275
|
|
|
4276
4276
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4277
4277
|
width: size,
|
|
@@ -4287,7 +4287,7 @@ var Expand = function Expand(_ref) {
|
|
|
4287
4287
|
}));
|
|
4288
4288
|
};
|
|
4289
4289
|
|
|
4290
|
-
var _excluded$
|
|
4290
|
+
var _excluded$2R = ["size", "color", "strokeWidth"];
|
|
4291
4291
|
var ExternalLink = function ExternalLink(_ref) {
|
|
4292
4292
|
var _ref$size = _ref.size,
|
|
4293
4293
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4295,7 +4295,7 @@ var ExternalLink = function ExternalLink(_ref) {
|
|
|
4295
4295
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4296
4296
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4297
4297
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4298
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4298
|
+
props = _objectWithoutProperties(_ref, _excluded$2R);
|
|
4299
4299
|
|
|
4300
4300
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4301
4301
|
width: size,
|
|
@@ -4311,7 +4311,7 @@ var ExternalLink = function ExternalLink(_ref) {
|
|
|
4311
4311
|
}));
|
|
4312
4312
|
};
|
|
4313
4313
|
|
|
4314
|
-
var _excluded$
|
|
4314
|
+
var _excluded$2Q = ["size", "color", "strokeWidth"];
|
|
4315
4315
|
var Eye = function Eye(_ref) {
|
|
4316
4316
|
var _ref$size = _ref.size,
|
|
4317
4317
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4319,7 +4319,7 @@ var Eye = function Eye(_ref) {
|
|
|
4319
4319
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4320
4320
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4321
4321
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4322
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4322
|
+
props = _objectWithoutProperties(_ref, _excluded$2Q);
|
|
4323
4323
|
|
|
4324
4324
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4325
4325
|
width: size,
|
|
@@ -4341,14 +4341,14 @@ var Eye = function Eye(_ref) {
|
|
|
4341
4341
|
}));
|
|
4342
4342
|
};
|
|
4343
4343
|
|
|
4344
|
-
var _excluded$
|
|
4344
|
+
var _excluded$2P = ["size", "color", "strokeWidth"];
|
|
4345
4345
|
var Facebook = function Facebook(_ref) {
|
|
4346
4346
|
var _ref$size = _ref.size,
|
|
4347
4347
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4348
4348
|
_ref$color = _ref.color,
|
|
4349
4349
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4350
4350
|
_ref.strokeWidth;
|
|
4351
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4351
|
+
var props = _objectWithoutProperties(_ref, _excluded$2P);
|
|
4352
4352
|
|
|
4353
4353
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4354
4354
|
width: size,
|
|
@@ -4361,7 +4361,7 @@ var Facebook = function Facebook(_ref) {
|
|
|
4361
4361
|
}));
|
|
4362
4362
|
};
|
|
4363
4363
|
|
|
4364
|
-
var _excluded$
|
|
4364
|
+
var _excluded$2O = ["size", "color", "strokeWidth"];
|
|
4365
4365
|
var Favorite = function Favorite(_ref) {
|
|
4366
4366
|
var _ref$size = _ref.size,
|
|
4367
4367
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4369,7 +4369,7 @@ var Favorite = function Favorite(_ref) {
|
|
|
4369
4369
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4370
4370
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4371
4371
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4372
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4372
|
+
props = _objectWithoutProperties(_ref, _excluded$2O);
|
|
4373
4373
|
|
|
4374
4374
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4375
4375
|
width: size,
|
|
@@ -4385,7 +4385,7 @@ var Favorite = function Favorite(_ref) {
|
|
|
4385
4385
|
}));
|
|
4386
4386
|
};
|
|
4387
4387
|
|
|
4388
|
-
var _excluded$
|
|
4388
|
+
var _excluded$2N = ["size", "color", "strokeWidth"];
|
|
4389
4389
|
var FileDownload = function FileDownload(_ref) {
|
|
4390
4390
|
var _ref$size = _ref.size,
|
|
4391
4391
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4393,7 +4393,7 @@ var FileDownload = function FileDownload(_ref) {
|
|
|
4393
4393
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4394
4394
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4395
4395
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4396
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4396
|
+
props = _objectWithoutProperties(_ref, _excluded$2N);
|
|
4397
4397
|
|
|
4398
4398
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4399
4399
|
width: size,
|
|
@@ -4425,7 +4425,7 @@ var FileDownload = function FileDownload(_ref) {
|
|
|
4425
4425
|
}));
|
|
4426
4426
|
};
|
|
4427
4427
|
|
|
4428
|
-
var _excluded$
|
|
4428
|
+
var _excluded$2M = ["size", "color", "strokeWidth"];
|
|
4429
4429
|
var File = function File(_ref) {
|
|
4430
4430
|
var _ref$size = _ref.size,
|
|
4431
4431
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4433,7 +4433,7 @@ var File = function File(_ref) {
|
|
|
4433
4433
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4434
4434
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4435
4435
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4436
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4436
|
+
props = _objectWithoutProperties(_ref, _excluded$2M);
|
|
4437
4437
|
|
|
4438
4438
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4439
4439
|
width: size,
|
|
@@ -4465,7 +4465,7 @@ var File = function File(_ref) {
|
|
|
4465
4465
|
}));
|
|
4466
4466
|
};
|
|
4467
4467
|
|
|
4468
|
-
var _excluded$
|
|
4468
|
+
var _excluded$2L = ["size", "color", "strokeWidth"];
|
|
4469
4469
|
var FileGeneric = function FileGeneric(_ref) {
|
|
4470
4470
|
var _ref$size = _ref.size,
|
|
4471
4471
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4473,7 +4473,7 @@ var FileGeneric = function FileGeneric(_ref) {
|
|
|
4473
4473
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4474
4474
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4475
4475
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4476
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4476
|
+
props = _objectWithoutProperties(_ref, _excluded$2L);
|
|
4477
4477
|
|
|
4478
4478
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4479
4479
|
width: size,
|
|
@@ -4498,7 +4498,7 @@ var FileGeneric = function FileGeneric(_ref) {
|
|
|
4498
4498
|
}))));
|
|
4499
4499
|
};
|
|
4500
4500
|
|
|
4501
|
-
var _excluded$
|
|
4501
|
+
var _excluded$2K = ["size", "color", "strokeWidth"];
|
|
4502
4502
|
var FilterAz = function FilterAz(_ref) {
|
|
4503
4503
|
var _ref$size = _ref.size,
|
|
4504
4504
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4506,7 +4506,7 @@ var FilterAz = function FilterAz(_ref) {
|
|
|
4506
4506
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4507
4507
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4508
4508
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4509
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4509
|
+
props = _objectWithoutProperties(_ref, _excluded$2K);
|
|
4510
4510
|
|
|
4511
4511
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4512
4512
|
width: size,
|
|
@@ -4522,7 +4522,7 @@ var FilterAz = function FilterAz(_ref) {
|
|
|
4522
4522
|
}));
|
|
4523
4523
|
};
|
|
4524
4524
|
|
|
4525
|
-
var _excluded$
|
|
4525
|
+
var _excluded$2J = ["size", "color", "strokeWidth"];
|
|
4526
4526
|
var Filter = function Filter(_ref) {
|
|
4527
4527
|
var _ref$size = _ref.size,
|
|
4528
4528
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4530,7 +4530,7 @@ var Filter = function Filter(_ref) {
|
|
|
4530
4530
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4531
4531
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4532
4532
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4533
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4533
|
+
props = _objectWithoutProperties(_ref, _excluded$2J);
|
|
4534
4534
|
|
|
4535
4535
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4536
4536
|
width: size,
|
|
@@ -4547,7 +4547,7 @@ var Filter = function Filter(_ref) {
|
|
|
4547
4547
|
}));
|
|
4548
4548
|
};
|
|
4549
4549
|
|
|
4550
|
-
var _excluded$
|
|
4550
|
+
var _excluded$2I = ["size", "color", "strokeWidth"];
|
|
4551
4551
|
var Flag = function Flag(_ref) {
|
|
4552
4552
|
var _ref$size = _ref.size,
|
|
4553
4553
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4555,7 +4555,7 @@ var Flag = function Flag(_ref) {
|
|
|
4555
4555
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4556
4556
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4557
4557
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4558
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4558
|
+
props = _objectWithoutProperties(_ref, _excluded$2I);
|
|
4559
4559
|
|
|
4560
4560
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4561
4561
|
width: size,
|
|
@@ -4571,7 +4571,7 @@ var Flag = function Flag(_ref) {
|
|
|
4571
4571
|
}));
|
|
4572
4572
|
};
|
|
4573
4573
|
|
|
4574
|
-
var _excluded$
|
|
4574
|
+
var _excluded$2H = ["size", "color", "strokeWidth"];
|
|
4575
4575
|
var Flash = function Flash(_ref) {
|
|
4576
4576
|
var _ref$size = _ref.size,
|
|
4577
4577
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4579,7 +4579,7 @@ var Flash = function Flash(_ref) {
|
|
|
4579
4579
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4580
4580
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4581
4581
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4582
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4582
|
+
props = _objectWithoutProperties(_ref, _excluded$2H);
|
|
4583
4583
|
|
|
4584
4584
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4585
4585
|
width: size,
|
|
@@ -4595,7 +4595,7 @@ var Flash = function Flash(_ref) {
|
|
|
4595
4595
|
}));
|
|
4596
4596
|
};
|
|
4597
4597
|
|
|
4598
|
-
var _excluded$
|
|
4598
|
+
var _excluded$2G = ["size", "color", "strokeWidth"];
|
|
4599
4599
|
var Focus = function Focus(_ref) {
|
|
4600
4600
|
var _ref$size = _ref.size,
|
|
4601
4601
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4603,7 +4603,7 @@ var Focus = function Focus(_ref) {
|
|
|
4603
4603
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4604
4604
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4605
4605
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4606
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4606
|
+
props = _objectWithoutProperties(_ref, _excluded$2G);
|
|
4607
4607
|
|
|
4608
4608
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4609
4609
|
width: size,
|
|
@@ -4629,7 +4629,7 @@ var Focus = function Focus(_ref) {
|
|
|
4629
4629
|
}));
|
|
4630
4630
|
};
|
|
4631
4631
|
|
|
4632
|
-
var _excluded$
|
|
4632
|
+
var _excluded$2F = ["size", "color", "strokeWidth"];
|
|
4633
4633
|
var Folder = function Folder(_ref) {
|
|
4634
4634
|
var _ref$size = _ref.size,
|
|
4635
4635
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4637,7 +4637,7 @@ var Folder = function Folder(_ref) {
|
|
|
4637
4637
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4638
4638
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4639
4639
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4640
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4640
|
+
props = _objectWithoutProperties(_ref, _excluded$2F);
|
|
4641
4641
|
|
|
4642
4642
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4643
4643
|
width: size,
|
|
@@ -4653,14 +4653,14 @@ var Folder = function Folder(_ref) {
|
|
|
4653
4653
|
}));
|
|
4654
4654
|
};
|
|
4655
4655
|
|
|
4656
|
-
var _excluded$
|
|
4656
|
+
var _excluded$2E = ["size", "color", "strokeWidth"];
|
|
4657
4657
|
var Form = function Form(_ref) {
|
|
4658
4658
|
var _ref$size = _ref.size,
|
|
4659
4659
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4660
4660
|
_ref$color = _ref.color,
|
|
4661
4661
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4662
4662
|
_ref.strokeWidth;
|
|
4663
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4663
|
+
var props = _objectWithoutProperties(_ref, _excluded$2E);
|
|
4664
4664
|
|
|
4665
4665
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4666
4666
|
width: size,
|
|
@@ -4683,7 +4683,7 @@ var Form = function Form(_ref) {
|
|
|
4683
4683
|
}));
|
|
4684
4684
|
};
|
|
4685
4685
|
|
|
4686
|
-
var _excluded$
|
|
4686
|
+
var _excluded$2D = ["size", "color", "strokeWidth"];
|
|
4687
4687
|
var Forward = function Forward(_ref) {
|
|
4688
4688
|
var _ref$size = _ref.size,
|
|
4689
4689
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4691,7 +4691,7 @@ var Forward = function Forward(_ref) {
|
|
|
4691
4691
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4692
4692
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4693
4693
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4694
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4694
|
+
props = _objectWithoutProperties(_ref, _excluded$2D);
|
|
4695
4695
|
|
|
4696
4696
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4697
4697
|
width: size,
|
|
@@ -4713,7 +4713,7 @@ var Forward = function Forward(_ref) {
|
|
|
4713
4713
|
}));
|
|
4714
4714
|
};
|
|
4715
4715
|
|
|
4716
|
-
var _excluded$
|
|
4716
|
+
var _excluded$2C = ["size", "color", "strokeWidth"];
|
|
4717
4717
|
var FullScreen = function FullScreen(_ref) {
|
|
4718
4718
|
var _ref$size = _ref.size,
|
|
4719
4719
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4721,7 +4721,7 @@ var FullScreen = function FullScreen(_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$2C);
|
|
4725
4725
|
|
|
4726
4726
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4727
4727
|
width: size,
|
|
@@ -4747,7 +4747,7 @@ var FullScreen = function FullScreen(_ref) {
|
|
|
4747
4747
|
}))));
|
|
4748
4748
|
};
|
|
4749
4749
|
|
|
4750
|
-
var _excluded$
|
|
4750
|
+
var _excluded$2B = ["size", "color", "strokeWidth"];
|
|
4751
4751
|
var Gif = function Gif(_ref) {
|
|
4752
4752
|
var _ref$size = _ref.size,
|
|
4753
4753
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4755,7 +4755,7 @@ var Gif = function Gif(_ref) {
|
|
|
4755
4755
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4756
4756
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4757
4757
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4758
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4758
|
+
props = _objectWithoutProperties(_ref, _excluded$2B);
|
|
4759
4759
|
|
|
4760
4760
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4761
4761
|
width: size,
|
|
@@ -4777,7 +4777,7 @@ var Gif = function Gif(_ref) {
|
|
|
4777
4777
|
}));
|
|
4778
4778
|
};
|
|
4779
4779
|
|
|
4780
|
-
var _excluded$
|
|
4780
|
+
var _excluded$2A = ["size", "color", "strokeWidth"];
|
|
4781
4781
|
var Gift = function Gift(_ref) {
|
|
4782
4782
|
var _ref$size = _ref.size,
|
|
4783
4783
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4785,7 +4785,7 @@ var Gift = function Gift(_ref) {
|
|
|
4785
4785
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4786
4786
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4787
4787
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4788
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4788
|
+
props = _objectWithoutProperties(_ref, _excluded$2A);
|
|
4789
4789
|
|
|
4790
4790
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4791
4791
|
width: size,
|
|
@@ -4801,7 +4801,7 @@ var Gift = function Gift(_ref) {
|
|
|
4801
4801
|
}));
|
|
4802
4802
|
};
|
|
4803
4803
|
|
|
4804
|
-
var _excluded$
|
|
4804
|
+
var _excluded$2z = ["size", "color", "strokeWidth"];
|
|
4805
4805
|
var GitMerge = function GitMerge(_ref) {
|
|
4806
4806
|
var _ref$size = _ref.size,
|
|
4807
4807
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4809,7 +4809,7 @@ var GitMerge = function GitMerge(_ref) {
|
|
|
4809
4809
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4810
4810
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4811
4811
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4812
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4812
|
+
props = _objectWithoutProperties(_ref, _excluded$2z);
|
|
4813
4813
|
|
|
4814
4814
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4815
4815
|
width: size,
|
|
@@ -4831,7 +4831,7 @@ var GitMerge = function GitMerge(_ref) {
|
|
|
4831
4831
|
}));
|
|
4832
4832
|
};
|
|
4833
4833
|
|
|
4834
|
-
var _excluded$
|
|
4834
|
+
var _excluded$2y = ["size", "color", "strokeWidth"];
|
|
4835
4835
|
var Globe = function Globe(_ref) {
|
|
4836
4836
|
var _ref$size = _ref.size,
|
|
4837
4837
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4839,7 +4839,7 @@ var Globe = function Globe(_ref) {
|
|
|
4839
4839
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4840
4840
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4841
4841
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4842
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4842
|
+
props = _objectWithoutProperties(_ref, _excluded$2y);
|
|
4843
4843
|
|
|
4844
4844
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4845
4845
|
width: size,
|
|
@@ -4873,14 +4873,14 @@ var Globe = function Globe(_ref) {
|
|
|
4873
4873
|
}));
|
|
4874
4874
|
};
|
|
4875
4875
|
|
|
4876
|
-
var _excluded$
|
|
4876
|
+
var _excluded$2x = ["size", "color", "strokeWidth"];
|
|
4877
4877
|
var Goal = function Goal(_ref) {
|
|
4878
4878
|
var _ref$size = _ref.size,
|
|
4879
4879
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4880
4880
|
_ref$color = _ref.color,
|
|
4881
4881
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4882
4882
|
_ref.strokeWidth;
|
|
4883
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4883
|
+
var props = _objectWithoutProperties(_ref, _excluded$2x);
|
|
4884
4884
|
|
|
4885
4885
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4886
4886
|
width: size,
|
|
@@ -4908,7 +4908,7 @@ var Goal = function Goal(_ref) {
|
|
|
4908
4908
|
}))));
|
|
4909
4909
|
};
|
|
4910
4910
|
|
|
4911
|
-
var _excluded$
|
|
4911
|
+
var _excluded$2w = ["size", "color", "strokeWidth"];
|
|
4912
4912
|
var Graph = function Graph(_ref) {
|
|
4913
4913
|
var _ref$size = _ref.size,
|
|
4914
4914
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4916,7 +4916,7 @@ var Graph = function Graph(_ref) {
|
|
|
4916
4916
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4917
4917
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4918
4918
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4919
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4919
|
+
props = _objectWithoutProperties(_ref, _excluded$2w);
|
|
4920
4920
|
|
|
4921
4921
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4922
4922
|
width: size,
|
|
@@ -4932,14 +4932,14 @@ var Graph = function Graph(_ref) {
|
|
|
4932
4932
|
}));
|
|
4933
4933
|
};
|
|
4934
4934
|
|
|
4935
|
-
var _excluded$
|
|
4935
|
+
var _excluded$2v = ["size", "color", "strokeWidth"];
|
|
4936
4936
|
var Group = function Group(_ref) {
|
|
4937
4937
|
var _ref$size = _ref.size,
|
|
4938
4938
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4939
4939
|
_ref$color = _ref.color,
|
|
4940
4940
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4941
4941
|
_ref.strokeWidth;
|
|
4942
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4942
|
+
var props = _objectWithoutProperties(_ref, _excluded$2v);
|
|
4943
4943
|
|
|
4944
4944
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4945
4945
|
width: size,
|
|
@@ -4952,7 +4952,7 @@ var Group = function Group(_ref) {
|
|
|
4952
4952
|
}));
|
|
4953
4953
|
};
|
|
4954
4954
|
|
|
4955
|
-
var _excluded$
|
|
4955
|
+
var _excluded$2u = ["size", "color", "strokeWidth"];
|
|
4956
4956
|
var HamburgerMenu = function HamburgerMenu(_ref) {
|
|
4957
4957
|
var _ref$size = _ref.size,
|
|
4958
4958
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4960,7 +4960,7 @@ var HamburgerMenu = function HamburgerMenu(_ref) {
|
|
|
4960
4960
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4961
4961
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4962
4962
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4963
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4963
|
+
props = _objectWithoutProperties(_ref, _excluded$2u);
|
|
4964
4964
|
|
|
4965
4965
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4966
4966
|
width: size,
|
|
@@ -4974,7 +4974,7 @@ var HamburgerMenu = function HamburgerMenu(_ref) {
|
|
|
4974
4974
|
}));
|
|
4975
4975
|
};
|
|
4976
4976
|
|
|
4977
|
-
var _excluded$
|
|
4977
|
+
var _excluded$2t = ["size", "color", "strokeWidth"];
|
|
4978
4978
|
var Heart = function Heart(_ref) {
|
|
4979
4979
|
var _ref$size = _ref.size,
|
|
4980
4980
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4982,7 +4982,7 @@ var Heart = function Heart(_ref) {
|
|
|
4982
4982
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4983
4983
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4984
4984
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4985
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4985
|
+
props = _objectWithoutProperties(_ref, _excluded$2t);
|
|
4986
4986
|
|
|
4987
4987
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4988
4988
|
width: size,
|
|
@@ -4997,7 +4997,7 @@ var Heart = function Heart(_ref) {
|
|
|
4997
4997
|
}));
|
|
4998
4998
|
};
|
|
4999
4999
|
|
|
5000
|
-
var _excluded$
|
|
5000
|
+
var _excluded$2s = ["size", "color", "strokeWidth"];
|
|
5001
5001
|
var Help = function Help(_ref) {
|
|
5002
5002
|
var _ref$size = _ref.size,
|
|
5003
5003
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5005,7 +5005,7 @@ var Help = function Help(_ref) {
|
|
|
5005
5005
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5006
5006
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5007
5007
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5008
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5008
|
+
props = _objectWithoutProperties(_ref, _excluded$2s);
|
|
5009
5009
|
|
|
5010
5010
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5011
5011
|
width: size,
|
|
@@ -5027,7 +5027,7 @@ var Help = function Help(_ref) {
|
|
|
5027
5027
|
}));
|
|
5028
5028
|
};
|
|
5029
5029
|
|
|
5030
|
-
var _excluded$
|
|
5030
|
+
var _excluded$2r = ["size", "color", "strokeWidth"];
|
|
5031
5031
|
var Hide = function Hide(_ref) {
|
|
5032
5032
|
var _ref$size = _ref.size,
|
|
5033
5033
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5035,7 +5035,7 @@ var Hide = function Hide(_ref) {
|
|
|
5035
5035
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5036
5036
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5037
5037
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5038
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5038
|
+
props = _objectWithoutProperties(_ref, _excluded$2r);
|
|
5039
5039
|
|
|
5040
5040
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5041
5041
|
width: size,
|
|
@@ -5051,7 +5051,7 @@ var Hide = function Hide(_ref) {
|
|
|
5051
5051
|
}));
|
|
5052
5052
|
};
|
|
5053
5053
|
|
|
5054
|
-
var _excluded$
|
|
5054
|
+
var _excluded$2q = ["size", "color", "strokeWidth"];
|
|
5055
5055
|
var Highlight = function Highlight(_ref) {
|
|
5056
5056
|
var _ref$size = _ref.size,
|
|
5057
5057
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5059,7 +5059,7 @@ var Highlight = function Highlight(_ref) {
|
|
|
5059
5059
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5060
5060
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5061
5061
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5062
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5062
|
+
props = _objectWithoutProperties(_ref, _excluded$2q);
|
|
5063
5063
|
|
|
5064
5064
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5065
5065
|
width: size,
|
|
@@ -5075,7 +5075,7 @@ var Highlight = function Highlight(_ref) {
|
|
|
5075
5075
|
}));
|
|
5076
5076
|
};
|
|
5077
5077
|
|
|
5078
|
-
var _excluded$
|
|
5078
|
+
var _excluded$2p = ["size", "color", "strokeWidth"];
|
|
5079
5079
|
var History = function History(_ref) {
|
|
5080
5080
|
var _ref$size = _ref.size,
|
|
5081
5081
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5083,7 +5083,7 @@ var History = function History(_ref) {
|
|
|
5083
5083
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5084
5084
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5085
5085
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5086
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5086
|
+
props = _objectWithoutProperties(_ref, _excluded$2p);
|
|
5087
5087
|
|
|
5088
5088
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5089
5089
|
width: size,
|
|
@@ -5111,7 +5111,7 @@ var History = function History(_ref) {
|
|
|
5111
5111
|
}))));
|
|
5112
5112
|
};
|
|
5113
5113
|
|
|
5114
|
-
var _excluded$
|
|
5114
|
+
var _excluded$2o = ["size", "color", "strokeWidth"];
|
|
5115
5115
|
var Home = function Home(_ref) {
|
|
5116
5116
|
var _ref$size = _ref.size,
|
|
5117
5117
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5119,7 +5119,7 @@ var Home = function Home(_ref) {
|
|
|
5119
5119
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5120
5120
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5121
5121
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5122
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5122
|
+
props = _objectWithoutProperties(_ref, _excluded$2o);
|
|
5123
5123
|
|
|
5124
5124
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5125
5125
|
width: size,
|
|
@@ -5135,14 +5135,14 @@ var Home = function Home(_ref) {
|
|
|
5135
5135
|
}));
|
|
5136
5136
|
};
|
|
5137
5137
|
|
|
5138
|
-
var _excluded$
|
|
5138
|
+
var _excluded$2n = ["size", "color", "strokeWidth"];
|
|
5139
5139
|
var HourGlass = function HourGlass(_ref) {
|
|
5140
5140
|
var _ref$size = _ref.size,
|
|
5141
5141
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
5142
5142
|
_ref$color = _ref.color,
|
|
5143
5143
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
5144
5144
|
_ref.strokeWidth;
|
|
5145
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
5145
|
+
var props = _objectWithoutProperties(_ref, _excluded$2n);
|
|
5146
5146
|
|
|
5147
5147
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5148
5148
|
width: size,
|
|
@@ -5158,7 +5158,7 @@ var HourGlass = function HourGlass(_ref) {
|
|
|
5158
5158
|
}));
|
|
5159
5159
|
};
|
|
5160
5160
|
|
|
5161
|
-
var _excluded$
|
|
5161
|
+
var _excluded$2m = ["size", "color", "strokeWidth"];
|
|
5162
5162
|
var Hours = function Hours(_ref) {
|
|
5163
5163
|
var _ref$size = _ref.size,
|
|
5164
5164
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5166,7 +5166,7 @@ var Hours = function Hours(_ref) {
|
|
|
5166
5166
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5167
5167
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5168
5168
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5169
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5169
|
+
props = _objectWithoutProperties(_ref, _excluded$2m);
|
|
5170
5170
|
|
|
5171
5171
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5172
5172
|
width: size,
|
|
@@ -5198,14 +5198,14 @@ var Hours = function Hours(_ref) {
|
|
|
5198
5198
|
}))));
|
|
5199
5199
|
};
|
|
5200
5200
|
|
|
5201
|
-
var _excluded$
|
|
5201
|
+
var _excluded$2l = ["size", "color", "strokeWidth"];
|
|
5202
5202
|
var Html = function Html(_ref) {
|
|
5203
5203
|
var _ref$size = _ref.size,
|
|
5204
5204
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
5205
5205
|
_ref$color = _ref.color,
|
|
5206
5206
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
5207
5207
|
_ref.strokeWidth;
|
|
5208
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
5208
|
+
var props = _objectWithoutProperties(_ref, _excluded$2l);
|
|
5209
5209
|
|
|
5210
5210
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5211
5211
|
width: size,
|
|
@@ -5218,7 +5218,7 @@ var Html = function Html(_ref) {
|
|
|
5218
5218
|
}));
|
|
5219
5219
|
};
|
|
5220
5220
|
|
|
5221
|
-
var _excluded$
|
|
5221
|
+
var _excluded$2k = ["size", "color", "strokeWidth"];
|
|
5222
5222
|
var ImageUpload = function ImageUpload(_ref) {
|
|
5223
5223
|
var _ref$size = _ref.size,
|
|
5224
5224
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5226,7 +5226,7 @@ var ImageUpload = function ImageUpload(_ref) {
|
|
|
5226
5226
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5227
5227
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5228
5228
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5229
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5229
|
+
props = _objectWithoutProperties(_ref, _excluded$2k);
|
|
5230
5230
|
|
|
5231
5231
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5232
5232
|
width: size,
|
|
@@ -5248,7 +5248,7 @@ var ImageUpload = function ImageUpload(_ref) {
|
|
|
5248
5248
|
}));
|
|
5249
5249
|
};
|
|
5250
5250
|
|
|
5251
|
-
var _excluded$
|
|
5251
|
+
var _excluded$2j = ["size", "color", "strokeWidth"];
|
|
5252
5252
|
var Image = function Image(_ref) {
|
|
5253
5253
|
var _ref$size = _ref.size,
|
|
5254
5254
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5256,7 +5256,7 @@ var Image = function Image(_ref) {
|
|
|
5256
5256
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5257
5257
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5258
5258
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5259
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5259
|
+
props = _objectWithoutProperties(_ref, _excluded$2j);
|
|
5260
5260
|
|
|
5261
5261
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5262
5262
|
width: size,
|
|
@@ -5283,7 +5283,7 @@ var Image = function Image(_ref) {
|
|
|
5283
5283
|
}))));
|
|
5284
5284
|
};
|
|
5285
5285
|
|
|
5286
|
-
var _excluded$
|
|
5286
|
+
var _excluded$2i = ["size", "color", "strokeWidth"];
|
|
5287
5287
|
var Inbox = function Inbox(_ref) {
|
|
5288
5288
|
var _ref$size = _ref.size,
|
|
5289
5289
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5291,7 +5291,7 @@ var Inbox = function Inbox(_ref) {
|
|
|
5291
5291
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5292
5292
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5293
5293
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5294
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5294
|
+
props = _objectWithoutProperties(_ref, _excluded$2i);
|
|
5295
5295
|
|
|
5296
5296
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5297
5297
|
width: size,
|
|
@@ -5307,7 +5307,7 @@ var Inbox = function Inbox(_ref) {
|
|
|
5307
5307
|
}));
|
|
5308
5308
|
};
|
|
5309
5309
|
|
|
5310
|
-
var _excluded$
|
|
5310
|
+
var _excluded$2h = ["size", "color", "strokeWidth"];
|
|
5311
5311
|
var IndeterminateCircle = function IndeterminateCircle(_ref) {
|
|
5312
5312
|
var _ref$size = _ref.size,
|
|
5313
5313
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5315,7 +5315,7 @@ var IndeterminateCircle = function IndeterminateCircle(_ref) {
|
|
|
5315
5315
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5316
5316
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5317
5317
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5318
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5318
|
+
props = _objectWithoutProperties(_ref, _excluded$2h);
|
|
5319
5319
|
|
|
5320
5320
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5321
5321
|
width: size,
|
|
@@ -5336,7 +5336,7 @@ var IndeterminateCircle = function IndeterminateCircle(_ref) {
|
|
|
5336
5336
|
}));
|
|
5337
5337
|
};
|
|
5338
5338
|
|
|
5339
|
-
var _excluded$
|
|
5339
|
+
var _excluded$2g = ["size", "color", "strokeWidth"];
|
|
5340
5340
|
var Info = function Info(_ref) {
|
|
5341
5341
|
var _ref$size = _ref.size,
|
|
5342
5342
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5344,7 +5344,7 @@ var Info = function Info(_ref) {
|
|
|
5344
5344
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5345
5345
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5346
5346
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5347
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5347
|
+
props = _objectWithoutProperties(_ref, _excluded$2g);
|
|
5348
5348
|
|
|
5349
5349
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5350
5350
|
width: size,
|
|
@@ -5372,7 +5372,7 @@ var Info = function Info(_ref) {
|
|
|
5372
5372
|
}));
|
|
5373
5373
|
};
|
|
5374
5374
|
|
|
5375
|
-
var _excluded$
|
|
5375
|
+
var _excluded$2f = ["size", "color", "strokeWidth"];
|
|
5376
5376
|
var Input = function Input(_ref) {
|
|
5377
5377
|
var _ref$size = _ref.size,
|
|
5378
5378
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5380,7 +5380,7 @@ var Input = function Input(_ref) {
|
|
|
5380
5380
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5381
5381
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5382
5382
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5383
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5383
|
+
props = _objectWithoutProperties(_ref, _excluded$2f);
|
|
5384
5384
|
|
|
5385
5385
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5386
5386
|
width: size,
|
|
@@ -5403,14 +5403,14 @@ var Input = function Input(_ref) {
|
|
|
5403
5403
|
}))));
|
|
5404
5404
|
};
|
|
5405
5405
|
|
|
5406
|
-
var _excluded$
|
|
5406
|
+
var _excluded$2e = ["size", "color", "strokeWidth"];
|
|
5407
5407
|
var Invoice = function Invoice(_ref) {
|
|
5408
5408
|
var _ref$size = _ref.size,
|
|
5409
5409
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
5410
5410
|
_ref$color = _ref.color,
|
|
5411
5411
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
5412
5412
|
_ref.strokeWidth;
|
|
5413
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
5413
|
+
var props = _objectWithoutProperties(_ref, _excluded$2e);
|
|
5414
5414
|
|
|
5415
5415
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5416
5416
|
width: size,
|
|
@@ -5431,7 +5431,7 @@ var Invoice = function Invoice(_ref) {
|
|
|
5431
5431
|
}));
|
|
5432
5432
|
};
|
|
5433
5433
|
|
|
5434
|
-
var _excluded$
|
|
5434
|
+
var _excluded$2d = ["size", "color", "strokeWidth"];
|
|
5435
5435
|
var Keyboard = function Keyboard(_ref) {
|
|
5436
5436
|
var _ref$size = _ref.size,
|
|
5437
5437
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5439,7 +5439,7 @@ var Keyboard = function Keyboard(_ref) {
|
|
|
5439
5439
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5440
5440
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5441
5441
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5442
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5442
|
+
props = _objectWithoutProperties(_ref, _excluded$2d);
|
|
5443
5443
|
|
|
5444
5444
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5445
5445
|
width: size,
|
|
@@ -5455,7 +5455,7 @@ var Keyboard = function Keyboard(_ref) {
|
|
|
5455
5455
|
}));
|
|
5456
5456
|
};
|
|
5457
5457
|
|
|
5458
|
-
var _excluded$
|
|
5458
|
+
var _excluded$2c = ["size", "color", "strokeWidth"];
|
|
5459
5459
|
var LeftArrowCircle = function LeftArrowCircle(_ref) {
|
|
5460
5460
|
var _ref$size = _ref.size,
|
|
5461
5461
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5463,7 +5463,7 @@ var LeftArrowCircle = function LeftArrowCircle(_ref) {
|
|
|
5463
5463
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5464
5464
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5465
5465
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5466
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5466
|
+
props = _objectWithoutProperties(_ref, _excluded$2c);
|
|
5467
5467
|
|
|
5468
5468
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5469
5469
|
width: size,
|
|
@@ -5485,7 +5485,7 @@ var LeftArrowCircle = function LeftArrowCircle(_ref) {
|
|
|
5485
5485
|
}));
|
|
5486
5486
|
};
|
|
5487
5487
|
|
|
5488
|
-
var _excluded$
|
|
5488
|
+
var _excluded$2b = ["size", "color", "strokeWidth"];
|
|
5489
5489
|
var Left = function Left(_ref) {
|
|
5490
5490
|
var _ref$size = _ref.size,
|
|
5491
5491
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5493,7 +5493,7 @@ var Left = function Left(_ref) {
|
|
|
5493
5493
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5494
5494
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5495
5495
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5496
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5496
|
+
props = _objectWithoutProperties(_ref, _excluded$2b);
|
|
5497
5497
|
|
|
5498
5498
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5499
5499
|
width: size,
|
|
@@ -5509,7 +5509,7 @@ var Left = function Left(_ref) {
|
|
|
5509
5509
|
}));
|
|
5510
5510
|
};
|
|
5511
5511
|
|
|
5512
|
-
var _excluded$
|
|
5512
|
+
var _excluded$2a = ["size", "color", "strokeWidth"];
|
|
5513
5513
|
var LeftAlign = function LeftAlign(_ref) {
|
|
5514
5514
|
var _ref$size = _ref.size,
|
|
5515
5515
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5517,7 +5517,7 @@ var LeftAlign = function LeftAlign(_ref) {
|
|
|
5517
5517
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5518
5518
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5519
5519
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5520
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5520
|
+
props = _objectWithoutProperties(_ref, _excluded$2a);
|
|
5521
5521
|
|
|
5522
5522
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5523
5523
|
width: size,
|
|
@@ -5563,7 +5563,7 @@ var LeftAlign = function LeftAlign(_ref) {
|
|
|
5563
5563
|
}))));
|
|
5564
5564
|
};
|
|
5565
5565
|
|
|
5566
|
-
var _excluded$
|
|
5566
|
+
var _excluded$29 = ["size", "color", "strokeWidth"];
|
|
5567
5567
|
var LeftArrow = function LeftArrow(_ref) {
|
|
5568
5568
|
var _ref$size = _ref.size,
|
|
5569
5569
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5571,7 +5571,7 @@ var LeftArrow = function LeftArrow(_ref) {
|
|
|
5571
5571
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5572
5572
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5573
5573
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5574
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5574
|
+
props = _objectWithoutProperties(_ref, _excluded$29);
|
|
5575
5575
|
|
|
5576
5576
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5577
5577
|
width: size,
|
|
@@ -5587,7 +5587,7 @@ var LeftArrow = function LeftArrow(_ref) {
|
|
|
5587
5587
|
}));
|
|
5588
5588
|
};
|
|
5589
5589
|
|
|
5590
|
-
var _excluded$
|
|
5590
|
+
var _excluded$28 = ["size", "color", "strokeWidth"];
|
|
5591
5591
|
var Link = function Link(_ref) {
|
|
5592
5592
|
var _ref$size = _ref.size,
|
|
5593
5593
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5595,7 +5595,7 @@ var Link = function Link(_ref) {
|
|
|
5595
5595
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5596
5596
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5597
5597
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5598
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5598
|
+
props = _objectWithoutProperties(_ref, _excluded$28);
|
|
5599
5599
|
|
|
5600
5600
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5601
5601
|
width: size,
|
|
@@ -5617,14 +5617,14 @@ var Link = function Link(_ref) {
|
|
|
5617
5617
|
}));
|
|
5618
5618
|
};
|
|
5619
5619
|
|
|
5620
|
-
var _excluded$
|
|
5620
|
+
var _excluded$27 = ["size", "color", "strokeWidth"];
|
|
5621
5621
|
var Linkedin = function Linkedin(_ref) {
|
|
5622
5622
|
var _ref$size = _ref.size,
|
|
5623
5623
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
5624
5624
|
_ref$color = _ref.color,
|
|
5625
5625
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
5626
5626
|
_ref.strokeWidth;
|
|
5627
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
5627
|
+
var props = _objectWithoutProperties(_ref, _excluded$27);
|
|
5628
5628
|
|
|
5629
5629
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5630
5630
|
width: size,
|
|
@@ -5640,7 +5640,7 @@ var Linkedin = function Linkedin(_ref) {
|
|
|
5640
5640
|
}));
|
|
5641
5641
|
};
|
|
5642
5642
|
|
|
5643
|
-
var _excluded$
|
|
5643
|
+
var _excluded$26 = ["size", "color", "strokeWidth"];
|
|
5644
5644
|
var ListDot = function ListDot(_ref) {
|
|
5645
5645
|
var _ref$size = _ref.size,
|
|
5646
5646
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5648,7 +5648,7 @@ var ListDot = function ListDot(_ref) {
|
|
|
5648
5648
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5649
5649
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5650
5650
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5651
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5651
|
+
props = _objectWithoutProperties(_ref, _excluded$26);
|
|
5652
5652
|
|
|
5653
5653
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5654
5654
|
width: size,
|
|
@@ -5664,7 +5664,7 @@ var ListDot = function ListDot(_ref) {
|
|
|
5664
5664
|
}));
|
|
5665
5665
|
};
|
|
5666
5666
|
|
|
5667
|
-
var _excluded$
|
|
5667
|
+
var _excluded$25 = ["size", "color", "strokeWidth"];
|
|
5668
5668
|
var ListNumber = function ListNumber(_ref) {
|
|
5669
5669
|
var _ref$size = _ref.size,
|
|
5670
5670
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5672,7 +5672,7 @@ var ListNumber = function ListNumber(_ref) {
|
|
|
5672
5672
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5673
5673
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5674
5674
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5675
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5675
|
+
props = _objectWithoutProperties(_ref, _excluded$25);
|
|
5676
5676
|
|
|
5677
5677
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5678
5678
|
width: size,
|
|
@@ -5688,7 +5688,7 @@ var ListNumber = function ListNumber(_ref) {
|
|
|
5688
5688
|
}));
|
|
5689
5689
|
};
|
|
5690
5690
|
|
|
5691
|
-
var _excluded$
|
|
5691
|
+
var _excluded$24 = ["size", "color", "strokeWidth"];
|
|
5692
5692
|
var List = function List(_ref) {
|
|
5693
5693
|
var _ref$size = _ref.size,
|
|
5694
5694
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5696,7 +5696,7 @@ var List = function List(_ref) {
|
|
|
5696
5696
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5697
5697
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5698
5698
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5699
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5699
|
+
props = _objectWithoutProperties(_ref, _excluded$24);
|
|
5700
5700
|
|
|
5701
5701
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5702
5702
|
width: size,
|
|
@@ -5712,7 +5712,7 @@ var List = function List(_ref) {
|
|
|
5712
5712
|
}));
|
|
5713
5713
|
};
|
|
5714
5714
|
|
|
5715
|
-
var _excluded$
|
|
5715
|
+
var _excluded$23 = ["size", "color", "strokeWidth"];
|
|
5716
5716
|
var ListDetails = function ListDetails(_ref) {
|
|
5717
5717
|
var _ref$size = _ref.size,
|
|
5718
5718
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5720,7 +5720,7 @@ var ListDetails = function ListDetails(_ref) {
|
|
|
5720
5720
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5721
5721
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5722
5722
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5723
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5723
|
+
props = _objectWithoutProperties(_ref, _excluded$23);
|
|
5724
5724
|
|
|
5725
5725
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5726
5726
|
width: size,
|
|
@@ -5736,7 +5736,7 @@ var ListDetails = function ListDetails(_ref) {
|
|
|
5736
5736
|
}));
|
|
5737
5737
|
};
|
|
5738
5738
|
|
|
5739
|
-
var _excluded$
|
|
5739
|
+
var _excluded$22 = ["size", "color", "strokeWidth"];
|
|
5740
5740
|
var Loading = function Loading(_ref) {
|
|
5741
5741
|
var _ref$size = _ref.size,
|
|
5742
5742
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5744,7 +5744,7 @@ var Loading = function Loading(_ref) {
|
|
|
5744
5744
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5745
5745
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5746
5746
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5747
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5747
|
+
props = _objectWithoutProperties(_ref, _excluded$22);
|
|
5748
5748
|
|
|
5749
5749
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5750
5750
|
width: size,
|
|
@@ -5760,7 +5760,7 @@ var Loading = function Loading(_ref) {
|
|
|
5760
5760
|
}));
|
|
5761
5761
|
};
|
|
5762
5762
|
|
|
5763
|
-
var _excluded$
|
|
5763
|
+
var _excluded$21 = ["size", "color", "strokeWidth"];
|
|
5764
5764
|
var Location = function Location(_ref) {
|
|
5765
5765
|
var _ref$size = _ref.size,
|
|
5766
5766
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5768,7 +5768,7 @@ var Location = function Location(_ref) {
|
|
|
5768
5768
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5769
5769
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5770
5770
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5771
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5771
|
+
props = _objectWithoutProperties(_ref, _excluded$21);
|
|
5772
5772
|
|
|
5773
5773
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5774
5774
|
width: size,
|
|
@@ -5790,7 +5790,7 @@ var Location = function Location(_ref) {
|
|
|
5790
5790
|
}));
|
|
5791
5791
|
};
|
|
5792
5792
|
|
|
5793
|
-
var _excluded$
|
|
5793
|
+
var _excluded$20 = ["size", "color", "strokeWidth"];
|
|
5794
5794
|
var Lock = function Lock(_ref) {
|
|
5795
5795
|
var _ref$size = _ref.size,
|
|
5796
5796
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5798,7 +5798,7 @@ var Lock = function Lock(_ref) {
|
|
|
5798
5798
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5799
5799
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5800
5800
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5801
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5801
|
+
props = _objectWithoutProperties(_ref, _excluded$20);
|
|
5802
5802
|
|
|
5803
5803
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5804
5804
|
width: size,
|
|
@@ -5824,7 +5824,7 @@ var Lock = function Lock(_ref) {
|
|
|
5824
5824
|
}));
|
|
5825
5825
|
};
|
|
5826
5826
|
|
|
5827
|
-
var _excluded$
|
|
5827
|
+
var _excluded$1$ = ["size", "color", "strokeWidth"];
|
|
5828
5828
|
var MailUnread = function MailUnread(_ref) {
|
|
5829
5829
|
var _ref$size = _ref.size,
|
|
5830
5830
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5832,7 +5832,7 @@ var MailUnread = function MailUnread(_ref) {
|
|
|
5832
5832
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5833
5833
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5834
5834
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5835
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5835
|
+
props = _objectWithoutProperties(_ref, _excluded$1$);
|
|
5836
5836
|
|
|
5837
5837
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5838
5838
|
width: size,
|
|
@@ -5857,7 +5857,7 @@ var MailUnread = function MailUnread(_ref) {
|
|
|
5857
5857
|
}));
|
|
5858
5858
|
};
|
|
5859
5859
|
|
|
5860
|
-
var _excluded$
|
|
5860
|
+
var _excluded$1_ = ["size", "color", "strokeWidth"];
|
|
5861
5861
|
var MailSend = function MailSend(_ref) {
|
|
5862
5862
|
var _ref$size = _ref.size,
|
|
5863
5863
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5865,7 +5865,7 @@ var MailSend = function MailSend(_ref) {
|
|
|
5865
5865
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5866
5866
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5867
5867
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5868
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5868
|
+
props = _objectWithoutProperties(_ref, _excluded$1_);
|
|
5869
5869
|
|
|
5870
5870
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5871
5871
|
width: size,
|
|
@@ -5892,7 +5892,7 @@ var MailSend = function MailSend(_ref) {
|
|
|
5892
5892
|
}));
|
|
5893
5893
|
};
|
|
5894
5894
|
|
|
5895
|
-
var _excluded$
|
|
5895
|
+
var _excluded$1Z = ["size", "color", "strokeWidth"];
|
|
5896
5896
|
var Matrix = function Matrix(_ref) {
|
|
5897
5897
|
var _ref$size = _ref.size,
|
|
5898
5898
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5900,7 +5900,7 @@ var Matrix = function Matrix(_ref) {
|
|
|
5900
5900
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5901
5901
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5902
5902
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5903
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5903
|
+
props = _objectWithoutProperties(_ref, _excluded$1Z);
|
|
5904
5904
|
|
|
5905
5905
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5906
5906
|
width: size,
|
|
@@ -5921,14 +5921,14 @@ var Matrix = function Matrix(_ref) {
|
|
|
5921
5921
|
}));
|
|
5922
5922
|
};
|
|
5923
5923
|
|
|
5924
|
-
var _excluded$
|
|
5924
|
+
var _excluded$1Y = ["size", "color", "strokeWidth"];
|
|
5925
5925
|
var MatrixDots = function MatrixDots(_ref) {
|
|
5926
5926
|
var _ref$size = _ref.size,
|
|
5927
5927
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
5928
5928
|
_ref$color = _ref.color,
|
|
5929
5929
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
5930
5930
|
_ref.strokeWidth;
|
|
5931
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
5931
|
+
var props = _objectWithoutProperties(_ref, _excluded$1Y);
|
|
5932
5932
|
|
|
5933
5933
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5934
5934
|
width: size,
|
|
@@ -5983,7 +5983,7 @@ var MatrixDots = function MatrixDots(_ref) {
|
|
|
5983
5983
|
}));
|
|
5984
5984
|
};
|
|
5985
5985
|
|
|
5986
|
-
var _excluded$
|
|
5986
|
+
var _excluded$1X = ["size", "color", "strokeWidth"];
|
|
5987
5987
|
var MediaVideo = function MediaVideo(_ref) {
|
|
5988
5988
|
var _ref$size = _ref.size,
|
|
5989
5989
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5991,7 +5991,7 @@ var MediaVideo = function MediaVideo(_ref) {
|
|
|
5991
5991
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5992
5992
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5993
5993
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5994
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5994
|
+
props = _objectWithoutProperties(_ref, _excluded$1X);
|
|
5995
5995
|
|
|
5996
5996
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5997
5997
|
width: size,
|
|
@@ -6013,7 +6013,7 @@ var MediaVideo = function MediaVideo(_ref) {
|
|
|
6013
6013
|
}));
|
|
6014
6014
|
};
|
|
6015
6015
|
|
|
6016
|
-
var _excluded$
|
|
6016
|
+
var _excluded$1W = ["size", "color", "strokeWidth"];
|
|
6017
6017
|
var MenuHorizontal = function MenuHorizontal(_ref) {
|
|
6018
6018
|
var _ref$size = _ref.size,
|
|
6019
6019
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6021,7 +6021,7 @@ var MenuHorizontal = function MenuHorizontal(_ref) {
|
|
|
6021
6021
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6022
6022
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6023
6023
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6024
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6024
|
+
props = _objectWithoutProperties(_ref, _excluded$1W);
|
|
6025
6025
|
|
|
6026
6026
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6027
6027
|
width: size,
|
|
@@ -6038,7 +6038,7 @@ var MenuHorizontal = function MenuHorizontal(_ref) {
|
|
|
6038
6038
|
}));
|
|
6039
6039
|
};
|
|
6040
6040
|
|
|
6041
|
-
var _excluded$
|
|
6041
|
+
var _excluded$1V = ["size", "color", "strokeWidth"];
|
|
6042
6042
|
var MenuVertical = function MenuVertical(_ref) {
|
|
6043
6043
|
var _ref$size = _ref.size,
|
|
6044
6044
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6046,7 +6046,7 @@ var MenuVertical = function MenuVertical(_ref) {
|
|
|
6046
6046
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6047
6047
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6048
6048
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6049
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6049
|
+
props = _objectWithoutProperties(_ref, _excluded$1V);
|
|
6050
6050
|
|
|
6051
6051
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6052
6052
|
width: size,
|
|
@@ -6063,7 +6063,7 @@ var MenuVertical = function MenuVertical(_ref) {
|
|
|
6063
6063
|
}));
|
|
6064
6064
|
};
|
|
6065
6065
|
|
|
6066
|
-
var _excluded$
|
|
6066
|
+
var _excluded$1U = ["size", "color", "strokeWidth"];
|
|
6067
6067
|
var MenuLayout = function MenuLayout(_ref) {
|
|
6068
6068
|
var _ref$size = _ref.size,
|
|
6069
6069
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6071,7 +6071,7 @@ var MenuLayout = function MenuLayout(_ref) {
|
|
|
6071
6071
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6072
6072
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6073
6073
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6074
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6074
|
+
props = _objectWithoutProperties(_ref, _excluded$1U);
|
|
6075
6075
|
|
|
6076
6076
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6077
6077
|
width: size,
|
|
@@ -6114,7 +6114,7 @@ var MenuLayout = function MenuLayout(_ref) {
|
|
|
6114
6114
|
}))));
|
|
6115
6115
|
};
|
|
6116
6116
|
|
|
6117
|
-
var _excluded$
|
|
6117
|
+
var _excluded$1T = ["size", "color", "strokeWidth"];
|
|
6118
6118
|
var MenuSquare = function MenuSquare(_ref) {
|
|
6119
6119
|
var _ref$size = _ref.size,
|
|
6120
6120
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6122,7 +6122,7 @@ var MenuSquare = function MenuSquare(_ref) {
|
|
|
6122
6122
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6123
6123
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6124
6124
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6125
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6125
|
+
props = _objectWithoutProperties(_ref, _excluded$1T);
|
|
6126
6126
|
|
|
6127
6127
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6128
6128
|
width: size,
|
|
@@ -6144,7 +6144,7 @@ var MenuSquare = function MenuSquare(_ref) {
|
|
|
6144
6144
|
}));
|
|
6145
6145
|
};
|
|
6146
6146
|
|
|
6147
|
-
var _excluded$
|
|
6147
|
+
var _excluded$1S = ["size", "color", "strokeWidth"];
|
|
6148
6148
|
var Merge = function Merge(_ref) {
|
|
6149
6149
|
var _ref$size = _ref.size,
|
|
6150
6150
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6152,7 +6152,7 @@ var Merge = function Merge(_ref) {
|
|
|
6152
6152
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6153
6153
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6154
6154
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6155
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6155
|
+
props = _objectWithoutProperties(_ref, _excluded$1S);
|
|
6156
6156
|
|
|
6157
6157
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6158
6158
|
width: size,
|
|
@@ -6168,7 +6168,7 @@ var Merge = function Merge(_ref) {
|
|
|
6168
6168
|
}));
|
|
6169
6169
|
};
|
|
6170
6170
|
|
|
6171
|
-
var _excluded$
|
|
6171
|
+
var _excluded$1R = ["size", "color", "strokeWidth"];
|
|
6172
6172
|
var MergedPullRequest = function MergedPullRequest(_ref) {
|
|
6173
6173
|
var _ref$size = _ref.size,
|
|
6174
6174
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6176,7 +6176,7 @@ var MergedPullRequest = function MergedPullRequest(_ref) {
|
|
|
6176
6176
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6177
6177
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6178
6178
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6179
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6179
|
+
props = _objectWithoutProperties(_ref, _excluded$1R);
|
|
6180
6180
|
|
|
6181
6181
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6182
6182
|
width: size,
|
|
@@ -6212,7 +6212,7 @@ var MergedPullRequest = function MergedPullRequest(_ref) {
|
|
|
6212
6212
|
}));
|
|
6213
6213
|
};
|
|
6214
6214
|
|
|
6215
|
-
var _excluded$
|
|
6215
|
+
var _excluded$1Q = ["size", "color", "strokeWidth"];
|
|
6216
6216
|
var Message = function Message(_ref) {
|
|
6217
6217
|
var _ref$size = _ref.size,
|
|
6218
6218
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6220,7 +6220,7 @@ var Message = function Message(_ref) {
|
|
|
6220
6220
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6221
6221
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6222
6222
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6223
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6223
|
+
props = _objectWithoutProperties(_ref, _excluded$1Q);
|
|
6224
6224
|
|
|
6225
6225
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6226
6226
|
width: size,
|
|
@@ -6242,7 +6242,7 @@ var Message = function Message(_ref) {
|
|
|
6242
6242
|
}));
|
|
6243
6243
|
};
|
|
6244
6244
|
|
|
6245
|
-
var _excluded$
|
|
6245
|
+
var _excluded$1P = ["size", "color", "strokeWidth"];
|
|
6246
6246
|
var MessageBubble = function MessageBubble(_ref) {
|
|
6247
6247
|
var _ref$size = _ref.size,
|
|
6248
6248
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6250,7 +6250,7 @@ var MessageBubble = function MessageBubble(_ref) {
|
|
|
6250
6250
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6251
6251
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6252
6252
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6253
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6253
|
+
props = _objectWithoutProperties(_ref, _excluded$1P);
|
|
6254
6254
|
|
|
6255
6255
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6256
6256
|
width: size,
|
|
@@ -6266,7 +6266,7 @@ var MessageBubble = function MessageBubble(_ref) {
|
|
|
6266
6266
|
}));
|
|
6267
6267
|
};
|
|
6268
6268
|
|
|
6269
|
-
var _excluded$
|
|
6269
|
+
var _excluded$1O = ["size", "color", "strokeWidth"];
|
|
6270
6270
|
var MessageSquare = function MessageSquare(_ref) {
|
|
6271
6271
|
var _ref$size = _ref.size,
|
|
6272
6272
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6274,7 +6274,7 @@ var MessageSquare = function MessageSquare(_ref) {
|
|
|
6274
6274
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6275
6275
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6276
6276
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6277
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6277
|
+
props = _objectWithoutProperties(_ref, _excluded$1O);
|
|
6278
6278
|
|
|
6279
6279
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6280
6280
|
width: size,
|
|
@@ -6290,7 +6290,7 @@ var MessageSquare = function MessageSquare(_ref) {
|
|
|
6290
6290
|
}));
|
|
6291
6291
|
};
|
|
6292
6292
|
|
|
6293
|
-
var _excluded$
|
|
6293
|
+
var _excluded$1N = ["size", "color", "strokeWidth"];
|
|
6294
6294
|
var Mic = function Mic(_ref) {
|
|
6295
6295
|
var _ref$size = _ref.size,
|
|
6296
6296
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6298,7 +6298,7 @@ var Mic = function Mic(_ref) {
|
|
|
6298
6298
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6299
6299
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6300
6300
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6301
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6301
|
+
props = _objectWithoutProperties(_ref, _excluded$1N);
|
|
6302
6302
|
|
|
6303
6303
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6304
6304
|
width: size,
|
|
@@ -6321,7 +6321,7 @@ var Mic = function Mic(_ref) {
|
|
|
6321
6321
|
}));
|
|
6322
6322
|
};
|
|
6323
6323
|
|
|
6324
|
-
var _excluded$
|
|
6324
|
+
var _excluded$1M = ["size", "color", "strokeWidth"];
|
|
6325
6325
|
var Minus = function Minus(_ref) {
|
|
6326
6326
|
var _ref$size = _ref.size,
|
|
6327
6327
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6329,7 +6329,7 @@ var Minus = function Minus(_ref) {
|
|
|
6329
6329
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6330
6330
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6331
6331
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6332
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6332
|
+
props = _objectWithoutProperties(_ref, _excluded$1M);
|
|
6333
6333
|
|
|
6334
6334
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6335
6335
|
width: size,
|
|
@@ -6345,7 +6345,7 @@ var Minus = function Minus(_ref) {
|
|
|
6345
6345
|
}));
|
|
6346
6346
|
};
|
|
6347
6347
|
|
|
6348
|
-
var _excluded$
|
|
6348
|
+
var _excluded$1L = ["size", "color", "strokeWidth"];
|
|
6349
6349
|
var Mobile = function Mobile(_ref) {
|
|
6350
6350
|
var _ref$size = _ref.size,
|
|
6351
6351
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6353,7 +6353,7 @@ var Mobile = function Mobile(_ref) {
|
|
|
6353
6353
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6354
6354
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6355
6355
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6356
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6356
|
+
props = _objectWithoutProperties(_ref, _excluded$1L);
|
|
6357
6357
|
|
|
6358
6358
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6359
6359
|
width: size,
|
|
@@ -6375,7 +6375,7 @@ var Mobile = function Mobile(_ref) {
|
|
|
6375
6375
|
}));
|
|
6376
6376
|
};
|
|
6377
6377
|
|
|
6378
|
-
var _excluded$
|
|
6378
|
+
var _excluded$1K = ["size", "color", "strokeWidth"];
|
|
6379
6379
|
var Movie = function Movie(_ref) {
|
|
6380
6380
|
var _ref$size = _ref.size,
|
|
6381
6381
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6383,7 +6383,7 @@ var Movie = function Movie(_ref) {
|
|
|
6383
6383
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6384
6384
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6385
6385
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6386
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6386
|
+
props = _objectWithoutProperties(_ref, _excluded$1K);
|
|
6387
6387
|
|
|
6388
6388
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6389
6389
|
width: size,
|
|
@@ -6410,7 +6410,7 @@ var Movie = function Movie(_ref) {
|
|
|
6410
6410
|
}));
|
|
6411
6411
|
};
|
|
6412
6412
|
|
|
6413
|
-
var _excluded$
|
|
6413
|
+
var _excluded$1J = ["size", "color", "strokeWidth"];
|
|
6414
6414
|
var MultipleChoice = function MultipleChoice(_ref) {
|
|
6415
6415
|
var _ref$size = _ref.size,
|
|
6416
6416
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6418,7 +6418,7 @@ var MultipleChoice = function MultipleChoice(_ref) {
|
|
|
6418
6418
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6419
6419
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6420
6420
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6421
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6421
|
+
props = _objectWithoutProperties(_ref, _excluded$1J);
|
|
6422
6422
|
|
|
6423
6423
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6424
6424
|
width: size,
|
|
@@ -6438,7 +6438,7 @@ var MultipleChoice = function MultipleChoice(_ref) {
|
|
|
6438
6438
|
}));
|
|
6439
6439
|
};
|
|
6440
6440
|
|
|
6441
|
-
var _excluded$
|
|
6441
|
+
var _excluded$1I = ["size", "color", "strokeWidth"];
|
|
6442
6442
|
var NeetoAnalytics = function NeetoAnalytics(_ref) {
|
|
6443
6443
|
var _ref$size = _ref.size,
|
|
6444
6444
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6446,7 +6446,7 @@ var NeetoAnalytics = function NeetoAnalytics(_ref) {
|
|
|
6446
6446
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6447
6447
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6448
6448
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6449
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6449
|
+
props = _objectWithoutProperties(_ref, _excluded$1I);
|
|
6450
6450
|
|
|
6451
6451
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6452
6452
|
width: size,
|
|
@@ -6468,7 +6468,7 @@ var NeetoAnalytics = function NeetoAnalytics(_ref) {
|
|
|
6468
6468
|
}));
|
|
6469
6469
|
};
|
|
6470
6470
|
|
|
6471
|
-
var _excluded$
|
|
6471
|
+
var _excluded$1H = ["size", "color", "strokeWidth"];
|
|
6472
6472
|
var NeetoCal = function NeetoCal(_ref) {
|
|
6473
6473
|
var _ref$size = _ref.size,
|
|
6474
6474
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6476,7 +6476,7 @@ var NeetoCal = function NeetoCal(_ref) {
|
|
|
6476
6476
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6477
6477
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6478
6478
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6479
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6479
|
+
props = _objectWithoutProperties(_ref, _excluded$1H);
|
|
6480
6480
|
|
|
6481
6481
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6482
6482
|
width: size,
|
|
@@ -6492,7 +6492,7 @@ var NeetoCal = function NeetoCal(_ref) {
|
|
|
6492
6492
|
}));
|
|
6493
6493
|
};
|
|
6494
6494
|
|
|
6495
|
-
var _excluded$
|
|
6495
|
+
var _excluded$1G = ["size", "color", "strokeWidth"];
|
|
6496
6496
|
var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
6497
6497
|
var _ref$size = _ref.size,
|
|
6498
6498
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6500,7 +6500,7 @@ var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
|
6500
6500
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6501
6501
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6502
6502
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6503
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6503
|
+
props = _objectWithoutProperties(_ref, _excluded$1G);
|
|
6504
6504
|
|
|
6505
6505
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6506
6506
|
width: size,
|
|
@@ -6522,7 +6522,7 @@ var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
|
6522
6522
|
}));
|
|
6523
6523
|
};
|
|
6524
6524
|
|
|
6525
|
-
var _excluded$
|
|
6525
|
+
var _excluded$1F = ["size", "color", "strokeWidth"];
|
|
6526
6526
|
var NeetoChat = function NeetoChat(_ref) {
|
|
6527
6527
|
var _ref$size = _ref.size,
|
|
6528
6528
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6530,7 +6530,7 @@ var NeetoChat = function NeetoChat(_ref) {
|
|
|
6530
6530
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6531
6531
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6532
6532
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6533
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6533
|
+
props = _objectWithoutProperties(_ref, _excluded$1F);
|
|
6534
6534
|
|
|
6535
6535
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6536
6536
|
width: size,
|
|
@@ -6546,7 +6546,7 @@ var NeetoChat = function NeetoChat(_ref) {
|
|
|
6546
6546
|
}));
|
|
6547
6547
|
};
|
|
6548
6548
|
|
|
6549
|
-
var _excluded$
|
|
6549
|
+
var _excluded$1E = ["size", "color", "strokeWidth"];
|
|
6550
6550
|
var NeetoDesk = function NeetoDesk(_ref) {
|
|
6551
6551
|
var _ref$size = _ref.size,
|
|
6552
6552
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6554,7 +6554,7 @@ var NeetoDesk = function NeetoDesk(_ref) {
|
|
|
6554
6554
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6555
6555
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6556
6556
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6557
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6557
|
+
props = _objectWithoutProperties(_ref, _excluded$1E);
|
|
6558
6558
|
|
|
6559
6559
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6560
6560
|
width: size,
|
|
@@ -6582,14 +6582,14 @@ var NeetoDesk = function NeetoDesk(_ref) {
|
|
|
6582
6582
|
}));
|
|
6583
6583
|
};
|
|
6584
6584
|
|
|
6585
|
-
var _excluded$
|
|
6585
|
+
var _excluded$1D = ["size", "color", "strokeWidth"];
|
|
6586
6586
|
var NeetoForm = function NeetoForm(_ref) {
|
|
6587
6587
|
var _ref$size = _ref.size,
|
|
6588
6588
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6589
6589
|
_ref$color = _ref.color,
|
|
6590
6590
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
6591
6591
|
_ref.strokeWidth;
|
|
6592
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
6592
|
+
var props = _objectWithoutProperties(_ref, _excluded$1D);
|
|
6593
6593
|
|
|
6594
6594
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6595
6595
|
width: size,
|
|
@@ -6604,14 +6604,14 @@ var NeetoForm = function NeetoForm(_ref) {
|
|
|
6604
6604
|
}));
|
|
6605
6605
|
};
|
|
6606
6606
|
|
|
6607
|
-
var _excluded$
|
|
6607
|
+
var _excluded$1C = ["size", "color", "strokeWidth"];
|
|
6608
6608
|
var NeetoIcon = function NeetoIcon(_ref) {
|
|
6609
6609
|
var _ref$size = _ref.size,
|
|
6610
6610
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6611
6611
|
_ref$color = _ref.color,
|
|
6612
6612
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
6613
6613
|
_ref.strokeWidth;
|
|
6614
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
6614
|
+
var props = _objectWithoutProperties(_ref, _excluded$1C);
|
|
6615
6615
|
|
|
6616
6616
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6617
6617
|
width: size,
|
|
@@ -6624,7 +6624,7 @@ var NeetoIcon = function NeetoIcon(_ref) {
|
|
|
6624
6624
|
}));
|
|
6625
6625
|
};
|
|
6626
6626
|
|
|
6627
|
-
var _excluded$
|
|
6627
|
+
var _excluded$1B = ["size", "color", "strokeWidth"];
|
|
6628
6628
|
var NeetoInsights = function NeetoInsights(_ref) {
|
|
6629
6629
|
var _ref$size = _ref.size,
|
|
6630
6630
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6632,7 +6632,7 @@ var NeetoInsights = function NeetoInsights(_ref) {
|
|
|
6632
6632
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6633
6633
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6634
6634
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6635
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6635
|
+
props = _objectWithoutProperties(_ref, _excluded$1B);
|
|
6636
6636
|
|
|
6637
6637
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6638
6638
|
width: size,
|
|
@@ -6654,7 +6654,7 @@ var NeetoInsights = function NeetoInsights(_ref) {
|
|
|
6654
6654
|
}));
|
|
6655
6655
|
};
|
|
6656
6656
|
|
|
6657
|
-
var _excluded$
|
|
6657
|
+
var _excluded$1A = ["size", "color", "strokeWidth"];
|
|
6658
6658
|
var NeetoInterview = function NeetoInterview(_ref) {
|
|
6659
6659
|
var _ref$size = _ref.size,
|
|
6660
6660
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6662,7 +6662,7 @@ var NeetoInterview = function NeetoInterview(_ref) {
|
|
|
6662
6662
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6663
6663
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6664
6664
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6665
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6665
|
+
props = _objectWithoutProperties(_ref, _excluded$1A);
|
|
6666
6666
|
|
|
6667
6667
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6668
6668
|
width: size,
|
|
@@ -6684,7 +6684,7 @@ var NeetoInterview = function NeetoInterview(_ref) {
|
|
|
6684
6684
|
}));
|
|
6685
6685
|
};
|
|
6686
6686
|
|
|
6687
|
-
var _excluded$
|
|
6687
|
+
var _excluded$1z = ["size", "color", "strokeWidth"];
|
|
6688
6688
|
var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
6689
6689
|
var _ref$size = _ref.size,
|
|
6690
6690
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6692,7 +6692,7 @@ var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
|
6692
6692
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6693
6693
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6694
6694
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6695
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6695
|
+
props = _objectWithoutProperties(_ref, _excluded$1z);
|
|
6696
6696
|
|
|
6697
6697
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6698
6698
|
width: size,
|
|
@@ -6708,7 +6708,7 @@ var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
|
6708
6708
|
}));
|
|
6709
6709
|
};
|
|
6710
6710
|
|
|
6711
|
-
var _excluded$
|
|
6711
|
+
var _excluded$1y = ["size", "color", "strokeWidth"];
|
|
6712
6712
|
var NeetoKb = function NeetoKb(_ref) {
|
|
6713
6713
|
var _ref$size = _ref.size,
|
|
6714
6714
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6716,7 +6716,7 @@ var NeetoKb = function NeetoKb(_ref) {
|
|
|
6716
6716
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6717
6717
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6718
6718
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6719
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6719
|
+
props = _objectWithoutProperties(_ref, _excluded$1y);
|
|
6720
6720
|
|
|
6721
6721
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6722
6722
|
width: size,
|
|
@@ -6738,7 +6738,7 @@ var NeetoKb = function NeetoKb(_ref) {
|
|
|
6738
6738
|
}));
|
|
6739
6739
|
};
|
|
6740
6740
|
|
|
6741
|
-
var _excluded$
|
|
6741
|
+
var _excluded$1x = ["size", "color", "strokeWidth"];
|
|
6742
6742
|
var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
6743
6743
|
var _ref$size = _ref.size,
|
|
6744
6744
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6746,7 +6746,7 @@ var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
|
6746
6746
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6747
6747
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6748
6748
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6749
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6749
|
+
props = _objectWithoutProperties(_ref, _excluded$1x);
|
|
6750
6750
|
|
|
6751
6751
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6752
6752
|
width: size,
|
|
@@ -6807,7 +6807,7 @@ var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
|
6807
6807
|
}))));
|
|
6808
6808
|
};
|
|
6809
6809
|
|
|
6810
|
-
var _excluded$
|
|
6810
|
+
var _excluded$1w = ["size", "color", "strokeWidth"];
|
|
6811
6811
|
var NeetoReplay = function NeetoReplay(_ref) {
|
|
6812
6812
|
var _ref$size = _ref.size,
|
|
6813
6813
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6815,7 +6815,7 @@ var NeetoReplay = function NeetoReplay(_ref) {
|
|
|
6815
6815
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6816
6816
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6817
6817
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6818
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6818
|
+
props = _objectWithoutProperties(_ref, _excluded$1w);
|
|
6819
6819
|
|
|
6820
6820
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6821
6821
|
width: size,
|
|
@@ -6837,7 +6837,7 @@ var NeetoReplay = function NeetoReplay(_ref) {
|
|
|
6837
6837
|
}));
|
|
6838
6838
|
};
|
|
6839
6839
|
|
|
6840
|
-
var _excluded$
|
|
6840
|
+
var _excluded$1v = ["size", "color", "strokeWidth"];
|
|
6841
6841
|
var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
6842
6842
|
var _ref$size = _ref.size,
|
|
6843
6843
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6845,7 +6845,7 @@ var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
|
6845
6845
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6846
6846
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6847
6847
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6848
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6848
|
+
props = _objectWithoutProperties(_ref, _excluded$1v);
|
|
6849
6849
|
|
|
6850
6850
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6851
6851
|
width: size,
|
|
@@ -6867,7 +6867,7 @@ var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
|
6867
6867
|
}));
|
|
6868
6868
|
};
|
|
6869
6869
|
|
|
6870
|
-
var _excluded$
|
|
6870
|
+
var _excluded$1u = ["size", "color", "strokeWidth"];
|
|
6871
6871
|
var NeutralFaceGrey = function NeutralFaceGrey(_ref) {
|
|
6872
6872
|
var _ref$size = _ref.size,
|
|
6873
6873
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6875,7 +6875,7 @@ var NeutralFaceGrey = function NeutralFaceGrey(_ref) {
|
|
|
6875
6875
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6876
6876
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6877
6877
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6878
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6878
|
+
props = _objectWithoutProperties(_ref, _excluded$1u);
|
|
6879
6879
|
|
|
6880
6880
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6881
6881
|
width: size,
|
|
@@ -6905,7 +6905,7 @@ var NeutralFaceGrey = function NeutralFaceGrey(_ref) {
|
|
|
6905
6905
|
}))));
|
|
6906
6906
|
};
|
|
6907
6907
|
|
|
6908
|
-
var _excluded$
|
|
6908
|
+
var _excluded$1t = ["size", "color", "strokeWidth"];
|
|
6909
6909
|
var NewChat = function NewChat(_ref) {
|
|
6910
6910
|
var _ref$size = _ref.size,
|
|
6911
6911
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6913,7 +6913,7 @@ var NewChat = function NewChat(_ref) {
|
|
|
6913
6913
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6914
6914
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6915
6915
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6916
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6916
|
+
props = _objectWithoutProperties(_ref, _excluded$1t);
|
|
6917
6917
|
|
|
6918
6918
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6919
6919
|
width: size,
|
|
@@ -6929,14 +6929,14 @@ var NewChat = function NewChat(_ref) {
|
|
|
6929
6929
|
}));
|
|
6930
6930
|
};
|
|
6931
6931
|
|
|
6932
|
-
var _excluded$
|
|
6932
|
+
var _excluded$1s = ["size", "color", "strokeWidth"];
|
|
6933
6933
|
var Notes = function Notes(_ref) {
|
|
6934
6934
|
var _ref$size = _ref.size,
|
|
6935
6935
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6936
6936
|
_ref$color = _ref.color,
|
|
6937
6937
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
6938
6938
|
_ref.strokeWidth;
|
|
6939
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
6939
|
+
var props = _objectWithoutProperties(_ref, _excluded$1s);
|
|
6940
6940
|
|
|
6941
6941
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6942
6942
|
width: size,
|
|
@@ -6951,7 +6951,7 @@ var Notes = function Notes(_ref) {
|
|
|
6951
6951
|
}));
|
|
6952
6952
|
};
|
|
6953
6953
|
|
|
6954
|
-
var _excluded$
|
|
6954
|
+
var _excluded$1r = ["size", "color", "strokeWidth"];
|
|
6955
6955
|
var Notification = function Notification(_ref) {
|
|
6956
6956
|
var _ref$size = _ref.size,
|
|
6957
6957
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6959,7 +6959,7 @@ var Notification = function Notification(_ref) {
|
|
|
6959
6959
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6960
6960
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6961
6961
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6962
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6962
|
+
props = _objectWithoutProperties(_ref, _excluded$1r);
|
|
6963
6963
|
|
|
6964
6964
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6965
6965
|
width: size,
|
|
@@ -6975,7 +6975,7 @@ var Notification = function Notification(_ref) {
|
|
|
6975
6975
|
}));
|
|
6976
6976
|
};
|
|
6977
6977
|
|
|
6978
|
-
var _excluded$
|
|
6978
|
+
var _excluded$1q = ["size", "color", "strokeWidth"];
|
|
6979
6979
|
var Paragraph = function Paragraph(_ref) {
|
|
6980
6980
|
var _ref$size = _ref.size,
|
|
6981
6981
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6983,7 +6983,7 @@ var Paragraph = function Paragraph(_ref) {
|
|
|
6983
6983
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6984
6984
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6985
6985
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6986
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6986
|
+
props = _objectWithoutProperties(_ref, _excluded$1q);
|
|
6987
6987
|
|
|
6988
6988
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6989
6989
|
width: size,
|
|
@@ -6999,7 +6999,7 @@ var Paragraph = function Paragraph(_ref) {
|
|
|
6999
6999
|
}));
|
|
7000
7000
|
};
|
|
7001
7001
|
|
|
7002
|
-
var _excluded$
|
|
7002
|
+
var _excluded$1p = ["size", "color", "strokeWidth"];
|
|
7003
7003
|
var Pause = function Pause(_ref) {
|
|
7004
7004
|
var _ref$size = _ref.size,
|
|
7005
7005
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7007,7 +7007,7 @@ var Pause = function Pause(_ref) {
|
|
|
7007
7007
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7008
7008
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7009
7009
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7010
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7010
|
+
props = _objectWithoutProperties(_ref, _excluded$1p);
|
|
7011
7011
|
|
|
7012
7012
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7013
7013
|
width: size,
|
|
@@ -7022,7 +7022,7 @@ var Pause = function Pause(_ref) {
|
|
|
7022
7022
|
}));
|
|
7023
7023
|
};
|
|
7024
7024
|
|
|
7025
|
-
var _excluded$
|
|
7025
|
+
var _excluded$1o = ["size", "color", "strokeWidth"];
|
|
7026
7026
|
var Phone = function Phone(_ref) {
|
|
7027
7027
|
var _ref$size = _ref.size,
|
|
7028
7028
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7030,7 +7030,7 @@ var Phone = function Phone(_ref) {
|
|
|
7030
7030
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7031
7031
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7032
7032
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7033
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7033
|
+
props = _objectWithoutProperties(_ref, _excluded$1o);
|
|
7034
7034
|
|
|
7035
7035
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7036
7036
|
width: size,
|
|
@@ -7046,7 +7046,7 @@ var Phone = function Phone(_ref) {
|
|
|
7046
7046
|
}));
|
|
7047
7047
|
};
|
|
7048
7048
|
|
|
7049
|
-
var _excluded$
|
|
7049
|
+
var _excluded$1n = ["size", "color", "strokeWidth"];
|
|
7050
7050
|
var Play = function Play(_ref) {
|
|
7051
7051
|
var _ref$size = _ref.size,
|
|
7052
7052
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7054,7 +7054,7 @@ var Play = function Play(_ref) {
|
|
|
7054
7054
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7055
7055
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7056
7056
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7057
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7057
|
+
props = _objectWithoutProperties(_ref, _excluded$1n);
|
|
7058
7058
|
|
|
7059
7059
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7060
7060
|
width: size,
|
|
@@ -7073,7 +7073,7 @@ var Play = function Play(_ref) {
|
|
|
7073
7073
|
}));
|
|
7074
7074
|
};
|
|
7075
7075
|
|
|
7076
|
-
var _excluded$
|
|
7076
|
+
var _excluded$1m = ["size", "color", "strokeWidth"];
|
|
7077
7077
|
var Plus = function Plus(_ref) {
|
|
7078
7078
|
var _ref$size = _ref.size,
|
|
7079
7079
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7081,7 +7081,7 @@ var Plus = function Plus(_ref) {
|
|
|
7081
7081
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7082
7082
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7083
7083
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7084
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7084
|
+
props = _objectWithoutProperties(_ref, _excluded$1m);
|
|
7085
7085
|
|
|
7086
7086
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7087
7087
|
width: size,
|
|
@@ -7097,14 +7097,14 @@ var Plus = function Plus(_ref) {
|
|
|
7097
7097
|
}));
|
|
7098
7098
|
};
|
|
7099
7099
|
|
|
7100
|
-
var _excluded$
|
|
7100
|
+
var _excluded$1l = ["size", "color", "strokeWidth"];
|
|
7101
7101
|
var PlusSolid = function PlusSolid(_ref) {
|
|
7102
7102
|
var _ref$size = _ref.size,
|
|
7103
7103
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
7104
7104
|
_ref$color = _ref.color,
|
|
7105
7105
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
7106
7106
|
_ref.strokeWidth;
|
|
7107
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
7107
|
+
var props = _objectWithoutProperties(_ref, _excluded$1l);
|
|
7108
7108
|
|
|
7109
7109
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7110
7110
|
width: size,
|
|
@@ -7122,7 +7122,7 @@ var PlusSolid = function PlusSolid(_ref) {
|
|
|
7122
7122
|
}));
|
|
7123
7123
|
};
|
|
7124
7124
|
|
|
7125
|
-
var _excluded$
|
|
7125
|
+
var _excluded$1k = ["size", "color", "strokeWidth"];
|
|
7126
7126
|
var Print = function Print(_ref) {
|
|
7127
7127
|
var _ref$size = _ref.size,
|
|
7128
7128
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7130,7 +7130,7 @@ var Print = function Print(_ref) {
|
|
|
7130
7130
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7131
7131
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7132
7132
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7133
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7133
|
+
props = _objectWithoutProperties(_ref, _excluded$1k);
|
|
7134
7134
|
|
|
7135
7135
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7136
7136
|
width: size,
|
|
@@ -7152,7 +7152,7 @@ var Print = function Print(_ref) {
|
|
|
7152
7152
|
}));
|
|
7153
7153
|
};
|
|
7154
7154
|
|
|
7155
|
-
var _excluded$
|
|
7155
|
+
var _excluded$1j = ["size", "color", "strokeWidth"];
|
|
7156
7156
|
var Puzzle = function Puzzle(_ref) {
|
|
7157
7157
|
var _ref$size = _ref.size,
|
|
7158
7158
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7160,7 +7160,7 @@ var Puzzle = function Puzzle(_ref) {
|
|
|
7160
7160
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7161
7161
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7162
7162
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7163
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7163
|
+
props = _objectWithoutProperties(_ref, _excluded$1j);
|
|
7164
7164
|
|
|
7165
7165
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7166
7166
|
width: size,
|
|
@@ -7176,7 +7176,7 @@ var Puzzle = function Puzzle(_ref) {
|
|
|
7176
7176
|
}));
|
|
7177
7177
|
};
|
|
7178
7178
|
|
|
7179
|
-
var _excluded$
|
|
7179
|
+
var _excluded$1i = ["size", "color", "strokeWidth"];
|
|
7180
7180
|
var QrCode = function QrCode(_ref) {
|
|
7181
7181
|
var _ref$size = _ref.size,
|
|
7182
7182
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7184,7 +7184,7 @@ var QrCode = function QrCode(_ref) {
|
|
|
7184
7184
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7185
7185
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7186
7186
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7187
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7187
|
+
props = _objectWithoutProperties(_ref, _excluded$1i);
|
|
7188
7188
|
|
|
7189
7189
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7190
7190
|
width: size,
|
|
@@ -7200,7 +7200,7 @@ var QrCode = function QrCode(_ref) {
|
|
|
7200
7200
|
}));
|
|
7201
7201
|
};
|
|
7202
7202
|
|
|
7203
|
-
var _excluded$
|
|
7203
|
+
var _excluded$1h = ["size", "color", "strokeWidth"];
|
|
7204
7204
|
var Quote = function Quote(_ref) {
|
|
7205
7205
|
var _ref$size = _ref.size,
|
|
7206
7206
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7208,7 +7208,7 @@ var Quote = function Quote(_ref) {
|
|
|
7208
7208
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7209
7209
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7210
7210
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7211
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7211
|
+
props = _objectWithoutProperties(_ref, _excluded$1h);
|
|
7212
7212
|
|
|
7213
7213
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7214
7214
|
width: size,
|
|
@@ -7224,7 +7224,7 @@ var Quote = function Quote(_ref) {
|
|
|
7224
7224
|
}));
|
|
7225
7225
|
};
|
|
7226
7226
|
|
|
7227
|
-
var _excluded$
|
|
7227
|
+
var _excluded$1g = ["size", "color", "strokeWidth"];
|
|
7228
7228
|
var Radio = function Radio(_ref) {
|
|
7229
7229
|
var _ref$size = _ref.size,
|
|
7230
7230
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7232,7 +7232,7 @@ var Radio = function Radio(_ref) {
|
|
|
7232
7232
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7233
7233
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7234
7234
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7235
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7235
|
+
props = _objectWithoutProperties(_ref, _excluded$1g);
|
|
7236
7236
|
|
|
7237
7237
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7238
7238
|
width: size,
|
|
@@ -7253,7 +7253,7 @@ var Radio = function Radio(_ref) {
|
|
|
7253
7253
|
}));
|
|
7254
7254
|
};
|
|
7255
7255
|
|
|
7256
|
-
var _excluded$
|
|
7256
|
+
var _excluded$1f = ["size", "color", "strokeWidth"];
|
|
7257
7257
|
var RadioInactive = function RadioInactive(_ref) {
|
|
7258
7258
|
var _ref$size = _ref.size,
|
|
7259
7259
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7261,7 +7261,7 @@ var RadioInactive = function RadioInactive(_ref) {
|
|
|
7261
7261
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7262
7262
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7263
7263
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7264
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7264
|
+
props = _objectWithoutProperties(_ref, _excluded$1f);
|
|
7265
7265
|
|
|
7266
7266
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7267
7267
|
width: size,
|
|
@@ -7277,7 +7277,7 @@ var RadioInactive = function RadioInactive(_ref) {
|
|
|
7277
7277
|
}));
|
|
7278
7278
|
};
|
|
7279
7279
|
|
|
7280
|
-
var _excluded$
|
|
7280
|
+
var _excluded$1e = ["size", "color", "strokeWidth"];
|
|
7281
7281
|
var Rating = function Rating(_ref) {
|
|
7282
7282
|
var _ref$size = _ref.size,
|
|
7283
7283
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7285,7 +7285,7 @@ var Rating = function Rating(_ref) {
|
|
|
7285
7285
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7286
7286
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7287
7287
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7288
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7288
|
+
props = _objectWithoutProperties(_ref, _excluded$1e);
|
|
7289
7289
|
|
|
7290
7290
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7291
7291
|
width: size,
|
|
@@ -7301,14 +7301,14 @@ var Rating = function Rating(_ref) {
|
|
|
7301
7301
|
}));
|
|
7302
7302
|
};
|
|
7303
7303
|
|
|
7304
|
-
var _excluded$
|
|
7304
|
+
var _excluded$1d = ["size", "color", "strokeWidth"];
|
|
7305
7305
|
var RatingFilled = function RatingFilled(_ref) {
|
|
7306
7306
|
var _ref$size = _ref.size,
|
|
7307
7307
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
7308
7308
|
_ref$color = _ref.color,
|
|
7309
7309
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
7310
7310
|
_ref.strokeWidth;
|
|
7311
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
7311
|
+
var props = _objectWithoutProperties(_ref, _excluded$1d);
|
|
7312
7312
|
|
|
7313
7313
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7314
7314
|
width: size,
|
|
@@ -7321,7 +7321,7 @@ var RatingFilled = function RatingFilled(_ref) {
|
|
|
7321
7321
|
}));
|
|
7322
7322
|
};
|
|
7323
7323
|
|
|
7324
|
-
var _excluded$
|
|
7324
|
+
var _excluded$1c = ["size", "color", "strokeWidth"];
|
|
7325
7325
|
var Redirection = function Redirection(_ref) {
|
|
7326
7326
|
var _ref$size = _ref.size,
|
|
7327
7327
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7329,7 +7329,7 @@ var Redirection = function Redirection(_ref) {
|
|
|
7329
7329
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7330
7330
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7331
7331
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7332
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7332
|
+
props = _objectWithoutProperties(_ref, _excluded$1c);
|
|
7333
7333
|
|
|
7334
7334
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7335
7335
|
width: size,
|
|
@@ -7345,7 +7345,7 @@ var Redirection = function Redirection(_ref) {
|
|
|
7345
7345
|
}));
|
|
7346
7346
|
};
|
|
7347
7347
|
|
|
7348
|
-
var _excluded$
|
|
7348
|
+
var _excluded$1b = ["size", "color", "strokeWidth"];
|
|
7349
7349
|
var Redo = function Redo(_ref) {
|
|
7350
7350
|
var _ref$size = _ref.size,
|
|
7351
7351
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7353,7 +7353,7 @@ var Redo = function Redo(_ref) {
|
|
|
7353
7353
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7354
7354
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7355
7355
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7356
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7356
|
+
props = _objectWithoutProperties(_ref, _excluded$1b);
|
|
7357
7357
|
|
|
7358
7358
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7359
7359
|
width: size,
|
|
@@ -7369,7 +7369,7 @@ var Redo = function Redo(_ref) {
|
|
|
7369
7369
|
}));
|
|
7370
7370
|
};
|
|
7371
7371
|
|
|
7372
|
-
var _excluded$
|
|
7372
|
+
var _excluded$1a = ["size", "color", "strokeWidth"];
|
|
7373
7373
|
var Refresh = function Refresh(_ref) {
|
|
7374
7374
|
var _ref$size = _ref.size,
|
|
7375
7375
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7377,7 +7377,7 @@ var Refresh = function Refresh(_ref) {
|
|
|
7377
7377
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7378
7378
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7379
7379
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7380
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7380
|
+
props = _objectWithoutProperties(_ref, _excluded$1a);
|
|
7381
7381
|
|
|
7382
7382
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7383
7383
|
width: size,
|
|
@@ -7399,7 +7399,7 @@ var Refresh = function Refresh(_ref) {
|
|
|
7399
7399
|
}));
|
|
7400
7400
|
};
|
|
7401
7401
|
|
|
7402
|
-
var _excluded$
|
|
7402
|
+
var _excluded$19 = ["size", "color", "strokeWidth"];
|
|
7403
7403
|
var RemoveCircle = function RemoveCircle(_ref) {
|
|
7404
7404
|
var _ref$size = _ref.size,
|
|
7405
7405
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7407,7 +7407,7 @@ var RemoveCircle = function RemoveCircle(_ref) {
|
|
|
7407
7407
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7408
7408
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7409
7409
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7410
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7410
|
+
props = _objectWithoutProperties(_ref, _excluded$19);
|
|
7411
7411
|
|
|
7412
7412
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7413
7413
|
width: size,
|
|
@@ -7428,7 +7428,7 @@ var RemoveCircle = function RemoveCircle(_ref) {
|
|
|
7428
7428
|
}));
|
|
7429
7429
|
};
|
|
7430
7430
|
|
|
7431
|
-
var _excluded$
|
|
7431
|
+
var _excluded$18 = ["size", "color", "strokeWidth"];
|
|
7432
7432
|
var Reorder = function Reorder(_ref) {
|
|
7433
7433
|
var _ref$size = _ref.size,
|
|
7434
7434
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7436,7 +7436,7 @@ var Reorder = function Reorder(_ref) {
|
|
|
7436
7436
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7437
7437
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7438
7438
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7439
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7439
|
+
props = _objectWithoutProperties(_ref, _excluded$18);
|
|
7440
7440
|
|
|
7441
7441
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7442
7442
|
width: size,
|
|
@@ -7457,7 +7457,7 @@ var Reorder = function Reorder(_ref) {
|
|
|
7457
7457
|
}));
|
|
7458
7458
|
};
|
|
7459
7459
|
|
|
7460
|
-
var _excluded$
|
|
7460
|
+
var _excluded$17 = ["size", "color", "strokeWidth"];
|
|
7461
7461
|
var Repeat = function Repeat(_ref) {
|
|
7462
7462
|
var _ref$size = _ref.size,
|
|
7463
7463
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7465,7 +7465,7 @@ var Repeat = function Repeat(_ref) {
|
|
|
7465
7465
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7466
7466
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7467
7467
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7468
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7468
|
+
props = _objectWithoutProperties(_ref, _excluded$17);
|
|
7469
7469
|
|
|
7470
7470
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7471
7471
|
width: size,
|
|
@@ -7493,7 +7493,7 @@ var Repeat = function Repeat(_ref) {
|
|
|
7493
7493
|
}));
|
|
7494
7494
|
};
|
|
7495
7495
|
|
|
7496
|
-
var _excluded$
|
|
7496
|
+
var _excluded$16 = ["size", "color", "strokeWidth"];
|
|
7497
7497
|
var Reply = function Reply(_ref) {
|
|
7498
7498
|
var _ref$size = _ref.size,
|
|
7499
7499
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7501,7 +7501,7 @@ var Reply = function Reply(_ref) {
|
|
|
7501
7501
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7502
7502
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7503
7503
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7504
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7504
|
+
props = _objectWithoutProperties(_ref, _excluded$16);
|
|
7505
7505
|
|
|
7506
7506
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7507
7507
|
width: size,
|
|
@@ -7523,7 +7523,7 @@ var Reply = function Reply(_ref) {
|
|
|
7523
7523
|
}));
|
|
7524
7524
|
};
|
|
7525
7525
|
|
|
7526
|
-
var _excluded$
|
|
7526
|
+
var _excluded$15 = ["size", "color", "strokeWidth"];
|
|
7527
7527
|
var Report = function Report(_ref) {
|
|
7528
7528
|
var _ref$size = _ref.size,
|
|
7529
7529
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7531,7 +7531,7 @@ var Report = function Report(_ref) {
|
|
|
7531
7531
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7532
7532
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7533
7533
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7534
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7534
|
+
props = _objectWithoutProperties(_ref, _excluded$15);
|
|
7535
7535
|
|
|
7536
7536
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7537
7537
|
width: size,
|
|
@@ -7545,7 +7545,7 @@ var Report = function Report(_ref) {
|
|
|
7545
7545
|
}));
|
|
7546
7546
|
};
|
|
7547
7547
|
|
|
7548
|
-
var _excluded$
|
|
7548
|
+
var _excluded$14 = ["size", "color", "strokeWidth"];
|
|
7549
7549
|
var Ribbon = function Ribbon(_ref) {
|
|
7550
7550
|
var _ref$size = _ref.size,
|
|
7551
7551
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7553,7 +7553,7 @@ var Ribbon = function Ribbon(_ref) {
|
|
|
7553
7553
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7554
7554
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7555
7555
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7556
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7556
|
+
props = _objectWithoutProperties(_ref, _excluded$14);
|
|
7557
7557
|
|
|
7558
7558
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7559
7559
|
width: size,
|
|
@@ -7569,7 +7569,7 @@ var Ribbon = function Ribbon(_ref) {
|
|
|
7569
7569
|
}));
|
|
7570
7570
|
};
|
|
7571
7571
|
|
|
7572
|
-
var _excluded$
|
|
7572
|
+
var _excluded$13 = ["size", "color", "strokeWidth"];
|
|
7573
7573
|
var RightArrowCircle = function RightArrowCircle(_ref) {
|
|
7574
7574
|
var _ref$size = _ref.size,
|
|
7575
7575
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7577,7 +7577,7 @@ var RightArrowCircle = function RightArrowCircle(_ref) {
|
|
|
7577
7577
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7578
7578
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7579
7579
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7580
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7580
|
+
props = _objectWithoutProperties(_ref, _excluded$13);
|
|
7581
7581
|
|
|
7582
7582
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7583
7583
|
width: size,
|
|
@@ -7599,7 +7599,7 @@ var RightArrowCircle = function RightArrowCircle(_ref) {
|
|
|
7599
7599
|
}));
|
|
7600
7600
|
};
|
|
7601
7601
|
|
|
7602
|
-
var _excluded$
|
|
7602
|
+
var _excluded$12 = ["size", "color", "strokeWidth"];
|
|
7603
7603
|
var Right = function Right(_ref) {
|
|
7604
7604
|
var _ref$size = _ref.size,
|
|
7605
7605
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7607,7 +7607,7 @@ var Right = function Right(_ref) {
|
|
|
7607
7607
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7608
7608
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7609
7609
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7610
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7610
|
+
props = _objectWithoutProperties(_ref, _excluded$12);
|
|
7611
7611
|
|
|
7612
7612
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7613
7613
|
width: size,
|
|
@@ -7623,7 +7623,7 @@ var Right = function Right(_ref) {
|
|
|
7623
7623
|
}));
|
|
7624
7624
|
};
|
|
7625
7625
|
|
|
7626
|
-
var _excluded
|
|
7626
|
+
var _excluded$11 = ["size", "color", "strokeWidth"];
|
|
7627
7627
|
var RightAlign = function RightAlign(_ref) {
|
|
7628
7628
|
var _ref$size = _ref.size,
|
|
7629
7629
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7631,7 +7631,7 @@ var RightAlign = function RightAlign(_ref) {
|
|
|
7631
7631
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7632
7632
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7633
7633
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7634
|
-
props = _objectWithoutProperties(_ref, _excluded
|
|
7634
|
+
props = _objectWithoutProperties(_ref, _excluded$11);
|
|
7635
7635
|
|
|
7636
7636
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7637
7637
|
width: size,
|
|
@@ -7677,7 +7677,7 @@ var RightAlign = function RightAlign(_ref) {
|
|
|
7677
7677
|
}))));
|
|
7678
7678
|
};
|
|
7679
7679
|
|
|
7680
|
-
var _excluded$
|
|
7680
|
+
var _excluded$10 = ["size", "color", "strokeWidth"];
|
|
7681
7681
|
var RightArrow = function RightArrow(_ref) {
|
|
7682
7682
|
var _ref$size = _ref.size,
|
|
7683
7683
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7685,7 +7685,7 @@ var RightArrow = function RightArrow(_ref) {
|
|
|
7685
7685
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7686
7686
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7687
7687
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7688
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7688
|
+
props = _objectWithoutProperties(_ref, _excluded$10);
|
|
7689
7689
|
|
|
7690
7690
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7691
7691
|
width: size,
|
|
@@ -7701,14 +7701,14 @@ var RightArrow = function RightArrow(_ref) {
|
|
|
7701
7701
|
}));
|
|
7702
7702
|
};
|
|
7703
7703
|
|
|
7704
|
-
var _excluded
|
|
7704
|
+
var _excluded$$ = ["size", "color", "strokeWidth"];
|
|
7705
7705
|
var Robot = function Robot(_ref) {
|
|
7706
7706
|
var _ref$size = _ref.size,
|
|
7707
7707
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
7708
7708
|
_ref$color = _ref.color,
|
|
7709
7709
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
7710
7710
|
_ref.strokeWidth;
|
|
7711
|
-
var props = _objectWithoutProperties(_ref, _excluded
|
|
7711
|
+
var props = _objectWithoutProperties(_ref, _excluded$$);
|
|
7712
7712
|
|
|
7713
7713
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7714
7714
|
width: size,
|
|
@@ -7726,7 +7726,7 @@ var Robot = function Robot(_ref) {
|
|
|
7726
7726
|
}));
|
|
7727
7727
|
};
|
|
7728
7728
|
|
|
7729
|
-
var _excluded$
|
|
7729
|
+
var _excluded$_ = ["size", "color", "strokeWidth"];
|
|
7730
7730
|
var SadFaceGrey = function SadFaceGrey(_ref) {
|
|
7731
7731
|
var _ref$size = _ref.size,
|
|
7732
7732
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7734,7 +7734,7 @@ var SadFaceGrey = function SadFaceGrey(_ref) {
|
|
|
7734
7734
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7735
7735
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7736
7736
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7737
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7737
|
+
props = _objectWithoutProperties(_ref, _excluded$_);
|
|
7738
7738
|
|
|
7739
7739
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7740
7740
|
width: size,
|
|
@@ -7764,7 +7764,7 @@ var SadFaceGrey = function SadFaceGrey(_ref) {
|
|
|
7764
7764
|
}))));
|
|
7765
7765
|
};
|
|
7766
7766
|
|
|
7767
|
-
var _excluded$
|
|
7767
|
+
var _excluded$Z = ["size", "color", "strokeWidth"];
|
|
7768
7768
|
var Search = function Search(_ref) {
|
|
7769
7769
|
var _ref$size = _ref.size,
|
|
7770
7770
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7772,7 +7772,7 @@ var Search = function Search(_ref) {
|
|
|
7772
7772
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7773
7773
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7774
7774
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7775
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7775
|
+
props = _objectWithoutProperties(_ref, _excluded$Z);
|
|
7776
7776
|
|
|
7777
7777
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7778
7778
|
width: size,
|
|
@@ -7788,7 +7788,7 @@ var Search = function Search(_ref) {
|
|
|
7788
7788
|
}));
|
|
7789
7789
|
};
|
|
7790
7790
|
|
|
7791
|
-
var _excluded$
|
|
7791
|
+
var _excluded$Y = ["size", "color", "strokeWidth"];
|
|
7792
7792
|
var Sections = function Sections(_ref) {
|
|
7793
7793
|
var _ref$size = _ref.size,
|
|
7794
7794
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7796,7 +7796,7 @@ var Sections = function Sections(_ref) {
|
|
|
7796
7796
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7797
7797
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7798
7798
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7799
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7799
|
+
props = _objectWithoutProperties(_ref, _excluded$Y);
|
|
7800
7800
|
|
|
7801
7801
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7802
7802
|
width: size,
|
|
@@ -7812,7 +7812,7 @@ var Sections = function Sections(_ref) {
|
|
|
7812
7812
|
}));
|
|
7813
7813
|
};
|
|
7814
7814
|
|
|
7815
|
-
var _excluded$
|
|
7815
|
+
var _excluded$X = ["size", "color", "strokeWidth"];
|
|
7816
7816
|
var Security = function Security(_ref) {
|
|
7817
7817
|
var _ref$size = _ref.size,
|
|
7818
7818
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7820,7 +7820,7 @@ var Security = function Security(_ref) {
|
|
|
7820
7820
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7821
7821
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7822
7822
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7823
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7823
|
+
props = _objectWithoutProperties(_ref, _excluded$X);
|
|
7824
7824
|
|
|
7825
7825
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7826
7826
|
width: size,
|
|
@@ -7850,7 +7850,7 @@ var Security = function Security(_ref) {
|
|
|
7850
7850
|
}));
|
|
7851
7851
|
};
|
|
7852
7852
|
|
|
7853
|
-
var _excluded$
|
|
7853
|
+
var _excluded$W = ["size", "color", "strokeWidth"];
|
|
7854
7854
|
var Send = function Send(_ref) {
|
|
7855
7855
|
var _ref$size = _ref.size,
|
|
7856
7856
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7858,7 +7858,7 @@ var Send = function Send(_ref) {
|
|
|
7858
7858
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7859
7859
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7860
7860
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7861
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7861
|
+
props = _objectWithoutProperties(_ref, _excluded$W);
|
|
7862
7862
|
|
|
7863
7863
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7864
7864
|
width: size,
|
|
@@ -7874,7 +7874,7 @@ var Send = function Send(_ref) {
|
|
|
7874
7874
|
}));
|
|
7875
7875
|
};
|
|
7876
7876
|
|
|
7877
|
-
var _excluded$
|
|
7877
|
+
var _excluded$V = ["size", "color", "strokeWidth"];
|
|
7878
7878
|
var SendPlane = function SendPlane(_ref) {
|
|
7879
7879
|
var _ref$size = _ref.size,
|
|
7880
7880
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7882,7 +7882,7 @@ var SendPlane = function SendPlane(_ref) {
|
|
|
7882
7882
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7883
7883
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7884
7884
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7885
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7885
|
+
props = _objectWithoutProperties(_ref, _excluded$V);
|
|
7886
7886
|
|
|
7887
7887
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7888
7888
|
width: size,
|
|
@@ -7898,7 +7898,7 @@ var SendPlane = function SendPlane(_ref) {
|
|
|
7898
7898
|
}));
|
|
7899
7899
|
};
|
|
7900
7900
|
|
|
7901
|
-
var _excluded$
|
|
7901
|
+
var _excluded$U = ["size", "color", "strokeWidth"];
|
|
7902
7902
|
var Seo = function Seo(_ref) {
|
|
7903
7903
|
var _ref$size = _ref.size,
|
|
7904
7904
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7906,7 +7906,7 @@ var Seo = function Seo(_ref) {
|
|
|
7906
7906
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7907
7907
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7908
7908
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7909
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7909
|
+
props = _objectWithoutProperties(_ref, _excluded$U);
|
|
7910
7910
|
|
|
7911
7911
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7912
7912
|
width: size,
|
|
@@ -7928,7 +7928,7 @@ var Seo = function Seo(_ref) {
|
|
|
7928
7928
|
}));
|
|
7929
7929
|
};
|
|
7930
7930
|
|
|
7931
|
-
var _excluded$
|
|
7931
|
+
var _excluded$T = ["size", "color", "strokeWidth"];
|
|
7932
7932
|
var Settings = function Settings(_ref) {
|
|
7933
7933
|
var _ref$size = _ref.size,
|
|
7934
7934
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7936,7 +7936,7 @@ var Settings = function Settings(_ref) {
|
|
|
7936
7936
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7937
7937
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7938
7938
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7939
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7939
|
+
props = _objectWithoutProperties(_ref, _excluded$T);
|
|
7940
7940
|
|
|
7941
7941
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7942
7942
|
width: size,
|
|
@@ -7958,14 +7958,14 @@ var Settings = function Settings(_ref) {
|
|
|
7958
7958
|
}));
|
|
7959
7959
|
};
|
|
7960
7960
|
|
|
7961
|
-
var _excluded$
|
|
7961
|
+
var _excluded$S = ["size", "color", "strokeWidth"];
|
|
7962
7962
|
var SettingsChecked = function SettingsChecked(_ref) {
|
|
7963
7963
|
var _ref$size = _ref.size,
|
|
7964
7964
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
7965
7965
|
_ref$color = _ref.color,
|
|
7966
7966
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
7967
7967
|
_ref.strokeWidth;
|
|
7968
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
7968
|
+
var props = _objectWithoutProperties(_ref, _excluded$S);
|
|
7969
7969
|
|
|
7970
7970
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7971
7971
|
width: size,
|
|
@@ -7984,7 +7984,7 @@ var SettingsChecked = function SettingsChecked(_ref) {
|
|
|
7984
7984
|
}));
|
|
7985
7985
|
};
|
|
7986
7986
|
|
|
7987
|
-
var _excluded$
|
|
7987
|
+
var _excluded$R = ["size", "color", "strokeWidth"];
|
|
7988
7988
|
var Share = function Share(_ref) {
|
|
7989
7989
|
var _ref$size = _ref.size,
|
|
7990
7990
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7992,7 +7992,7 @@ var Share = function Share(_ref) {
|
|
|
7992
7992
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7993
7993
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7994
7994
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7995
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7995
|
+
props = _objectWithoutProperties(_ref, _excluded$R);
|
|
7996
7996
|
|
|
7997
7997
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7998
7998
|
width: size,
|
|
@@ -8008,6 +8008,84 @@ var Share = function Share(_ref) {
|
|
|
8008
8008
|
}));
|
|
8009
8009
|
};
|
|
8010
8010
|
|
|
8011
|
+
var _excluded$Q = ["size", "color", "strokeWidth"];
|
|
8012
|
+
var SidebarClose = function SidebarClose(_ref) {
|
|
8013
|
+
var _ref$size = _ref.size,
|
|
8014
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8015
|
+
_ref$color = _ref.color,
|
|
8016
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8017
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
8018
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8019
|
+
props = _objectWithoutProperties(_ref, _excluded$Q);
|
|
8020
|
+
|
|
8021
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8022
|
+
width: size,
|
|
8023
|
+
height: size,
|
|
8024
|
+
fill: "none",
|
|
8025
|
+
viewBox: "0 0 24 24"
|
|
8026
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
8027
|
+
stroke: color,
|
|
8028
|
+
strokeWidth: strokeWidth,
|
|
8029
|
+
clipPath: "url(#SidebarClose_js__a)"
|
|
8030
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
8031
|
+
width: 16.5,
|
|
8032
|
+
height: 16.5,
|
|
8033
|
+
x: 3.75,
|
|
8034
|
+
y: 3.75,
|
|
8035
|
+
rx: 3.25
|
|
8036
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8037
|
+
d: "M9 4v16"
|
|
8038
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8039
|
+
strokeLinecap: "round",
|
|
8040
|
+
strokeLinejoin: "round",
|
|
8041
|
+
d: "m16 9-3 3 3 3"
|
|
8042
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
8043
|
+
id: "SidebarClose_js__a"
|
|
8044
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
8045
|
+
fill: color,
|
|
8046
|
+
d: "M0 0h24v24H0z"
|
|
8047
|
+
}))));
|
|
8048
|
+
};
|
|
8049
|
+
|
|
8050
|
+
var _excluded$P = ["size", "color", "strokeWidth"];
|
|
8051
|
+
var SidebarOpen = function SidebarOpen(_ref) {
|
|
8052
|
+
var _ref$size = _ref.size,
|
|
8053
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8054
|
+
_ref$color = _ref.color,
|
|
8055
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8056
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
8057
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8058
|
+
props = _objectWithoutProperties(_ref, _excluded$P);
|
|
8059
|
+
|
|
8060
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8061
|
+
width: size,
|
|
8062
|
+
height: size,
|
|
8063
|
+
fill: "none",
|
|
8064
|
+
viewBox: "0 0 24 24"
|
|
8065
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
8066
|
+
stroke: color,
|
|
8067
|
+
strokeWidth: strokeWidth,
|
|
8068
|
+
clipPath: "url(#SidebarOpen_js__a)"
|
|
8069
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
8070
|
+
width: 16.5,
|
|
8071
|
+
height: 16.5,
|
|
8072
|
+
x: 3.75,
|
|
8073
|
+
y: 3.75,
|
|
8074
|
+
rx: 3.25
|
|
8075
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8076
|
+
d: "M9 4v16"
|
|
8077
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8078
|
+
strokeLinecap: "round",
|
|
8079
|
+
strokeLinejoin: "round",
|
|
8080
|
+
d: "m13 9 3 3-3 3"
|
|
8081
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
8082
|
+
id: "SidebarOpen_js__a"
|
|
8083
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
8084
|
+
fill: color,
|
|
8085
|
+
d: "M0 0h24v24H0z"
|
|
8086
|
+
}))));
|
|
8087
|
+
};
|
|
8088
|
+
|
|
8011
8089
|
var _excluded$O = ["size", "color", "strokeWidth"];
|
|
8012
8090
|
var SmileFaceGrey = function SmileFaceGrey(_ref) {
|
|
8013
8091
|
var _ref$size = _ref.size,
|
|
@@ -9552,6 +9630,8 @@ exports.Seo = Seo;
|
|
|
9552
9630
|
exports.Settings = Settings;
|
|
9553
9631
|
exports.SettingsChecked = SettingsChecked;
|
|
9554
9632
|
exports.Share = Share;
|
|
9633
|
+
exports.SidebarClose = SidebarClose;
|
|
9634
|
+
exports.SidebarOpen = SidebarOpen;
|
|
9555
9635
|
exports.SmileFaceGrey = SmileFaceGrey;
|
|
9556
9636
|
exports.Smiley = Smiley;
|
|
9557
9637
|
exports.Status = Status;
|