@bigbinary/neeto-icons 1.13.0 → 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 +15 -41
- package/dist/typeface-logos.cjs.js.map +1 -1
- package/dist/typeface-logos.js +15 -41
- package/dist/typeface-logos.js.map +1 -1
- package/package.json +1 -1
package/dist/neeto-icons.js
CHANGED
|
@@ -2510,14 +2510,14 @@ if (process.env.NODE_ENV === 'production') {
|
|
|
2510
2510
|
|
|
2511
2511
|
var React = react.exports;
|
|
2512
2512
|
|
|
2513
|
-
var _excluded$
|
|
2513
|
+
var _excluded$3T = ["size", "color", "strokeWidth"];
|
|
2514
2514
|
var ActivityLog = function ActivityLog(_ref) {
|
|
2515
2515
|
var _ref$size = _ref.size,
|
|
2516
2516
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2517
2517
|
_ref$color = _ref.color,
|
|
2518
2518
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
2519
2519
|
_ref.strokeWidth;
|
|
2520
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
2520
|
+
var props = _objectWithoutProperties(_ref, _excluded$3T);
|
|
2521
2521
|
|
|
2522
2522
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2523
2523
|
width: size,
|
|
@@ -2536,7 +2536,7 @@ var ActivityLog = function ActivityLog(_ref) {
|
|
|
2536
2536
|
}));
|
|
2537
2537
|
};
|
|
2538
2538
|
|
|
2539
|
-
var _excluded$
|
|
2539
|
+
var _excluded$3S = ["size", "color", "strokeWidth"];
|
|
2540
2540
|
var AddCircle = function AddCircle(_ref) {
|
|
2541
2541
|
var _ref$size = _ref.size,
|
|
2542
2542
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2544,7 +2544,7 @@ var AddCircle = function AddCircle(_ref) {
|
|
|
2544
2544
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2545
2545
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2546
2546
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2547
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2547
|
+
props = _objectWithoutProperties(_ref, _excluded$3S);
|
|
2548
2548
|
|
|
2549
2549
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2550
2550
|
width: size,
|
|
@@ -2565,7 +2565,7 @@ var AddCircle = function AddCircle(_ref) {
|
|
|
2565
2565
|
}));
|
|
2566
2566
|
};
|
|
2567
2567
|
|
|
2568
|
-
var _excluded$
|
|
2568
|
+
var _excluded$3R = ["size", "color", "strokeWidth"];
|
|
2569
2569
|
var AddMenu = function AddMenu(_ref) {
|
|
2570
2570
|
var _ref$size = _ref.size,
|
|
2571
2571
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2573,7 +2573,7 @@ var AddMenu = function AddMenu(_ref) {
|
|
|
2573
2573
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2574
2574
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2575
2575
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2576
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2576
|
+
props = _objectWithoutProperties(_ref, _excluded$3R);
|
|
2577
2577
|
|
|
2578
2578
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2579
2579
|
width: size,
|
|
@@ -2593,7 +2593,7 @@ var AddMenu = function AddMenu(_ref) {
|
|
|
2593
2593
|
}));
|
|
2594
2594
|
};
|
|
2595
2595
|
|
|
2596
|
-
var _excluded$
|
|
2596
|
+
var _excluded$3Q = ["size", "color", "strokeWidth"];
|
|
2597
2597
|
var AddRectangle = function AddRectangle(_ref) {
|
|
2598
2598
|
var _ref$size = _ref.size,
|
|
2599
2599
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2601,7 +2601,7 @@ var AddRectangle = function AddRectangle(_ref) {
|
|
|
2601
2601
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2602
2602
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2603
2603
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2604
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2604
|
+
props = _objectWithoutProperties(_ref, _excluded$3Q);
|
|
2605
2605
|
|
|
2606
2606
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2607
2607
|
width: size,
|
|
@@ -2617,7 +2617,7 @@ var AddRectangle = function AddRectangle(_ref) {
|
|
|
2617
2617
|
}));
|
|
2618
2618
|
};
|
|
2619
2619
|
|
|
2620
|
-
var _excluded$
|
|
2620
|
+
var _excluded$3P = ["size", "color", "strokeWidth"];
|
|
2621
2621
|
var Agents = function Agents(_ref) {
|
|
2622
2622
|
var _ref$size = _ref.size,
|
|
2623
2623
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2625,7 +2625,7 @@ var Agents = function Agents(_ref) {
|
|
|
2625
2625
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2626
2626
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2627
2627
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2628
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2628
|
+
props = _objectWithoutProperties(_ref, _excluded$3P);
|
|
2629
2629
|
|
|
2630
2630
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2631
2631
|
width: size,
|
|
@@ -2641,14 +2641,14 @@ var Agents = function Agents(_ref) {
|
|
|
2641
2641
|
}));
|
|
2642
2642
|
};
|
|
2643
2643
|
|
|
2644
|
-
var _excluded$
|
|
2644
|
+
var _excluded$3O = ["size", "color", "strokeWidth"];
|
|
2645
2645
|
var Apple = function Apple(_ref) {
|
|
2646
2646
|
var _ref$size = _ref.size,
|
|
2647
2647
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2648
2648
|
_ref$color = _ref.color,
|
|
2649
2649
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
2650
2650
|
_ref.strokeWidth;
|
|
2651
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
2651
|
+
var props = _objectWithoutProperties(_ref, _excluded$3O);
|
|
2652
2652
|
|
|
2653
2653
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2654
2654
|
width: size,
|
|
@@ -2663,7 +2663,7 @@ var Apple = function Apple(_ref) {
|
|
|
2663
2663
|
}));
|
|
2664
2664
|
};
|
|
2665
2665
|
|
|
2666
|
-
var _excluded$
|
|
2666
|
+
var _excluded$3N = ["size", "color", "strokeWidth"];
|
|
2667
2667
|
var AppSwitcher = function AppSwitcher(_ref) {
|
|
2668
2668
|
var _ref$size = _ref.size,
|
|
2669
2669
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2671,7 +2671,7 @@ var AppSwitcher = function AppSwitcher(_ref) {
|
|
|
2671
2671
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2672
2672
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2673
2673
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2674
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2674
|
+
props = _objectWithoutProperties(_ref, _excluded$3N);
|
|
2675
2675
|
|
|
2676
2676
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2677
2677
|
width: size,
|
|
@@ -2685,7 +2685,7 @@ var AppSwitcher = function AppSwitcher(_ref) {
|
|
|
2685
2685
|
}));
|
|
2686
2686
|
};
|
|
2687
2687
|
|
|
2688
|
-
var _excluded$
|
|
2688
|
+
var _excluded$3M = ["size", "color", "strokeWidth"];
|
|
2689
2689
|
var Archive = function Archive(_ref) {
|
|
2690
2690
|
var _ref$size = _ref.size,
|
|
2691
2691
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2693,7 +2693,7 @@ var Archive = function Archive(_ref) {
|
|
|
2693
2693
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2694
2694
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2695
2695
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2696
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2696
|
+
props = _objectWithoutProperties(_ref, _excluded$3M);
|
|
2697
2697
|
|
|
2698
2698
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2699
2699
|
width: size,
|
|
@@ -2718,14 +2718,14 @@ var Archive = function Archive(_ref) {
|
|
|
2718
2718
|
}))));
|
|
2719
2719
|
};
|
|
2720
2720
|
|
|
2721
|
-
var _excluded$
|
|
2721
|
+
var _excluded$3L = ["size", "color", "strokeWidth"];
|
|
2722
2722
|
var Articles = function Articles(_ref) {
|
|
2723
2723
|
var _ref$size = _ref.size,
|
|
2724
2724
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2725
2725
|
_ref$color = _ref.color,
|
|
2726
2726
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
2727
2727
|
_ref.strokeWidth;
|
|
2728
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
2728
|
+
var props = _objectWithoutProperties(_ref, _excluded$3L);
|
|
2729
2729
|
|
|
2730
2730
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2731
2731
|
width: size,
|
|
@@ -2745,7 +2745,7 @@ var Articles = function Articles(_ref) {
|
|
|
2745
2745
|
}));
|
|
2746
2746
|
};
|
|
2747
2747
|
|
|
2748
|
-
var _excluded$
|
|
2748
|
+
var _excluded$3K = ["size", "color", "strokeWidth"];
|
|
2749
2749
|
var Attachment = function Attachment(_ref) {
|
|
2750
2750
|
var _ref$size = _ref.size,
|
|
2751
2751
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2753,7 +2753,7 @@ var Attachment = function Attachment(_ref) {
|
|
|
2753
2753
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2754
2754
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2755
2755
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2756
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2756
|
+
props = _objectWithoutProperties(_ref, _excluded$3K);
|
|
2757
2757
|
|
|
2758
2758
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2759
2759
|
width: size,
|
|
@@ -2776,7 +2776,7 @@ var Attachment = function Attachment(_ref) {
|
|
|
2776
2776
|
}))));
|
|
2777
2777
|
};
|
|
2778
2778
|
|
|
2779
|
-
var _excluded$
|
|
2779
|
+
var _excluded$3J = ["size", "color", "strokeWidth"];
|
|
2780
2780
|
var Bank = function Bank(_ref) {
|
|
2781
2781
|
var _ref$size = _ref.size,
|
|
2782
2782
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2784,7 +2784,7 @@ var Bank = function Bank(_ref) {
|
|
|
2784
2784
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2785
2785
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2786
2786
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2787
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2787
|
+
props = _objectWithoutProperties(_ref, _excluded$3J);
|
|
2788
2788
|
|
|
2789
2789
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2790
2790
|
width: size,
|
|
@@ -2804,7 +2804,7 @@ var Bank = function Bank(_ref) {
|
|
|
2804
2804
|
}));
|
|
2805
2805
|
};
|
|
2806
2806
|
|
|
2807
|
-
var _excluded$
|
|
2807
|
+
var _excluded$3I = ["size", "color", "strokeWidth"];
|
|
2808
2808
|
var Blockquote = function Blockquote(_ref) {
|
|
2809
2809
|
var _ref$size = _ref.size,
|
|
2810
2810
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2812,7 +2812,7 @@ var Blockquote = function Blockquote(_ref) {
|
|
|
2812
2812
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2813
2813
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2814
2814
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2815
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2815
|
+
props = _objectWithoutProperties(_ref, _excluded$3I);
|
|
2816
2816
|
|
|
2817
2817
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2818
2818
|
width: size,
|
|
@@ -2828,7 +2828,7 @@ var Blockquote = function Blockquote(_ref) {
|
|
|
2828
2828
|
}));
|
|
2829
2829
|
};
|
|
2830
2830
|
|
|
2831
|
-
var _excluded$
|
|
2831
|
+
var _excluded$3H = ["size", "color", "strokeWidth"];
|
|
2832
2832
|
var Book = function Book(_ref) {
|
|
2833
2833
|
var _ref$size = _ref.size,
|
|
2834
2834
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2836,7 +2836,7 @@ var Book = function Book(_ref) {
|
|
|
2836
2836
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2837
2837
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2838
2838
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2839
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2839
|
+
props = _objectWithoutProperties(_ref, _excluded$3H);
|
|
2840
2840
|
|
|
2841
2841
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2842
2842
|
width: size,
|
|
@@ -2852,14 +2852,14 @@ var Book = function Book(_ref) {
|
|
|
2852
2852
|
}));
|
|
2853
2853
|
};
|
|
2854
2854
|
|
|
2855
|
-
var _excluded$
|
|
2855
|
+
var _excluded$3G = ["size", "color", "strokeWidth"];
|
|
2856
2856
|
var Bookmark = function Bookmark(_ref) {
|
|
2857
2857
|
var _ref$size = _ref.size,
|
|
2858
2858
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2859
2859
|
_ref$color = _ref.color,
|
|
2860
2860
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
2861
2861
|
_ref.strokeWidth;
|
|
2862
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
2862
|
+
var props = _objectWithoutProperties(_ref, _excluded$3G);
|
|
2863
2863
|
|
|
2864
2864
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2865
2865
|
width: size,
|
|
@@ -2875,7 +2875,7 @@ var Bookmark = function Bookmark(_ref) {
|
|
|
2875
2875
|
}));
|
|
2876
2876
|
};
|
|
2877
2877
|
|
|
2878
|
-
var _excluded$
|
|
2878
|
+
var _excluded$3F = ["size", "color", "strokeWidth"];
|
|
2879
2879
|
var BookOpen = function BookOpen(_ref) {
|
|
2880
2880
|
var _ref$size = _ref.size,
|
|
2881
2881
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2883,7 +2883,7 @@ var BookOpen = function BookOpen(_ref) {
|
|
|
2883
2883
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2884
2884
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2885
2885
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2886
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2886
|
+
props = _objectWithoutProperties(_ref, _excluded$3F);
|
|
2887
2887
|
|
|
2888
2888
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2889
2889
|
width: size,
|
|
@@ -2905,14 +2905,14 @@ var BookOpen = function BookOpen(_ref) {
|
|
|
2905
2905
|
}));
|
|
2906
2906
|
};
|
|
2907
2907
|
|
|
2908
|
-
var _excluded$
|
|
2908
|
+
var _excluded$3E = ["size", "color", "strokeWidth"];
|
|
2909
2909
|
var Braces = function Braces(_ref) {
|
|
2910
2910
|
var _ref$size = _ref.size,
|
|
2911
2911
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2912
2912
|
_ref$color = _ref.color,
|
|
2913
2913
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
2914
2914
|
_ref.strokeWidth;
|
|
2915
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
2915
|
+
var props = _objectWithoutProperties(_ref, _excluded$3E);
|
|
2916
2916
|
|
|
2917
2917
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2918
2918
|
width: size,
|
|
@@ -2925,7 +2925,7 @@ var Braces = function Braces(_ref) {
|
|
|
2925
2925
|
}));
|
|
2926
2926
|
};
|
|
2927
2927
|
|
|
2928
|
-
var _excluded$
|
|
2928
|
+
var _excluded$3D = ["size", "color", "strokeWidth"];
|
|
2929
2929
|
var Building = function Building(_ref) {
|
|
2930
2930
|
var _ref$size = _ref.size,
|
|
2931
2931
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2933,7 +2933,7 @@ var Building = function Building(_ref) {
|
|
|
2933
2933
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2934
2934
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2935
2935
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2936
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2936
|
+
props = _objectWithoutProperties(_ref, _excluded$3D);
|
|
2937
2937
|
|
|
2938
2938
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2939
2939
|
width: size,
|
|
@@ -2957,7 +2957,7 @@ var Building = function Building(_ref) {
|
|
|
2957
2957
|
}));
|
|
2958
2958
|
};
|
|
2959
2959
|
|
|
2960
|
-
var _excluded$
|
|
2960
|
+
var _excluded$3C = ["size", "color", "strokeWidth"];
|
|
2961
2961
|
var Calendar = function Calendar(_ref) {
|
|
2962
2962
|
var _ref$size = _ref.size,
|
|
2963
2963
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2965,7 +2965,7 @@ var Calendar = function Calendar(_ref) {
|
|
|
2965
2965
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2966
2966
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2967
2967
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2968
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2968
|
+
props = _objectWithoutProperties(_ref, _excluded$3C);
|
|
2969
2969
|
|
|
2970
2970
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2971
2971
|
width: size,
|
|
@@ -2981,7 +2981,7 @@ var Calendar = function Calendar(_ref) {
|
|
|
2981
2981
|
}));
|
|
2982
2982
|
};
|
|
2983
2983
|
|
|
2984
|
-
var _excluded$
|
|
2984
|
+
var _excluded$3B = ["size", "color", "strokeWidth"];
|
|
2985
2985
|
var Camera = function Camera(_ref) {
|
|
2986
2986
|
var _ref$size = _ref.size,
|
|
2987
2987
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -2989,7 +2989,7 @@ var Camera = function Camera(_ref) {
|
|
|
2989
2989
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
2990
2990
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
2991
2991
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
2992
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2992
|
+
props = _objectWithoutProperties(_ref, _excluded$3B);
|
|
2993
2993
|
|
|
2994
2994
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2995
2995
|
width: size,
|
|
@@ -3011,14 +3011,14 @@ var Camera = function Camera(_ref) {
|
|
|
3011
3011
|
}));
|
|
3012
3012
|
};
|
|
3013
3013
|
|
|
3014
|
-
var _excluded$
|
|
3014
|
+
var _excluded$3A = ["size", "color", "strokeWidth"];
|
|
3015
3015
|
var CannedResponses = function CannedResponses(_ref) {
|
|
3016
3016
|
var _ref$size = _ref.size,
|
|
3017
3017
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3018
3018
|
_ref$color = _ref.color,
|
|
3019
3019
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3020
3020
|
_ref.strokeWidth;
|
|
3021
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3021
|
+
var props = _objectWithoutProperties(_ref, _excluded$3A);
|
|
3022
3022
|
|
|
3023
3023
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3024
3024
|
width: size,
|
|
@@ -3031,7 +3031,7 @@ var CannedResponses = function CannedResponses(_ref) {
|
|
|
3031
3031
|
}));
|
|
3032
3032
|
};
|
|
3033
3033
|
|
|
3034
|
-
var _excluded$
|
|
3034
|
+
var _excluded$3z = ["size", "color", "strokeWidth"];
|
|
3035
3035
|
var Category = function Category(_ref) {
|
|
3036
3036
|
var _ref$size = _ref.size,
|
|
3037
3037
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3039,7 +3039,7 @@ var Category = function Category(_ref) {
|
|
|
3039
3039
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3040
3040
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3041
3041
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3042
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3042
|
+
props = _objectWithoutProperties(_ref, _excluded$3z);
|
|
3043
3043
|
|
|
3044
3044
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3045
3045
|
width: size,
|
|
@@ -3055,7 +3055,7 @@ var Category = function Category(_ref) {
|
|
|
3055
3055
|
}));
|
|
3056
3056
|
};
|
|
3057
3057
|
|
|
3058
|
-
var _excluded$
|
|
3058
|
+
var _excluded$3y = ["size", "color", "strokeWidth"];
|
|
3059
3059
|
var CenterAlign = function CenterAlign(_ref) {
|
|
3060
3060
|
var _ref$size = _ref.size,
|
|
3061
3061
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3063,7 +3063,7 @@ var CenterAlign = function CenterAlign(_ref) {
|
|
|
3063
3063
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3064
3064
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3065
3065
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3066
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3066
|
+
props = _objectWithoutProperties(_ref, _excluded$3y);
|
|
3067
3067
|
|
|
3068
3068
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3069
3069
|
width: size,
|
|
@@ -3109,7 +3109,7 @@ var CenterAlign = function CenterAlign(_ref) {
|
|
|
3109
3109
|
}))));
|
|
3110
3110
|
};
|
|
3111
3111
|
|
|
3112
|
-
var _excluded$
|
|
3112
|
+
var _excluded$3x = ["size", "color", "strokeWidth"];
|
|
3113
3113
|
var ChatOffline = function ChatOffline(_ref) {
|
|
3114
3114
|
var _ref$size = _ref.size,
|
|
3115
3115
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3117,7 +3117,7 @@ var ChatOffline = function ChatOffline(_ref) {
|
|
|
3117
3117
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3118
3118
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3119
3119
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3120
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3120
|
+
props = _objectWithoutProperties(_ref, _excluded$3x);
|
|
3121
3121
|
|
|
3122
3122
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3123
3123
|
width: size,
|
|
@@ -3138,7 +3138,7 @@ var ChatOffline = function ChatOffline(_ref) {
|
|
|
3138
3138
|
}));
|
|
3139
3139
|
};
|
|
3140
3140
|
|
|
3141
|
-
var _excluded$
|
|
3141
|
+
var _excluded$3w = ["size", "color", "strokeWidth"];
|
|
3142
3142
|
var Chat = function Chat(_ref) {
|
|
3143
3143
|
var _ref$size = _ref.size,
|
|
3144
3144
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3146,7 +3146,7 @@ var Chat = function Chat(_ref) {
|
|
|
3146
3146
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3147
3147
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3148
3148
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3149
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3149
|
+
props = _objectWithoutProperties(_ref, _excluded$3w);
|
|
3150
3150
|
|
|
3151
3151
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3152
3152
|
width: size,
|
|
@@ -3162,14 +3162,14 @@ var Chat = function Chat(_ref) {
|
|
|
3162
3162
|
}));
|
|
3163
3163
|
};
|
|
3164
3164
|
|
|
3165
|
-
var _excluded$
|
|
3165
|
+
var _excluded$3v = ["size", "color", "strokeWidth"];
|
|
3166
3166
|
var ChatBubble = function ChatBubble(_ref) {
|
|
3167
3167
|
var _ref$size = _ref.size,
|
|
3168
3168
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3169
3169
|
_ref$color = _ref.color,
|
|
3170
3170
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3171
3171
|
_ref.strokeWidth;
|
|
3172
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3172
|
+
var props = _objectWithoutProperties(_ref, _excluded$3v);
|
|
3173
3173
|
|
|
3174
3174
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3175
3175
|
width: size,
|
|
@@ -3185,7 +3185,7 @@ var ChatBubble = function ChatBubble(_ref) {
|
|
|
3185
3185
|
}));
|
|
3186
3186
|
};
|
|
3187
3187
|
|
|
3188
|
-
var _excluded$
|
|
3188
|
+
var _excluded$3u = ["size", "color", "strokeWidth"];
|
|
3189
3189
|
var ChatEmpty = function ChatEmpty(_ref) {
|
|
3190
3190
|
var _ref$size = _ref.size,
|
|
3191
3191
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3193,7 +3193,7 @@ var ChatEmpty = function ChatEmpty(_ref) {
|
|
|
3193
3193
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3194
3194
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3195
3195
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3196
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3196
|
+
props = _objectWithoutProperties(_ref, _excluded$3u);
|
|
3197
3197
|
|
|
3198
3198
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3199
3199
|
width: size,
|
|
@@ -3209,14 +3209,14 @@ var ChatEmpty = function ChatEmpty(_ref) {
|
|
|
3209
3209
|
}));
|
|
3210
3210
|
};
|
|
3211
3211
|
|
|
3212
|
-
var _excluded$
|
|
3212
|
+
var _excluded$3t = ["size", "color", "strokeWidth"];
|
|
3213
3213
|
var ChatNotification = function ChatNotification(_ref) {
|
|
3214
3214
|
var _ref$size = _ref.size,
|
|
3215
3215
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3216
3216
|
_ref$color = _ref.color,
|
|
3217
3217
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3218
3218
|
_ref.strokeWidth;
|
|
3219
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3219
|
+
var props = _objectWithoutProperties(_ref, _excluded$3t);
|
|
3220
3220
|
|
|
3221
3221
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3222
3222
|
width: size,
|
|
@@ -3229,7 +3229,7 @@ var ChatNotification = function ChatNotification(_ref) {
|
|
|
3229
3229
|
}));
|
|
3230
3230
|
};
|
|
3231
3231
|
|
|
3232
|
-
var _excluded$
|
|
3232
|
+
var _excluded$3s = ["size", "color", "strokeWidth"];
|
|
3233
3233
|
var Check = function Check(_ref) {
|
|
3234
3234
|
var _ref$size = _ref.size,
|
|
3235
3235
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3237,7 +3237,7 @@ var Check = function Check(_ref) {
|
|
|
3237
3237
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3238
3238
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3239
3239
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3240
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3240
|
+
props = _objectWithoutProperties(_ref, _excluded$3s);
|
|
3241
3241
|
|
|
3242
3242
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3243
3243
|
width: size,
|
|
@@ -3253,7 +3253,7 @@ var Check = function Check(_ref) {
|
|
|
3253
3253
|
}));
|
|
3254
3254
|
};
|
|
3255
3255
|
|
|
3256
|
-
var _excluded$
|
|
3256
|
+
var _excluded$3r = ["size", "color", "strokeWidth"];
|
|
3257
3257
|
var Checkbox = function Checkbox(_ref) {
|
|
3258
3258
|
var _ref$size = _ref.size,
|
|
3259
3259
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3261,7 +3261,7 @@ var Checkbox = function Checkbox(_ref) {
|
|
|
3261
3261
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3262
3262
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3263
3263
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3264
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3264
|
+
props = _objectWithoutProperties(_ref, _excluded$3r);
|
|
3265
3265
|
|
|
3266
3266
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3267
3267
|
width: size,
|
|
@@ -3285,7 +3285,7 @@ var Checkbox = function Checkbox(_ref) {
|
|
|
3285
3285
|
}));
|
|
3286
3286
|
};
|
|
3287
3287
|
|
|
3288
|
-
var _excluded$
|
|
3288
|
+
var _excluded$3q = ["size", "color", "strokeWidth"];
|
|
3289
3289
|
var CheckboxInactive = function CheckboxInactive(_ref) {
|
|
3290
3290
|
var _ref$size = _ref.size,
|
|
3291
3291
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3293,7 +3293,7 @@ var CheckboxInactive = function CheckboxInactive(_ref) {
|
|
|
3293
3293
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3294
3294
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3295
3295
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3296
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3296
|
+
props = _objectWithoutProperties(_ref, _excluded$3q);
|
|
3297
3297
|
|
|
3298
3298
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3299
3299
|
width: size,
|
|
@@ -3311,7 +3311,7 @@ var CheckboxInactive = function CheckboxInactive(_ref) {
|
|
|
3311
3311
|
}));
|
|
3312
3312
|
};
|
|
3313
3313
|
|
|
3314
|
-
var _excluded$
|
|
3314
|
+
var _excluded$3p = ["size", "color", "strokeWidth"];
|
|
3315
3315
|
var CheckCircle = function CheckCircle(_ref) {
|
|
3316
3316
|
var _ref$size = _ref.size,
|
|
3317
3317
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3319,7 +3319,7 @@ var CheckCircle = function CheckCircle(_ref) {
|
|
|
3319
3319
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3320
3320
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3321
3321
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3322
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3322
|
+
props = _objectWithoutProperties(_ref, _excluded$3p);
|
|
3323
3323
|
|
|
3324
3324
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3325
3325
|
width: size,
|
|
@@ -3341,7 +3341,7 @@ var CheckCircle = function CheckCircle(_ref) {
|
|
|
3341
3341
|
}));
|
|
3342
3342
|
};
|
|
3343
3343
|
|
|
3344
|
-
var _excluded$
|
|
3344
|
+
var _excluded$3o = ["size", "color", "strokeWidth"];
|
|
3345
3345
|
var Checkmark = function Checkmark(_ref) {
|
|
3346
3346
|
var _ref$size = _ref.size,
|
|
3347
3347
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3349,7 +3349,7 @@ var Checkmark = function Checkmark(_ref) {
|
|
|
3349
3349
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3350
3350
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3351
3351
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3352
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3352
|
+
props = _objectWithoutProperties(_ref, _excluded$3o);
|
|
3353
3353
|
|
|
3354
3354
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3355
3355
|
width: size,
|
|
@@ -3371,14 +3371,14 @@ var Checkmark = function Checkmark(_ref) {
|
|
|
3371
3371
|
}));
|
|
3372
3372
|
};
|
|
3373
3373
|
|
|
3374
|
-
var _excluded$
|
|
3374
|
+
var _excluded$3n = ["size", "color", "strokeWidth"];
|
|
3375
3375
|
var Chrome = function Chrome(_ref) {
|
|
3376
3376
|
var _ref$size = _ref.size,
|
|
3377
3377
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3378
3378
|
_ref$color = _ref.color,
|
|
3379
3379
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3380
3380
|
_ref.strokeWidth;
|
|
3381
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3381
|
+
var props = _objectWithoutProperties(_ref, _excluded$3n);
|
|
3382
3382
|
|
|
3383
3383
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3384
3384
|
width: size,
|
|
@@ -3398,7 +3398,7 @@ var Chrome = function Chrome(_ref) {
|
|
|
3398
3398
|
}));
|
|
3399
3399
|
};
|
|
3400
3400
|
|
|
3401
|
-
var _excluded$
|
|
3401
|
+
var _excluded$3m = ["size", "color", "strokeWidth"];
|
|
3402
3402
|
var Clock = function Clock(_ref) {
|
|
3403
3403
|
var _ref$size = _ref.size,
|
|
3404
3404
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3406,7 +3406,7 @@ var Clock = function Clock(_ref) {
|
|
|
3406
3406
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3407
3407
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3408
3408
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3409
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3409
|
+
props = _objectWithoutProperties(_ref, _excluded$3m);
|
|
3410
3410
|
|
|
3411
3411
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3412
3412
|
width: size,
|
|
@@ -3428,7 +3428,7 @@ var Clock = function Clock(_ref) {
|
|
|
3428
3428
|
}));
|
|
3429
3429
|
};
|
|
3430
3430
|
|
|
3431
|
-
var _excluded$
|
|
3431
|
+
var _excluded$3l = ["size", "color", "strokeWidth"];
|
|
3432
3432
|
var Close = function Close(_ref) {
|
|
3433
3433
|
var _ref$size = _ref.size,
|
|
3434
3434
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3436,7 +3436,7 @@ var Close = function Close(_ref) {
|
|
|
3436
3436
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3437
3437
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3438
3438
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3439
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3439
|
+
props = _objectWithoutProperties(_ref, _excluded$3l);
|
|
3440
3440
|
|
|
3441
3441
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3442
3442
|
width: size,
|
|
@@ -3452,7 +3452,7 @@ var Close = function Close(_ref) {
|
|
|
3452
3452
|
}));
|
|
3453
3453
|
};
|
|
3454
3454
|
|
|
3455
|
-
var _excluded$
|
|
3455
|
+
var _excluded$3k = ["size", "color", "strokeWidth"];
|
|
3456
3456
|
var CloseCircle = function CloseCircle(_ref) {
|
|
3457
3457
|
var _ref$size = _ref.size,
|
|
3458
3458
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3460,7 +3460,7 @@ var CloseCircle = function CloseCircle(_ref) {
|
|
|
3460
3460
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3461
3461
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3462
3462
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3463
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3463
|
+
props = _objectWithoutProperties(_ref, _excluded$3k);
|
|
3464
3464
|
|
|
3465
3465
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3466
3466
|
width: size,
|
|
@@ -3476,7 +3476,7 @@ var CloseCircle = function CloseCircle(_ref) {
|
|
|
3476
3476
|
}));
|
|
3477
3477
|
};
|
|
3478
3478
|
|
|
3479
|
-
var _excluded$
|
|
3479
|
+
var _excluded$3j = ["size", "color", "strokeWidth"];
|
|
3480
3480
|
var ClosedPullRequest = function ClosedPullRequest(_ref) {
|
|
3481
3481
|
var _ref$size = _ref.size,
|
|
3482
3482
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3484,7 +3484,7 @@ var ClosedPullRequest = function ClosedPullRequest(_ref) {
|
|
|
3484
3484
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3485
3485
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3486
3486
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3487
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3487
|
+
props = _objectWithoutProperties(_ref, _excluded$3j);
|
|
3488
3488
|
|
|
3489
3489
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3490
3490
|
width: size,
|
|
@@ -3516,7 +3516,7 @@ var ClosedPullRequest = function ClosedPullRequest(_ref) {
|
|
|
3516
3516
|
}));
|
|
3517
3517
|
};
|
|
3518
3518
|
|
|
3519
|
-
var _excluded$
|
|
3519
|
+
var _excluded$3i = ["size", "color", "strokeWidth"];
|
|
3520
3520
|
var Code = function Code(_ref) {
|
|
3521
3521
|
var _ref$size = _ref.size,
|
|
3522
3522
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3524,7 +3524,7 @@ var Code = function Code(_ref) {
|
|
|
3524
3524
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3525
3525
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3526
3526
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3527
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3527
|
+
props = _objectWithoutProperties(_ref, _excluded$3i);
|
|
3528
3528
|
|
|
3529
3529
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3530
3530
|
width: size,
|
|
@@ -3540,7 +3540,7 @@ var Code = function Code(_ref) {
|
|
|
3540
3540
|
}));
|
|
3541
3541
|
};
|
|
3542
3542
|
|
|
3543
|
-
var _excluded$
|
|
3543
|
+
var _excluded$3h = ["size", "color", "strokeWidth"];
|
|
3544
3544
|
var CodeBlock = function CodeBlock(_ref) {
|
|
3545
3545
|
var _ref$size = _ref.size,
|
|
3546
3546
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3548,7 +3548,7 @@ var CodeBlock = function CodeBlock(_ref) {
|
|
|
3548
3548
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3549
3549
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3550
3550
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3551
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3551
|
+
props = _objectWithoutProperties(_ref, _excluded$3h);
|
|
3552
3552
|
|
|
3553
3553
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3554
3554
|
width: size,
|
|
@@ -3564,7 +3564,7 @@ var CodeBlock = function CodeBlock(_ref) {
|
|
|
3564
3564
|
}));
|
|
3565
3565
|
};
|
|
3566
3566
|
|
|
3567
|
-
var _excluded$
|
|
3567
|
+
var _excluded$3g = ["size", "color", "strokeWidth"];
|
|
3568
3568
|
var Collapse = function Collapse(_ref) {
|
|
3569
3569
|
var _ref$size = _ref.size,
|
|
3570
3570
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3572,7 +3572,7 @@ var Collapse = function Collapse(_ref) {
|
|
|
3572
3572
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3573
3573
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3574
3574
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3575
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3575
|
+
props = _objectWithoutProperties(_ref, _excluded$3g);
|
|
3576
3576
|
|
|
3577
3577
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3578
3578
|
width: size,
|
|
@@ -3588,7 +3588,7 @@ var Collapse = function Collapse(_ref) {
|
|
|
3588
3588
|
}));
|
|
3589
3589
|
};
|
|
3590
3590
|
|
|
3591
|
-
var _excluded$
|
|
3591
|
+
var _excluded$3f = ["size", "color", "strokeWidth"];
|
|
3592
3592
|
var Column = function Column(_ref) {
|
|
3593
3593
|
var _ref$size = _ref.size,
|
|
3594
3594
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3596,7 +3596,7 @@ var Column = function Column(_ref) {
|
|
|
3596
3596
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3597
3597
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3598
3598
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3599
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3599
|
+
props = _objectWithoutProperties(_ref, _excluded$3f);
|
|
3600
3600
|
|
|
3601
3601
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3602
3602
|
width: size,
|
|
@@ -3619,7 +3619,7 @@ var Column = function Column(_ref) {
|
|
|
3619
3619
|
}));
|
|
3620
3620
|
};
|
|
3621
3621
|
|
|
3622
|
-
var _excluded$
|
|
3622
|
+
var _excluded$3e = ["size", "color", "strokeWidth"];
|
|
3623
3623
|
var Computer = function Computer(_ref) {
|
|
3624
3624
|
var _ref$size = _ref.size,
|
|
3625
3625
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3627,7 +3627,7 @@ var Computer = function Computer(_ref) {
|
|
|
3627
3627
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3628
3628
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3629
3629
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3630
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3630
|
+
props = _objectWithoutProperties(_ref, _excluded$3e);
|
|
3631
3631
|
|
|
3632
3632
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3633
3633
|
width: size,
|
|
@@ -3646,7 +3646,7 @@ var Computer = function Computer(_ref) {
|
|
|
3646
3646
|
}));
|
|
3647
3647
|
};
|
|
3648
3648
|
|
|
3649
|
-
var _excluded$
|
|
3649
|
+
var _excluded$3d = ["size", "color", "strokeWidth"];
|
|
3650
3650
|
var ContactBook = function ContactBook(_ref) {
|
|
3651
3651
|
var _ref$size = _ref.size,
|
|
3652
3652
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3654,7 +3654,7 @@ var ContactBook = function ContactBook(_ref) {
|
|
|
3654
3654
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3655
3655
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3656
3656
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3657
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3657
|
+
props = _objectWithoutProperties(_ref, _excluded$3d);
|
|
3658
3658
|
|
|
3659
3659
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3660
3660
|
width: size,
|
|
@@ -3676,7 +3676,7 @@ var ContactBook = function ContactBook(_ref) {
|
|
|
3676
3676
|
}));
|
|
3677
3677
|
};
|
|
3678
3678
|
|
|
3679
|
-
var _excluded$
|
|
3679
|
+
var _excluded$3c = ["size", "color", "strokeWidth"];
|
|
3680
3680
|
var Copy = function Copy(_ref) {
|
|
3681
3681
|
var _ref$size = _ref.size,
|
|
3682
3682
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3684,7 +3684,7 @@ var Copy = function Copy(_ref) {
|
|
|
3684
3684
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3685
3685
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3686
3686
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3687
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3687
|
+
props = _objectWithoutProperties(_ref, _excluded$3c);
|
|
3688
3688
|
|
|
3689
3689
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3690
3690
|
width: size,
|
|
@@ -3706,7 +3706,7 @@ var Copy = function Copy(_ref) {
|
|
|
3706
3706
|
}));
|
|
3707
3707
|
};
|
|
3708
3708
|
|
|
3709
|
-
var _excluded$
|
|
3709
|
+
var _excluded$3b = ["size", "color", "strokeWidth"];
|
|
3710
3710
|
var CreditCard = function CreditCard(_ref) {
|
|
3711
3711
|
var _ref$size = _ref.size,
|
|
3712
3712
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3714,7 +3714,7 @@ var CreditCard = function CreditCard(_ref) {
|
|
|
3714
3714
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3715
3715
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3716
3716
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3717
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3717
|
+
props = _objectWithoutProperties(_ref, _excluded$3b);
|
|
3718
3718
|
|
|
3719
3719
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3720
3720
|
width: size,
|
|
@@ -3737,14 +3737,14 @@ var CreditCard = function CreditCard(_ref) {
|
|
|
3737
3737
|
}))));
|
|
3738
3738
|
};
|
|
3739
3739
|
|
|
3740
|
-
var _excluded$
|
|
3740
|
+
var _excluded$3a = ["size", "color", "strokeWidth"];
|
|
3741
3741
|
var Css3 = function Css3(_ref) {
|
|
3742
3742
|
var _ref$size = _ref.size,
|
|
3743
3743
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3744
3744
|
_ref$color = _ref.color,
|
|
3745
3745
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3746
3746
|
_ref.strokeWidth;
|
|
3747
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3747
|
+
var props = _objectWithoutProperties(_ref, _excluded$3a);
|
|
3748
3748
|
|
|
3749
3749
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3750
3750
|
width: size,
|
|
@@ -3757,7 +3757,7 @@ var Css3 = function Css3(_ref) {
|
|
|
3757
3757
|
}));
|
|
3758
3758
|
};
|
|
3759
3759
|
|
|
3760
|
-
var _excluded$
|
|
3760
|
+
var _excluded$39 = ["size", "color", "strokeWidth"];
|
|
3761
3761
|
var Cursor = function Cursor(_ref) {
|
|
3762
3762
|
var _ref$size = _ref.size,
|
|
3763
3763
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3765,7 +3765,7 @@ var Cursor = function Cursor(_ref) {
|
|
|
3765
3765
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3766
3766
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3767
3767
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3768
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3768
|
+
props = _objectWithoutProperties(_ref, _excluded$39);
|
|
3769
3769
|
|
|
3770
3770
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3771
3771
|
width: size,
|
|
@@ -3781,7 +3781,7 @@ var Cursor = function Cursor(_ref) {
|
|
|
3781
3781
|
}));
|
|
3782
3782
|
};
|
|
3783
3783
|
|
|
3784
|
-
var _excluded$
|
|
3784
|
+
var _excluded$38 = ["size", "color", "strokeWidth"];
|
|
3785
3785
|
var CustomDomain = function CustomDomain(_ref) {
|
|
3786
3786
|
var _ref$size = _ref.size,
|
|
3787
3787
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3789,7 +3789,7 @@ var CustomDomain = function CustomDomain(_ref) {
|
|
|
3789
3789
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3790
3790
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3791
3791
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3792
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3792
|
+
props = _objectWithoutProperties(_ref, _excluded$38);
|
|
3793
3793
|
|
|
3794
3794
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3795
3795
|
width: size,
|
|
@@ -3805,14 +3805,14 @@ var CustomDomain = function CustomDomain(_ref) {
|
|
|
3805
3805
|
}));
|
|
3806
3806
|
};
|
|
3807
3807
|
|
|
3808
|
-
var _excluded$
|
|
3808
|
+
var _excluded$37 = ["size", "color", "strokeWidth"];
|
|
3809
3809
|
var Customers = function Customers(_ref) {
|
|
3810
3810
|
var _ref$size = _ref.size,
|
|
3811
3811
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3812
3812
|
_ref$color = _ref.color,
|
|
3813
3813
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3814
3814
|
_ref.strokeWidth;
|
|
3815
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3815
|
+
var props = _objectWithoutProperties(_ref, _excluded$37);
|
|
3816
3816
|
|
|
3817
3817
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3818
3818
|
width: size,
|
|
@@ -3827,14 +3827,14 @@ var Customers = function Customers(_ref) {
|
|
|
3827
3827
|
}));
|
|
3828
3828
|
};
|
|
3829
3829
|
|
|
3830
|
-
var _excluded$
|
|
3830
|
+
var _excluded$36 = ["size", "color", "strokeWidth"];
|
|
3831
3831
|
var Customize = function Customize(_ref) {
|
|
3832
3832
|
var _ref$size = _ref.size,
|
|
3833
3833
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3834
3834
|
_ref$color = _ref.color,
|
|
3835
3835
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3836
3836
|
_ref.strokeWidth;
|
|
3837
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3837
|
+
var props = _objectWithoutProperties(_ref, _excluded$36);
|
|
3838
3838
|
|
|
3839
3839
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3840
3840
|
width: size,
|
|
@@ -3850,7 +3850,7 @@ var Customize = function Customize(_ref) {
|
|
|
3850
3850
|
}));
|
|
3851
3851
|
};
|
|
3852
3852
|
|
|
3853
|
-
var _excluded$
|
|
3853
|
+
var _excluded$35 = ["size", "color", "strokeWidth"];
|
|
3854
3854
|
var Dashboard = function Dashboard(_ref) {
|
|
3855
3855
|
var _ref$size = _ref.size,
|
|
3856
3856
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3858,7 +3858,7 @@ var Dashboard = function Dashboard(_ref) {
|
|
|
3858
3858
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3859
3859
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3860
3860
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3861
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3861
|
+
props = _objectWithoutProperties(_ref, _excluded$35);
|
|
3862
3862
|
|
|
3863
3863
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3864
3864
|
width: size,
|
|
@@ -3874,14 +3874,14 @@ var Dashboard = function Dashboard(_ref) {
|
|
|
3874
3874
|
}));
|
|
3875
3875
|
};
|
|
3876
3876
|
|
|
3877
|
-
var _excluded$
|
|
3877
|
+
var _excluded$34 = ["size", "color", "strokeWidth"];
|
|
3878
3878
|
var Database = function Database(_ref) {
|
|
3879
3879
|
var _ref$size = _ref.size,
|
|
3880
3880
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3881
3881
|
_ref$color = _ref.color,
|
|
3882
3882
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
3883
3883
|
_ref.strokeWidth;
|
|
3884
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
3884
|
+
var props = _objectWithoutProperties(_ref, _excluded$34);
|
|
3885
3885
|
|
|
3886
3886
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3887
3887
|
width: size,
|
|
@@ -3894,7 +3894,7 @@ var Database = function Database(_ref) {
|
|
|
3894
3894
|
}));
|
|
3895
3895
|
};
|
|
3896
3896
|
|
|
3897
|
-
var _excluded$
|
|
3897
|
+
var _excluded$33 = ["size", "color", "strokeWidth"];
|
|
3898
3898
|
var Delete = function Delete(_ref) {
|
|
3899
3899
|
var _ref$size = _ref.size,
|
|
3900
3900
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3902,7 +3902,7 @@ var Delete = function Delete(_ref) {
|
|
|
3902
3902
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3903
3903
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3904
3904
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3905
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3905
|
+
props = _objectWithoutProperties(_ref, _excluded$33);
|
|
3906
3906
|
|
|
3907
3907
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3908
3908
|
width: size,
|
|
@@ -3918,7 +3918,7 @@ var Delete = function Delete(_ref) {
|
|
|
3918
3918
|
}));
|
|
3919
3919
|
};
|
|
3920
3920
|
|
|
3921
|
-
var _excluded$
|
|
3921
|
+
var _excluded$32 = ["size", "color", "strokeWidth"];
|
|
3922
3922
|
var Design = function Design(_ref) {
|
|
3923
3923
|
var _ref$size = _ref.size,
|
|
3924
3924
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3926,7 +3926,7 @@ var Design = function Design(_ref) {
|
|
|
3926
3926
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3927
3927
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3928
3928
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3929
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3929
|
+
props = _objectWithoutProperties(_ref, _excluded$32);
|
|
3930
3930
|
|
|
3931
3931
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3932
3932
|
width: size,
|
|
@@ -3954,7 +3954,7 @@ var Design = function Design(_ref) {
|
|
|
3954
3954
|
}));
|
|
3955
3955
|
};
|
|
3956
3956
|
|
|
3957
|
-
var _excluded$
|
|
3957
|
+
var _excluded$31 = ["size", "color", "strokeWidth"];
|
|
3958
3958
|
var DoubleCheck = function DoubleCheck(_ref) {
|
|
3959
3959
|
var _ref$size = _ref.size,
|
|
3960
3960
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3962,7 +3962,7 @@ var DoubleCheck = function DoubleCheck(_ref) {
|
|
|
3962
3962
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3963
3963
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3964
3964
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3965
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3965
|
+
props = _objectWithoutProperties(_ref, _excluded$31);
|
|
3966
3966
|
|
|
3967
3967
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3968
3968
|
width: size,
|
|
@@ -3983,7 +3983,7 @@ var DoubleCheck = function DoubleCheck(_ref) {
|
|
|
3983
3983
|
}));
|
|
3984
3984
|
};
|
|
3985
3985
|
|
|
3986
|
-
var _excluded$
|
|
3986
|
+
var _excluded$30 = ["size", "color", "strokeWidth"];
|
|
3987
3987
|
var DownArrowCircle = function DownArrowCircle(_ref) {
|
|
3988
3988
|
var _ref$size = _ref.size,
|
|
3989
3989
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -3991,7 +3991,7 @@ var DownArrowCircle = function DownArrowCircle(_ref) {
|
|
|
3991
3991
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
3992
3992
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
3993
3993
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
3994
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3994
|
+
props = _objectWithoutProperties(_ref, _excluded$30);
|
|
3995
3995
|
|
|
3996
3996
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3997
3997
|
width: size,
|
|
@@ -4013,7 +4013,7 @@ var DownArrowCircle = function DownArrowCircle(_ref) {
|
|
|
4013
4013
|
}));
|
|
4014
4014
|
};
|
|
4015
4015
|
|
|
4016
|
-
var _excluded$
|
|
4016
|
+
var _excluded$2$ = ["size", "color", "strokeWidth"];
|
|
4017
4017
|
var Down = function Down(_ref) {
|
|
4018
4018
|
var _ref$size = _ref.size,
|
|
4019
4019
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4021,7 +4021,7 @@ var Down = function Down(_ref) {
|
|
|
4021
4021
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4022
4022
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4023
4023
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4024
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4024
|
+
props = _objectWithoutProperties(_ref, _excluded$2$);
|
|
4025
4025
|
|
|
4026
4026
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4027
4027
|
width: size,
|
|
@@ -4037,7 +4037,7 @@ var Down = function Down(_ref) {
|
|
|
4037
4037
|
}));
|
|
4038
4038
|
};
|
|
4039
4039
|
|
|
4040
|
-
var _excluded$
|
|
4040
|
+
var _excluded$2_ = ["size", "color", "strokeWidth"];
|
|
4041
4041
|
var DownArrow = function DownArrow(_ref) {
|
|
4042
4042
|
var _ref$size = _ref.size,
|
|
4043
4043
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4045,7 +4045,7 @@ var DownArrow = function DownArrow(_ref) {
|
|
|
4045
4045
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4046
4046
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4047
4047
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4048
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4048
|
+
props = _objectWithoutProperties(_ref, _excluded$2_);
|
|
4049
4049
|
|
|
4050
4050
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4051
4051
|
width: size,
|
|
@@ -4061,7 +4061,7 @@ var DownArrow = function DownArrow(_ref) {
|
|
|
4061
4061
|
}));
|
|
4062
4062
|
};
|
|
4063
4063
|
|
|
4064
|
-
var _excluded$
|
|
4064
|
+
var _excluded$2Z = ["size", "color", "strokeWidth"];
|
|
4065
4065
|
var Download = function Download(_ref) {
|
|
4066
4066
|
var _ref$size = _ref.size,
|
|
4067
4067
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4069,7 +4069,7 @@ var Download = function Download(_ref) {
|
|
|
4069
4069
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4070
4070
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4071
4071
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4072
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4072
|
+
props = _objectWithoutProperties(_ref, _excluded$2Z);
|
|
4073
4073
|
|
|
4074
4074
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4075
4075
|
width: size,
|
|
@@ -4091,7 +4091,7 @@ var Download = function Download(_ref) {
|
|
|
4091
4091
|
}));
|
|
4092
4092
|
};
|
|
4093
4093
|
|
|
4094
|
-
var _excluded$
|
|
4094
|
+
var _excluded$2Y = ["size", "color", "strokeWidth"];
|
|
4095
4095
|
var Draft = function Draft(_ref) {
|
|
4096
4096
|
var _ref$size = _ref.size,
|
|
4097
4097
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4099,7 +4099,7 @@ var Draft = function Draft(_ref) {
|
|
|
4099
4099
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4100
4100
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4101
4101
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4102
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4102
|
+
props = _objectWithoutProperties(_ref, _excluded$2Y);
|
|
4103
4103
|
|
|
4104
4104
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4105
4105
|
width: size,
|
|
@@ -4121,7 +4121,7 @@ var Draft = function Draft(_ref) {
|
|
|
4121
4121
|
}));
|
|
4122
4122
|
};
|
|
4123
4123
|
|
|
4124
|
-
var _excluded$
|
|
4124
|
+
var _excluded$2X = ["size", "color", "strokeWidth"];
|
|
4125
4125
|
var Dropdown = function Dropdown(_ref) {
|
|
4126
4126
|
var _ref$size = _ref.size,
|
|
4127
4127
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4129,7 +4129,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
4129
4129
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4130
4130
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4131
4131
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4132
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4132
|
+
props = _objectWithoutProperties(_ref, _excluded$2X);
|
|
4133
4133
|
|
|
4134
4134
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4135
4135
|
width: size,
|
|
@@ -4151,7 +4151,7 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
4151
4151
|
}));
|
|
4152
4152
|
};
|
|
4153
4153
|
|
|
4154
|
-
var _excluded$
|
|
4154
|
+
var _excluded$2W = ["size", "color", "strokeWidth"];
|
|
4155
4155
|
var Edit = function Edit(_ref) {
|
|
4156
4156
|
var _ref$size = _ref.size,
|
|
4157
4157
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4159,7 +4159,7 @@ var Edit = function Edit(_ref) {
|
|
|
4159
4159
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4160
4160
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4161
4161
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4162
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4162
|
+
props = _objectWithoutProperties(_ref, _excluded$2W);
|
|
4163
4163
|
|
|
4164
4164
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4165
4165
|
width: size,
|
|
@@ -4175,7 +4175,7 @@ var Edit = function Edit(_ref) {
|
|
|
4175
4175
|
}));
|
|
4176
4176
|
};
|
|
4177
4177
|
|
|
4178
|
-
var _excluded$
|
|
4178
|
+
var _excluded$2V = ["size", "color", "strokeWidth"];
|
|
4179
4179
|
var Email = function Email(_ref) {
|
|
4180
4180
|
var _ref$size = _ref.size,
|
|
4181
4181
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4183,7 +4183,7 @@ var Email = function Email(_ref) {
|
|
|
4183
4183
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4184
4184
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4185
4185
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4186
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4186
|
+
props = _objectWithoutProperties(_ref, _excluded$2V);
|
|
4187
4187
|
|
|
4188
4188
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4189
4189
|
width: size,
|
|
@@ -4199,7 +4199,7 @@ var Email = function Email(_ref) {
|
|
|
4199
4199
|
}));
|
|
4200
4200
|
};
|
|
4201
4201
|
|
|
4202
|
-
var _excluded$
|
|
4202
|
+
var _excluded$2U = ["size", "color", "strokeWidth"];
|
|
4203
4203
|
var EmailSent = function EmailSent(_ref) {
|
|
4204
4204
|
var _ref$size = _ref.size,
|
|
4205
4205
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4207,7 +4207,7 @@ var EmailSent = function EmailSent(_ref) {
|
|
|
4207
4207
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4208
4208
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4209
4209
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4210
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4210
|
+
props = _objectWithoutProperties(_ref, _excluded$2U);
|
|
4211
4211
|
|
|
4212
4212
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4213
4213
|
width: size,
|
|
@@ -4235,7 +4235,7 @@ var EmailSent = function EmailSent(_ref) {
|
|
|
4235
4235
|
}));
|
|
4236
4236
|
};
|
|
4237
4237
|
|
|
4238
|
-
var _excluded$
|
|
4238
|
+
var _excluded$2T = ["size", "color", "strokeWidth"];
|
|
4239
4239
|
var Error$1 = function Error(_ref) {
|
|
4240
4240
|
var _ref$size = _ref.size,
|
|
4241
4241
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4243,7 +4243,7 @@ var Error$1 = function Error(_ref) {
|
|
|
4243
4243
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4244
4244
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4245
4245
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4246
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4246
|
+
props = _objectWithoutProperties(_ref, _excluded$2T);
|
|
4247
4247
|
|
|
4248
4248
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4249
4249
|
width: size,
|
|
@@ -4259,7 +4259,7 @@ var Error$1 = function Error(_ref) {
|
|
|
4259
4259
|
}));
|
|
4260
4260
|
};
|
|
4261
4261
|
|
|
4262
|
-
var _excluded$
|
|
4262
|
+
var _excluded$2S = ["size", "color", "strokeWidth"];
|
|
4263
4263
|
var Expand = function Expand(_ref) {
|
|
4264
4264
|
var _ref$size = _ref.size,
|
|
4265
4265
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4267,7 +4267,7 @@ var Expand = function Expand(_ref) {
|
|
|
4267
4267
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4268
4268
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4269
4269
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4270
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4270
|
+
props = _objectWithoutProperties(_ref, _excluded$2S);
|
|
4271
4271
|
|
|
4272
4272
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4273
4273
|
width: size,
|
|
@@ -4283,7 +4283,7 @@ var Expand = function Expand(_ref) {
|
|
|
4283
4283
|
}));
|
|
4284
4284
|
};
|
|
4285
4285
|
|
|
4286
|
-
var _excluded$
|
|
4286
|
+
var _excluded$2R = ["size", "color", "strokeWidth"];
|
|
4287
4287
|
var ExternalLink = function ExternalLink(_ref) {
|
|
4288
4288
|
var _ref$size = _ref.size,
|
|
4289
4289
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4291,7 +4291,7 @@ var ExternalLink = function ExternalLink(_ref) {
|
|
|
4291
4291
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4292
4292
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4293
4293
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4294
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4294
|
+
props = _objectWithoutProperties(_ref, _excluded$2R);
|
|
4295
4295
|
|
|
4296
4296
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4297
4297
|
width: size,
|
|
@@ -4307,7 +4307,7 @@ var ExternalLink = function ExternalLink(_ref) {
|
|
|
4307
4307
|
}));
|
|
4308
4308
|
};
|
|
4309
4309
|
|
|
4310
|
-
var _excluded$
|
|
4310
|
+
var _excluded$2Q = ["size", "color", "strokeWidth"];
|
|
4311
4311
|
var Eye = function Eye(_ref) {
|
|
4312
4312
|
var _ref$size = _ref.size,
|
|
4313
4313
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4315,7 +4315,7 @@ var Eye = function Eye(_ref) {
|
|
|
4315
4315
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4316
4316
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4317
4317
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4318
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4318
|
+
props = _objectWithoutProperties(_ref, _excluded$2Q);
|
|
4319
4319
|
|
|
4320
4320
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4321
4321
|
width: size,
|
|
@@ -4337,14 +4337,14 @@ var Eye = function Eye(_ref) {
|
|
|
4337
4337
|
}));
|
|
4338
4338
|
};
|
|
4339
4339
|
|
|
4340
|
-
var _excluded$
|
|
4340
|
+
var _excluded$2P = ["size", "color", "strokeWidth"];
|
|
4341
4341
|
var Facebook = function Facebook(_ref) {
|
|
4342
4342
|
var _ref$size = _ref.size,
|
|
4343
4343
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4344
4344
|
_ref$color = _ref.color,
|
|
4345
4345
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4346
4346
|
_ref.strokeWidth;
|
|
4347
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4347
|
+
var props = _objectWithoutProperties(_ref, _excluded$2P);
|
|
4348
4348
|
|
|
4349
4349
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4350
4350
|
width: size,
|
|
@@ -4357,7 +4357,7 @@ var Facebook = function Facebook(_ref) {
|
|
|
4357
4357
|
}));
|
|
4358
4358
|
};
|
|
4359
4359
|
|
|
4360
|
-
var _excluded$
|
|
4360
|
+
var _excluded$2O = ["size", "color", "strokeWidth"];
|
|
4361
4361
|
var Favorite = function Favorite(_ref) {
|
|
4362
4362
|
var _ref$size = _ref.size,
|
|
4363
4363
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4365,7 +4365,7 @@ var Favorite = function Favorite(_ref) {
|
|
|
4365
4365
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4366
4366
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4367
4367
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4368
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4368
|
+
props = _objectWithoutProperties(_ref, _excluded$2O);
|
|
4369
4369
|
|
|
4370
4370
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4371
4371
|
width: size,
|
|
@@ -4381,7 +4381,7 @@ var Favorite = function Favorite(_ref) {
|
|
|
4381
4381
|
}));
|
|
4382
4382
|
};
|
|
4383
4383
|
|
|
4384
|
-
var _excluded$
|
|
4384
|
+
var _excluded$2N = ["size", "color", "strokeWidth"];
|
|
4385
4385
|
var FileDownload = function FileDownload(_ref) {
|
|
4386
4386
|
var _ref$size = _ref.size,
|
|
4387
4387
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4389,7 +4389,7 @@ var FileDownload = function FileDownload(_ref) {
|
|
|
4389
4389
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4390
4390
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4391
4391
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4392
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4392
|
+
props = _objectWithoutProperties(_ref, _excluded$2N);
|
|
4393
4393
|
|
|
4394
4394
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4395
4395
|
width: size,
|
|
@@ -4421,7 +4421,7 @@ var FileDownload = function FileDownload(_ref) {
|
|
|
4421
4421
|
}));
|
|
4422
4422
|
};
|
|
4423
4423
|
|
|
4424
|
-
var _excluded$
|
|
4424
|
+
var _excluded$2M = ["size", "color", "strokeWidth"];
|
|
4425
4425
|
var File = function File(_ref) {
|
|
4426
4426
|
var _ref$size = _ref.size,
|
|
4427
4427
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4429,7 +4429,7 @@ var File = function File(_ref) {
|
|
|
4429
4429
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4430
4430
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4431
4431
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4432
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4432
|
+
props = _objectWithoutProperties(_ref, _excluded$2M);
|
|
4433
4433
|
|
|
4434
4434
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4435
4435
|
width: size,
|
|
@@ -4461,7 +4461,7 @@ var File = function File(_ref) {
|
|
|
4461
4461
|
}));
|
|
4462
4462
|
};
|
|
4463
4463
|
|
|
4464
|
-
var _excluded$
|
|
4464
|
+
var _excluded$2L = ["size", "color", "strokeWidth"];
|
|
4465
4465
|
var FileGeneric = function FileGeneric(_ref) {
|
|
4466
4466
|
var _ref$size = _ref.size,
|
|
4467
4467
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4469,7 +4469,7 @@ var FileGeneric = function FileGeneric(_ref) {
|
|
|
4469
4469
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4470
4470
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4471
4471
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4472
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4472
|
+
props = _objectWithoutProperties(_ref, _excluded$2L);
|
|
4473
4473
|
|
|
4474
4474
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4475
4475
|
width: size,
|
|
@@ -4494,7 +4494,7 @@ var FileGeneric = function FileGeneric(_ref) {
|
|
|
4494
4494
|
}))));
|
|
4495
4495
|
};
|
|
4496
4496
|
|
|
4497
|
-
var _excluded$
|
|
4497
|
+
var _excluded$2K = ["size", "color", "strokeWidth"];
|
|
4498
4498
|
var FilterAz = function FilterAz(_ref) {
|
|
4499
4499
|
var _ref$size = _ref.size,
|
|
4500
4500
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4502,7 +4502,7 @@ var FilterAz = function FilterAz(_ref) {
|
|
|
4502
4502
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4503
4503
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4504
4504
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4505
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4505
|
+
props = _objectWithoutProperties(_ref, _excluded$2K);
|
|
4506
4506
|
|
|
4507
4507
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4508
4508
|
width: size,
|
|
@@ -4518,7 +4518,7 @@ var FilterAz = function FilterAz(_ref) {
|
|
|
4518
4518
|
}));
|
|
4519
4519
|
};
|
|
4520
4520
|
|
|
4521
|
-
var _excluded$
|
|
4521
|
+
var _excluded$2J = ["size", "color", "strokeWidth"];
|
|
4522
4522
|
var Filter = function Filter(_ref) {
|
|
4523
4523
|
var _ref$size = _ref.size,
|
|
4524
4524
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4526,7 +4526,7 @@ var Filter = function Filter(_ref) {
|
|
|
4526
4526
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4527
4527
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4528
4528
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4529
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4529
|
+
props = _objectWithoutProperties(_ref, _excluded$2J);
|
|
4530
4530
|
|
|
4531
4531
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4532
4532
|
width: size,
|
|
@@ -4543,7 +4543,7 @@ var Filter = function Filter(_ref) {
|
|
|
4543
4543
|
}));
|
|
4544
4544
|
};
|
|
4545
4545
|
|
|
4546
|
-
var _excluded$
|
|
4546
|
+
var _excluded$2I = ["size", "color", "strokeWidth"];
|
|
4547
4547
|
var Flag = function Flag(_ref) {
|
|
4548
4548
|
var _ref$size = _ref.size,
|
|
4549
4549
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4551,7 +4551,7 @@ var Flag = function Flag(_ref) {
|
|
|
4551
4551
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4552
4552
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4553
4553
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4554
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4554
|
+
props = _objectWithoutProperties(_ref, _excluded$2I);
|
|
4555
4555
|
|
|
4556
4556
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4557
4557
|
width: size,
|
|
@@ -4567,7 +4567,7 @@ var Flag = function Flag(_ref) {
|
|
|
4567
4567
|
}));
|
|
4568
4568
|
};
|
|
4569
4569
|
|
|
4570
|
-
var _excluded$
|
|
4570
|
+
var _excluded$2H = ["size", "color", "strokeWidth"];
|
|
4571
4571
|
var Flash = function Flash(_ref) {
|
|
4572
4572
|
var _ref$size = _ref.size,
|
|
4573
4573
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4575,7 +4575,7 @@ var Flash = function Flash(_ref) {
|
|
|
4575
4575
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4576
4576
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4577
4577
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4578
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4578
|
+
props = _objectWithoutProperties(_ref, _excluded$2H);
|
|
4579
4579
|
|
|
4580
4580
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4581
4581
|
width: size,
|
|
@@ -4591,7 +4591,7 @@ var Flash = function Flash(_ref) {
|
|
|
4591
4591
|
}));
|
|
4592
4592
|
};
|
|
4593
4593
|
|
|
4594
|
-
var _excluded$
|
|
4594
|
+
var _excluded$2G = ["size", "color", "strokeWidth"];
|
|
4595
4595
|
var Focus = function Focus(_ref) {
|
|
4596
4596
|
var _ref$size = _ref.size,
|
|
4597
4597
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4599,7 +4599,7 @@ var Focus = function Focus(_ref) {
|
|
|
4599
4599
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4600
4600
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4601
4601
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4602
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4602
|
+
props = _objectWithoutProperties(_ref, _excluded$2G);
|
|
4603
4603
|
|
|
4604
4604
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4605
4605
|
width: size,
|
|
@@ -4625,7 +4625,7 @@ var Focus = function Focus(_ref) {
|
|
|
4625
4625
|
}));
|
|
4626
4626
|
};
|
|
4627
4627
|
|
|
4628
|
-
var _excluded$
|
|
4628
|
+
var _excluded$2F = ["size", "color", "strokeWidth"];
|
|
4629
4629
|
var Folder = function Folder(_ref) {
|
|
4630
4630
|
var _ref$size = _ref.size,
|
|
4631
4631
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4633,7 +4633,7 @@ var Folder = function Folder(_ref) {
|
|
|
4633
4633
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4634
4634
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4635
4635
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4636
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4636
|
+
props = _objectWithoutProperties(_ref, _excluded$2F);
|
|
4637
4637
|
|
|
4638
4638
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4639
4639
|
width: size,
|
|
@@ -4649,14 +4649,14 @@ var Folder = function Folder(_ref) {
|
|
|
4649
4649
|
}));
|
|
4650
4650
|
};
|
|
4651
4651
|
|
|
4652
|
-
var _excluded$
|
|
4652
|
+
var _excluded$2E = ["size", "color", "strokeWidth"];
|
|
4653
4653
|
var Form = function Form(_ref) {
|
|
4654
4654
|
var _ref$size = _ref.size,
|
|
4655
4655
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4656
4656
|
_ref$color = _ref.color,
|
|
4657
4657
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4658
4658
|
_ref.strokeWidth;
|
|
4659
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4659
|
+
var props = _objectWithoutProperties(_ref, _excluded$2E);
|
|
4660
4660
|
|
|
4661
4661
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4662
4662
|
width: size,
|
|
@@ -4679,7 +4679,7 @@ var Form = function Form(_ref) {
|
|
|
4679
4679
|
}));
|
|
4680
4680
|
};
|
|
4681
4681
|
|
|
4682
|
-
var _excluded$
|
|
4682
|
+
var _excluded$2D = ["size", "color", "strokeWidth"];
|
|
4683
4683
|
var Forward = function Forward(_ref) {
|
|
4684
4684
|
var _ref$size = _ref.size,
|
|
4685
4685
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4687,7 +4687,7 @@ var Forward = function Forward(_ref) {
|
|
|
4687
4687
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4688
4688
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4689
4689
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4690
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4690
|
+
props = _objectWithoutProperties(_ref, _excluded$2D);
|
|
4691
4691
|
|
|
4692
4692
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4693
4693
|
width: size,
|
|
@@ -4709,7 +4709,7 @@ var Forward = function Forward(_ref) {
|
|
|
4709
4709
|
}));
|
|
4710
4710
|
};
|
|
4711
4711
|
|
|
4712
|
-
var _excluded$
|
|
4712
|
+
var _excluded$2C = ["size", "color", "strokeWidth"];
|
|
4713
4713
|
var FullScreen = function FullScreen(_ref) {
|
|
4714
4714
|
var _ref$size = _ref.size,
|
|
4715
4715
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4717,7 +4717,7 @@ var FullScreen = function FullScreen(_ref) {
|
|
|
4717
4717
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4718
4718
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4719
4719
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4720
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4720
|
+
props = _objectWithoutProperties(_ref, _excluded$2C);
|
|
4721
4721
|
|
|
4722
4722
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4723
4723
|
width: size,
|
|
@@ -4743,7 +4743,7 @@ var FullScreen = function FullScreen(_ref) {
|
|
|
4743
4743
|
}))));
|
|
4744
4744
|
};
|
|
4745
4745
|
|
|
4746
|
-
var _excluded$
|
|
4746
|
+
var _excluded$2B = ["size", "color", "strokeWidth"];
|
|
4747
4747
|
var Gif = function Gif(_ref) {
|
|
4748
4748
|
var _ref$size = _ref.size,
|
|
4749
4749
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4751,7 +4751,7 @@ var Gif = function Gif(_ref) {
|
|
|
4751
4751
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4752
4752
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4753
4753
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4754
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4754
|
+
props = _objectWithoutProperties(_ref, _excluded$2B);
|
|
4755
4755
|
|
|
4756
4756
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4757
4757
|
width: size,
|
|
@@ -4773,7 +4773,7 @@ var Gif = function Gif(_ref) {
|
|
|
4773
4773
|
}));
|
|
4774
4774
|
};
|
|
4775
4775
|
|
|
4776
|
-
var _excluded$
|
|
4776
|
+
var _excluded$2A = ["size", "color", "strokeWidth"];
|
|
4777
4777
|
var Gift = function Gift(_ref) {
|
|
4778
4778
|
var _ref$size = _ref.size,
|
|
4779
4779
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4781,7 +4781,7 @@ var Gift = function Gift(_ref) {
|
|
|
4781
4781
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4782
4782
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4783
4783
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4784
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4784
|
+
props = _objectWithoutProperties(_ref, _excluded$2A);
|
|
4785
4785
|
|
|
4786
4786
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4787
4787
|
width: size,
|
|
@@ -4797,7 +4797,7 @@ var Gift = function Gift(_ref) {
|
|
|
4797
4797
|
}));
|
|
4798
4798
|
};
|
|
4799
4799
|
|
|
4800
|
-
var _excluded$
|
|
4800
|
+
var _excluded$2z = ["size", "color", "strokeWidth"];
|
|
4801
4801
|
var GitMerge = function GitMerge(_ref) {
|
|
4802
4802
|
var _ref$size = _ref.size,
|
|
4803
4803
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4805,7 +4805,7 @@ var GitMerge = function GitMerge(_ref) {
|
|
|
4805
4805
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4806
4806
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4807
4807
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4808
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4808
|
+
props = _objectWithoutProperties(_ref, _excluded$2z);
|
|
4809
4809
|
|
|
4810
4810
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4811
4811
|
width: size,
|
|
@@ -4827,7 +4827,7 @@ var GitMerge = function GitMerge(_ref) {
|
|
|
4827
4827
|
}));
|
|
4828
4828
|
};
|
|
4829
4829
|
|
|
4830
|
-
var _excluded$
|
|
4830
|
+
var _excluded$2y = ["size", "color", "strokeWidth"];
|
|
4831
4831
|
var Globe = function Globe(_ref) {
|
|
4832
4832
|
var _ref$size = _ref.size,
|
|
4833
4833
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4835,7 +4835,7 @@ var Globe = function Globe(_ref) {
|
|
|
4835
4835
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4836
4836
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4837
4837
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4838
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4838
|
+
props = _objectWithoutProperties(_ref, _excluded$2y);
|
|
4839
4839
|
|
|
4840
4840
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4841
4841
|
width: size,
|
|
@@ -4869,14 +4869,14 @@ var Globe = function Globe(_ref) {
|
|
|
4869
4869
|
}));
|
|
4870
4870
|
};
|
|
4871
4871
|
|
|
4872
|
-
var _excluded$
|
|
4872
|
+
var _excluded$2x = ["size", "color", "strokeWidth"];
|
|
4873
4873
|
var Goal = function Goal(_ref) {
|
|
4874
4874
|
var _ref$size = _ref.size,
|
|
4875
4875
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4876
4876
|
_ref$color = _ref.color,
|
|
4877
4877
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4878
4878
|
_ref.strokeWidth;
|
|
4879
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4879
|
+
var props = _objectWithoutProperties(_ref, _excluded$2x);
|
|
4880
4880
|
|
|
4881
4881
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4882
4882
|
width: size,
|
|
@@ -4904,7 +4904,7 @@ var Goal = function Goal(_ref) {
|
|
|
4904
4904
|
}))));
|
|
4905
4905
|
};
|
|
4906
4906
|
|
|
4907
|
-
var _excluded$
|
|
4907
|
+
var _excluded$2w = ["size", "color", "strokeWidth"];
|
|
4908
4908
|
var Graph = function Graph(_ref) {
|
|
4909
4909
|
var _ref$size = _ref.size,
|
|
4910
4910
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4912,7 +4912,7 @@ var Graph = function Graph(_ref) {
|
|
|
4912
4912
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4913
4913
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4914
4914
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4915
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4915
|
+
props = _objectWithoutProperties(_ref, _excluded$2w);
|
|
4916
4916
|
|
|
4917
4917
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4918
4918
|
width: size,
|
|
@@ -4928,14 +4928,14 @@ var Graph = function Graph(_ref) {
|
|
|
4928
4928
|
}));
|
|
4929
4929
|
};
|
|
4930
4930
|
|
|
4931
|
-
var _excluded$
|
|
4931
|
+
var _excluded$2v = ["size", "color", "strokeWidth"];
|
|
4932
4932
|
var Group = function Group(_ref) {
|
|
4933
4933
|
var _ref$size = _ref.size,
|
|
4934
4934
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4935
4935
|
_ref$color = _ref.color,
|
|
4936
4936
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
4937
4937
|
_ref.strokeWidth;
|
|
4938
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
4938
|
+
var props = _objectWithoutProperties(_ref, _excluded$2v);
|
|
4939
4939
|
|
|
4940
4940
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4941
4941
|
width: size,
|
|
@@ -4948,7 +4948,7 @@ var Group = function Group(_ref) {
|
|
|
4948
4948
|
}));
|
|
4949
4949
|
};
|
|
4950
4950
|
|
|
4951
|
-
var _excluded$
|
|
4951
|
+
var _excluded$2u = ["size", "color", "strokeWidth"];
|
|
4952
4952
|
var HamburgerMenu = function HamburgerMenu(_ref) {
|
|
4953
4953
|
var _ref$size = _ref.size,
|
|
4954
4954
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4956,7 +4956,7 @@ var HamburgerMenu = function HamburgerMenu(_ref) {
|
|
|
4956
4956
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4957
4957
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4958
4958
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4959
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4959
|
+
props = _objectWithoutProperties(_ref, _excluded$2u);
|
|
4960
4960
|
|
|
4961
4961
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4962
4962
|
width: size,
|
|
@@ -4970,7 +4970,7 @@ var HamburgerMenu = function HamburgerMenu(_ref) {
|
|
|
4970
4970
|
}));
|
|
4971
4971
|
};
|
|
4972
4972
|
|
|
4973
|
-
var _excluded$
|
|
4973
|
+
var _excluded$2t = ["size", "color", "strokeWidth"];
|
|
4974
4974
|
var Heart = function Heart(_ref) {
|
|
4975
4975
|
var _ref$size = _ref.size,
|
|
4976
4976
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -4978,7 +4978,7 @@ var Heart = function Heart(_ref) {
|
|
|
4978
4978
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
4979
4979
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
4980
4980
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
4981
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4981
|
+
props = _objectWithoutProperties(_ref, _excluded$2t);
|
|
4982
4982
|
|
|
4983
4983
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4984
4984
|
width: size,
|
|
@@ -4993,7 +4993,7 @@ var Heart = function Heart(_ref) {
|
|
|
4993
4993
|
}));
|
|
4994
4994
|
};
|
|
4995
4995
|
|
|
4996
|
-
var _excluded$
|
|
4996
|
+
var _excluded$2s = ["size", "color", "strokeWidth"];
|
|
4997
4997
|
var Help = function Help(_ref) {
|
|
4998
4998
|
var _ref$size = _ref.size,
|
|
4999
4999
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5001,7 +5001,7 @@ var Help = function Help(_ref) {
|
|
|
5001
5001
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5002
5002
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5003
5003
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5004
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5004
|
+
props = _objectWithoutProperties(_ref, _excluded$2s);
|
|
5005
5005
|
|
|
5006
5006
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5007
5007
|
width: size,
|
|
@@ -5023,7 +5023,7 @@ var Help = function Help(_ref) {
|
|
|
5023
5023
|
}));
|
|
5024
5024
|
};
|
|
5025
5025
|
|
|
5026
|
-
var _excluded$
|
|
5026
|
+
var _excluded$2r = ["size", "color", "strokeWidth"];
|
|
5027
5027
|
var Hide = function Hide(_ref) {
|
|
5028
5028
|
var _ref$size = _ref.size,
|
|
5029
5029
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5031,7 +5031,7 @@ var Hide = function Hide(_ref) {
|
|
|
5031
5031
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5032
5032
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5033
5033
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5034
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5034
|
+
props = _objectWithoutProperties(_ref, _excluded$2r);
|
|
5035
5035
|
|
|
5036
5036
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5037
5037
|
width: size,
|
|
@@ -5047,7 +5047,7 @@ var Hide = function Hide(_ref) {
|
|
|
5047
5047
|
}));
|
|
5048
5048
|
};
|
|
5049
5049
|
|
|
5050
|
-
var _excluded$
|
|
5050
|
+
var _excluded$2q = ["size", "color", "strokeWidth"];
|
|
5051
5051
|
var Highlight = function Highlight(_ref) {
|
|
5052
5052
|
var _ref$size = _ref.size,
|
|
5053
5053
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5055,7 +5055,7 @@ var Highlight = function Highlight(_ref) {
|
|
|
5055
5055
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5056
5056
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5057
5057
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5058
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5058
|
+
props = _objectWithoutProperties(_ref, _excluded$2q);
|
|
5059
5059
|
|
|
5060
5060
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5061
5061
|
width: size,
|
|
@@ -5071,7 +5071,7 @@ var Highlight = function Highlight(_ref) {
|
|
|
5071
5071
|
}));
|
|
5072
5072
|
};
|
|
5073
5073
|
|
|
5074
|
-
var _excluded$
|
|
5074
|
+
var _excluded$2p = ["size", "color", "strokeWidth"];
|
|
5075
5075
|
var History = function History(_ref) {
|
|
5076
5076
|
var _ref$size = _ref.size,
|
|
5077
5077
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5079,7 +5079,7 @@ var History = function History(_ref) {
|
|
|
5079
5079
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5080
5080
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5081
5081
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5082
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5082
|
+
props = _objectWithoutProperties(_ref, _excluded$2p);
|
|
5083
5083
|
|
|
5084
5084
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5085
5085
|
width: size,
|
|
@@ -5107,7 +5107,7 @@ var History = function History(_ref) {
|
|
|
5107
5107
|
}))));
|
|
5108
5108
|
};
|
|
5109
5109
|
|
|
5110
|
-
var _excluded$
|
|
5110
|
+
var _excluded$2o = ["size", "color", "strokeWidth"];
|
|
5111
5111
|
var Home = function Home(_ref) {
|
|
5112
5112
|
var _ref$size = _ref.size,
|
|
5113
5113
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5115,7 +5115,7 @@ var Home = function Home(_ref) {
|
|
|
5115
5115
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5116
5116
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5117
5117
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5118
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5118
|
+
props = _objectWithoutProperties(_ref, _excluded$2o);
|
|
5119
5119
|
|
|
5120
5120
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5121
5121
|
width: size,
|
|
@@ -5131,14 +5131,14 @@ var Home = function Home(_ref) {
|
|
|
5131
5131
|
}));
|
|
5132
5132
|
};
|
|
5133
5133
|
|
|
5134
|
-
var _excluded$
|
|
5134
|
+
var _excluded$2n = ["size", "color", "strokeWidth"];
|
|
5135
5135
|
var HourGlass = function HourGlass(_ref) {
|
|
5136
5136
|
var _ref$size = _ref.size,
|
|
5137
5137
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
5138
5138
|
_ref$color = _ref.color,
|
|
5139
5139
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
5140
5140
|
_ref.strokeWidth;
|
|
5141
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
5141
|
+
var props = _objectWithoutProperties(_ref, _excluded$2n);
|
|
5142
5142
|
|
|
5143
5143
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5144
5144
|
width: size,
|
|
@@ -5154,7 +5154,7 @@ var HourGlass = function HourGlass(_ref) {
|
|
|
5154
5154
|
}));
|
|
5155
5155
|
};
|
|
5156
5156
|
|
|
5157
|
-
var _excluded$
|
|
5157
|
+
var _excluded$2m = ["size", "color", "strokeWidth"];
|
|
5158
5158
|
var Hours = function Hours(_ref) {
|
|
5159
5159
|
var _ref$size = _ref.size,
|
|
5160
5160
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5162,7 +5162,7 @@ var Hours = function Hours(_ref) {
|
|
|
5162
5162
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5163
5163
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5164
5164
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5165
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5165
|
+
props = _objectWithoutProperties(_ref, _excluded$2m);
|
|
5166
5166
|
|
|
5167
5167
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5168
5168
|
width: size,
|
|
@@ -5194,14 +5194,14 @@ var Hours = function Hours(_ref) {
|
|
|
5194
5194
|
}))));
|
|
5195
5195
|
};
|
|
5196
5196
|
|
|
5197
|
-
var _excluded$
|
|
5197
|
+
var _excluded$2l = ["size", "color", "strokeWidth"];
|
|
5198
5198
|
var Html = function Html(_ref) {
|
|
5199
5199
|
var _ref$size = _ref.size,
|
|
5200
5200
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
5201
5201
|
_ref$color = _ref.color,
|
|
5202
5202
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
5203
5203
|
_ref.strokeWidth;
|
|
5204
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
5204
|
+
var props = _objectWithoutProperties(_ref, _excluded$2l);
|
|
5205
5205
|
|
|
5206
5206
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5207
5207
|
width: size,
|
|
@@ -5214,7 +5214,7 @@ var Html = function Html(_ref) {
|
|
|
5214
5214
|
}));
|
|
5215
5215
|
};
|
|
5216
5216
|
|
|
5217
|
-
var _excluded$
|
|
5217
|
+
var _excluded$2k = ["size", "color", "strokeWidth"];
|
|
5218
5218
|
var ImageUpload = function ImageUpload(_ref) {
|
|
5219
5219
|
var _ref$size = _ref.size,
|
|
5220
5220
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5222,7 +5222,7 @@ var ImageUpload = function ImageUpload(_ref) {
|
|
|
5222
5222
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5223
5223
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5224
5224
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5225
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5225
|
+
props = _objectWithoutProperties(_ref, _excluded$2k);
|
|
5226
5226
|
|
|
5227
5227
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5228
5228
|
width: size,
|
|
@@ -5244,7 +5244,7 @@ var ImageUpload = function ImageUpload(_ref) {
|
|
|
5244
5244
|
}));
|
|
5245
5245
|
};
|
|
5246
5246
|
|
|
5247
|
-
var _excluded$
|
|
5247
|
+
var _excluded$2j = ["size", "color", "strokeWidth"];
|
|
5248
5248
|
var Image = function Image(_ref) {
|
|
5249
5249
|
var _ref$size = _ref.size,
|
|
5250
5250
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5252,7 +5252,7 @@ var Image = function Image(_ref) {
|
|
|
5252
5252
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5253
5253
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5254
5254
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5255
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5255
|
+
props = _objectWithoutProperties(_ref, _excluded$2j);
|
|
5256
5256
|
|
|
5257
5257
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5258
5258
|
width: size,
|
|
@@ -5279,7 +5279,7 @@ var Image = function Image(_ref) {
|
|
|
5279
5279
|
}))));
|
|
5280
5280
|
};
|
|
5281
5281
|
|
|
5282
|
-
var _excluded$
|
|
5282
|
+
var _excluded$2i = ["size", "color", "strokeWidth"];
|
|
5283
5283
|
var Inbox = function Inbox(_ref) {
|
|
5284
5284
|
var _ref$size = _ref.size,
|
|
5285
5285
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5287,7 +5287,7 @@ var Inbox = function Inbox(_ref) {
|
|
|
5287
5287
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5288
5288
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5289
5289
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5290
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5290
|
+
props = _objectWithoutProperties(_ref, _excluded$2i);
|
|
5291
5291
|
|
|
5292
5292
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5293
5293
|
width: size,
|
|
@@ -5303,7 +5303,7 @@ var Inbox = function Inbox(_ref) {
|
|
|
5303
5303
|
}));
|
|
5304
5304
|
};
|
|
5305
5305
|
|
|
5306
|
-
var _excluded$
|
|
5306
|
+
var _excluded$2h = ["size", "color", "strokeWidth"];
|
|
5307
5307
|
var IndeterminateCircle = function IndeterminateCircle(_ref) {
|
|
5308
5308
|
var _ref$size = _ref.size,
|
|
5309
5309
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5311,7 +5311,7 @@ var IndeterminateCircle = function IndeterminateCircle(_ref) {
|
|
|
5311
5311
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5312
5312
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5313
5313
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5314
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5314
|
+
props = _objectWithoutProperties(_ref, _excluded$2h);
|
|
5315
5315
|
|
|
5316
5316
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5317
5317
|
width: size,
|
|
@@ -5332,7 +5332,7 @@ var IndeterminateCircle = function IndeterminateCircle(_ref) {
|
|
|
5332
5332
|
}));
|
|
5333
5333
|
};
|
|
5334
5334
|
|
|
5335
|
-
var _excluded$
|
|
5335
|
+
var _excluded$2g = ["size", "color", "strokeWidth"];
|
|
5336
5336
|
var Info = function Info(_ref) {
|
|
5337
5337
|
var _ref$size = _ref.size,
|
|
5338
5338
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5340,7 +5340,7 @@ var Info = function Info(_ref) {
|
|
|
5340
5340
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5341
5341
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5342
5342
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5343
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5343
|
+
props = _objectWithoutProperties(_ref, _excluded$2g);
|
|
5344
5344
|
|
|
5345
5345
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5346
5346
|
width: size,
|
|
@@ -5368,7 +5368,7 @@ var Info = function Info(_ref) {
|
|
|
5368
5368
|
}));
|
|
5369
5369
|
};
|
|
5370
5370
|
|
|
5371
|
-
var _excluded$
|
|
5371
|
+
var _excluded$2f = ["size", "color", "strokeWidth"];
|
|
5372
5372
|
var Input = function Input(_ref) {
|
|
5373
5373
|
var _ref$size = _ref.size,
|
|
5374
5374
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5376,7 +5376,7 @@ var Input = function Input(_ref) {
|
|
|
5376
5376
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5377
5377
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5378
5378
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5379
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5379
|
+
props = _objectWithoutProperties(_ref, _excluded$2f);
|
|
5380
5380
|
|
|
5381
5381
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5382
5382
|
width: size,
|
|
@@ -5399,14 +5399,14 @@ var Input = function Input(_ref) {
|
|
|
5399
5399
|
}))));
|
|
5400
5400
|
};
|
|
5401
5401
|
|
|
5402
|
-
var _excluded$
|
|
5402
|
+
var _excluded$2e = ["size", "color", "strokeWidth"];
|
|
5403
5403
|
var Invoice = function Invoice(_ref) {
|
|
5404
5404
|
var _ref$size = _ref.size,
|
|
5405
5405
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
5406
5406
|
_ref$color = _ref.color,
|
|
5407
5407
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
5408
5408
|
_ref.strokeWidth;
|
|
5409
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
5409
|
+
var props = _objectWithoutProperties(_ref, _excluded$2e);
|
|
5410
5410
|
|
|
5411
5411
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5412
5412
|
width: size,
|
|
@@ -5427,7 +5427,7 @@ var Invoice = function Invoice(_ref) {
|
|
|
5427
5427
|
}));
|
|
5428
5428
|
};
|
|
5429
5429
|
|
|
5430
|
-
var _excluded$
|
|
5430
|
+
var _excluded$2d = ["size", "color", "strokeWidth"];
|
|
5431
5431
|
var Keyboard = function Keyboard(_ref) {
|
|
5432
5432
|
var _ref$size = _ref.size,
|
|
5433
5433
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5435,7 +5435,7 @@ var Keyboard = function Keyboard(_ref) {
|
|
|
5435
5435
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5436
5436
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5437
5437
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5438
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5438
|
+
props = _objectWithoutProperties(_ref, _excluded$2d);
|
|
5439
5439
|
|
|
5440
5440
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5441
5441
|
width: size,
|
|
@@ -5451,7 +5451,7 @@ var Keyboard = function Keyboard(_ref) {
|
|
|
5451
5451
|
}));
|
|
5452
5452
|
};
|
|
5453
5453
|
|
|
5454
|
-
var _excluded$
|
|
5454
|
+
var _excluded$2c = ["size", "color", "strokeWidth"];
|
|
5455
5455
|
var LeftArrowCircle = function LeftArrowCircle(_ref) {
|
|
5456
5456
|
var _ref$size = _ref.size,
|
|
5457
5457
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5459,7 +5459,7 @@ var LeftArrowCircle = function LeftArrowCircle(_ref) {
|
|
|
5459
5459
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5460
5460
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5461
5461
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5462
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5462
|
+
props = _objectWithoutProperties(_ref, _excluded$2c);
|
|
5463
5463
|
|
|
5464
5464
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5465
5465
|
width: size,
|
|
@@ -5481,7 +5481,7 @@ var LeftArrowCircle = function LeftArrowCircle(_ref) {
|
|
|
5481
5481
|
}));
|
|
5482
5482
|
};
|
|
5483
5483
|
|
|
5484
|
-
var _excluded$
|
|
5484
|
+
var _excluded$2b = ["size", "color", "strokeWidth"];
|
|
5485
5485
|
var Left = function Left(_ref) {
|
|
5486
5486
|
var _ref$size = _ref.size,
|
|
5487
5487
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5489,7 +5489,7 @@ var Left = function Left(_ref) {
|
|
|
5489
5489
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5490
5490
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5491
5491
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5492
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5492
|
+
props = _objectWithoutProperties(_ref, _excluded$2b);
|
|
5493
5493
|
|
|
5494
5494
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5495
5495
|
width: size,
|
|
@@ -5505,7 +5505,7 @@ var Left = function Left(_ref) {
|
|
|
5505
5505
|
}));
|
|
5506
5506
|
};
|
|
5507
5507
|
|
|
5508
|
-
var _excluded$
|
|
5508
|
+
var _excluded$2a = ["size", "color", "strokeWidth"];
|
|
5509
5509
|
var LeftAlign = function LeftAlign(_ref) {
|
|
5510
5510
|
var _ref$size = _ref.size,
|
|
5511
5511
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5513,7 +5513,7 @@ var LeftAlign = function LeftAlign(_ref) {
|
|
|
5513
5513
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5514
5514
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5515
5515
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5516
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5516
|
+
props = _objectWithoutProperties(_ref, _excluded$2a);
|
|
5517
5517
|
|
|
5518
5518
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5519
5519
|
width: size,
|
|
@@ -5559,7 +5559,7 @@ var LeftAlign = function LeftAlign(_ref) {
|
|
|
5559
5559
|
}))));
|
|
5560
5560
|
};
|
|
5561
5561
|
|
|
5562
|
-
var _excluded$
|
|
5562
|
+
var _excluded$29 = ["size", "color", "strokeWidth"];
|
|
5563
5563
|
var LeftArrow = function LeftArrow(_ref) {
|
|
5564
5564
|
var _ref$size = _ref.size,
|
|
5565
5565
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5567,7 +5567,7 @@ var LeftArrow = function LeftArrow(_ref) {
|
|
|
5567
5567
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5568
5568
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5569
5569
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5570
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5570
|
+
props = _objectWithoutProperties(_ref, _excluded$29);
|
|
5571
5571
|
|
|
5572
5572
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5573
5573
|
width: size,
|
|
@@ -5583,7 +5583,7 @@ var LeftArrow = function LeftArrow(_ref) {
|
|
|
5583
5583
|
}));
|
|
5584
5584
|
};
|
|
5585
5585
|
|
|
5586
|
-
var _excluded$
|
|
5586
|
+
var _excluded$28 = ["size", "color", "strokeWidth"];
|
|
5587
5587
|
var Link = function Link(_ref) {
|
|
5588
5588
|
var _ref$size = _ref.size,
|
|
5589
5589
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5591,7 +5591,7 @@ var Link = function Link(_ref) {
|
|
|
5591
5591
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5592
5592
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5593
5593
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5594
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5594
|
+
props = _objectWithoutProperties(_ref, _excluded$28);
|
|
5595
5595
|
|
|
5596
5596
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5597
5597
|
width: size,
|
|
@@ -5613,14 +5613,14 @@ var Link = function Link(_ref) {
|
|
|
5613
5613
|
}));
|
|
5614
5614
|
};
|
|
5615
5615
|
|
|
5616
|
-
var _excluded$
|
|
5616
|
+
var _excluded$27 = ["size", "color", "strokeWidth"];
|
|
5617
5617
|
var Linkedin = function Linkedin(_ref) {
|
|
5618
5618
|
var _ref$size = _ref.size,
|
|
5619
5619
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
5620
5620
|
_ref$color = _ref.color,
|
|
5621
5621
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
5622
5622
|
_ref.strokeWidth;
|
|
5623
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
5623
|
+
var props = _objectWithoutProperties(_ref, _excluded$27);
|
|
5624
5624
|
|
|
5625
5625
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5626
5626
|
width: size,
|
|
@@ -5636,7 +5636,7 @@ var Linkedin = function Linkedin(_ref) {
|
|
|
5636
5636
|
}));
|
|
5637
5637
|
};
|
|
5638
5638
|
|
|
5639
|
-
var _excluded$
|
|
5639
|
+
var _excluded$26 = ["size", "color", "strokeWidth"];
|
|
5640
5640
|
var ListDot = function ListDot(_ref) {
|
|
5641
5641
|
var _ref$size = _ref.size,
|
|
5642
5642
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5644,7 +5644,7 @@ var ListDot = function ListDot(_ref) {
|
|
|
5644
5644
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5645
5645
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5646
5646
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5647
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5647
|
+
props = _objectWithoutProperties(_ref, _excluded$26);
|
|
5648
5648
|
|
|
5649
5649
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5650
5650
|
width: size,
|
|
@@ -5660,7 +5660,7 @@ var ListDot = function ListDot(_ref) {
|
|
|
5660
5660
|
}));
|
|
5661
5661
|
};
|
|
5662
5662
|
|
|
5663
|
-
var _excluded$
|
|
5663
|
+
var _excluded$25 = ["size", "color", "strokeWidth"];
|
|
5664
5664
|
var ListNumber = function ListNumber(_ref) {
|
|
5665
5665
|
var _ref$size = _ref.size,
|
|
5666
5666
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5668,7 +5668,7 @@ var ListNumber = function ListNumber(_ref) {
|
|
|
5668
5668
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5669
5669
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5670
5670
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5671
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5671
|
+
props = _objectWithoutProperties(_ref, _excluded$25);
|
|
5672
5672
|
|
|
5673
5673
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5674
5674
|
width: size,
|
|
@@ -5684,7 +5684,7 @@ var ListNumber = function ListNumber(_ref) {
|
|
|
5684
5684
|
}));
|
|
5685
5685
|
};
|
|
5686
5686
|
|
|
5687
|
-
var _excluded$
|
|
5687
|
+
var _excluded$24 = ["size", "color", "strokeWidth"];
|
|
5688
5688
|
var List = function List(_ref) {
|
|
5689
5689
|
var _ref$size = _ref.size,
|
|
5690
5690
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5692,7 +5692,7 @@ var List = function List(_ref) {
|
|
|
5692
5692
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5693
5693
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5694
5694
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5695
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5695
|
+
props = _objectWithoutProperties(_ref, _excluded$24);
|
|
5696
5696
|
|
|
5697
5697
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5698
5698
|
width: size,
|
|
@@ -5708,7 +5708,7 @@ var List = function List(_ref) {
|
|
|
5708
5708
|
}));
|
|
5709
5709
|
};
|
|
5710
5710
|
|
|
5711
|
-
var _excluded$
|
|
5711
|
+
var _excluded$23 = ["size", "color", "strokeWidth"];
|
|
5712
5712
|
var ListDetails = function ListDetails(_ref) {
|
|
5713
5713
|
var _ref$size = _ref.size,
|
|
5714
5714
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5716,7 +5716,7 @@ var ListDetails = function ListDetails(_ref) {
|
|
|
5716
5716
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5717
5717
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5718
5718
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5719
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5719
|
+
props = _objectWithoutProperties(_ref, _excluded$23);
|
|
5720
5720
|
|
|
5721
5721
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5722
5722
|
width: size,
|
|
@@ -5732,7 +5732,7 @@ var ListDetails = function ListDetails(_ref) {
|
|
|
5732
5732
|
}));
|
|
5733
5733
|
};
|
|
5734
5734
|
|
|
5735
|
-
var _excluded$
|
|
5735
|
+
var _excluded$22 = ["size", "color", "strokeWidth"];
|
|
5736
5736
|
var Loading = function Loading(_ref) {
|
|
5737
5737
|
var _ref$size = _ref.size,
|
|
5738
5738
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5740,7 +5740,7 @@ var Loading = function Loading(_ref) {
|
|
|
5740
5740
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5741
5741
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5742
5742
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5743
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5743
|
+
props = _objectWithoutProperties(_ref, _excluded$22);
|
|
5744
5744
|
|
|
5745
5745
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5746
5746
|
width: size,
|
|
@@ -5756,7 +5756,7 @@ var Loading = function Loading(_ref) {
|
|
|
5756
5756
|
}));
|
|
5757
5757
|
};
|
|
5758
5758
|
|
|
5759
|
-
var _excluded$
|
|
5759
|
+
var _excluded$21 = ["size", "color", "strokeWidth"];
|
|
5760
5760
|
var Location = function Location(_ref) {
|
|
5761
5761
|
var _ref$size = _ref.size,
|
|
5762
5762
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5764,7 +5764,7 @@ var Location = function Location(_ref) {
|
|
|
5764
5764
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5765
5765
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5766
5766
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5767
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5767
|
+
props = _objectWithoutProperties(_ref, _excluded$21);
|
|
5768
5768
|
|
|
5769
5769
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5770
5770
|
width: size,
|
|
@@ -5786,7 +5786,7 @@ var Location = function Location(_ref) {
|
|
|
5786
5786
|
}));
|
|
5787
5787
|
};
|
|
5788
5788
|
|
|
5789
|
-
var _excluded$
|
|
5789
|
+
var _excluded$20 = ["size", "color", "strokeWidth"];
|
|
5790
5790
|
var Lock = function Lock(_ref) {
|
|
5791
5791
|
var _ref$size = _ref.size,
|
|
5792
5792
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5794,7 +5794,7 @@ var Lock = function Lock(_ref) {
|
|
|
5794
5794
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5795
5795
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5796
5796
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5797
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5797
|
+
props = _objectWithoutProperties(_ref, _excluded$20);
|
|
5798
5798
|
|
|
5799
5799
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5800
5800
|
width: size,
|
|
@@ -5820,7 +5820,7 @@ var Lock = function Lock(_ref) {
|
|
|
5820
5820
|
}));
|
|
5821
5821
|
};
|
|
5822
5822
|
|
|
5823
|
-
var _excluded$
|
|
5823
|
+
var _excluded$1$ = ["size", "color", "strokeWidth"];
|
|
5824
5824
|
var MailUnread = function MailUnread(_ref) {
|
|
5825
5825
|
var _ref$size = _ref.size,
|
|
5826
5826
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5828,7 +5828,7 @@ var MailUnread = function MailUnread(_ref) {
|
|
|
5828
5828
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5829
5829
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5830
5830
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5831
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5831
|
+
props = _objectWithoutProperties(_ref, _excluded$1$);
|
|
5832
5832
|
|
|
5833
5833
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5834
5834
|
width: size,
|
|
@@ -5853,7 +5853,7 @@ var MailUnread = function MailUnread(_ref) {
|
|
|
5853
5853
|
}));
|
|
5854
5854
|
};
|
|
5855
5855
|
|
|
5856
|
-
var _excluded$
|
|
5856
|
+
var _excluded$1_ = ["size", "color", "strokeWidth"];
|
|
5857
5857
|
var MailSend = function MailSend(_ref) {
|
|
5858
5858
|
var _ref$size = _ref.size,
|
|
5859
5859
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5861,7 +5861,7 @@ var MailSend = function MailSend(_ref) {
|
|
|
5861
5861
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5862
5862
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5863
5863
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5864
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5864
|
+
props = _objectWithoutProperties(_ref, _excluded$1_);
|
|
5865
5865
|
|
|
5866
5866
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5867
5867
|
width: size,
|
|
@@ -5888,7 +5888,7 @@ var MailSend = function MailSend(_ref) {
|
|
|
5888
5888
|
}));
|
|
5889
5889
|
};
|
|
5890
5890
|
|
|
5891
|
-
var _excluded$
|
|
5891
|
+
var _excluded$1Z = ["size", "color", "strokeWidth"];
|
|
5892
5892
|
var Matrix = function Matrix(_ref) {
|
|
5893
5893
|
var _ref$size = _ref.size,
|
|
5894
5894
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5896,7 +5896,7 @@ var Matrix = function Matrix(_ref) {
|
|
|
5896
5896
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5897
5897
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5898
5898
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5899
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5899
|
+
props = _objectWithoutProperties(_ref, _excluded$1Z);
|
|
5900
5900
|
|
|
5901
5901
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5902
5902
|
width: size,
|
|
@@ -5917,14 +5917,14 @@ var Matrix = function Matrix(_ref) {
|
|
|
5917
5917
|
}));
|
|
5918
5918
|
};
|
|
5919
5919
|
|
|
5920
|
-
var _excluded$
|
|
5920
|
+
var _excluded$1Y = ["size", "color", "strokeWidth"];
|
|
5921
5921
|
var MatrixDots = function MatrixDots(_ref) {
|
|
5922
5922
|
var _ref$size = _ref.size,
|
|
5923
5923
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
5924
5924
|
_ref$color = _ref.color,
|
|
5925
5925
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
5926
5926
|
_ref.strokeWidth;
|
|
5927
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
5927
|
+
var props = _objectWithoutProperties(_ref, _excluded$1Y);
|
|
5928
5928
|
|
|
5929
5929
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5930
5930
|
width: size,
|
|
@@ -5979,7 +5979,7 @@ var MatrixDots = function MatrixDots(_ref) {
|
|
|
5979
5979
|
}));
|
|
5980
5980
|
};
|
|
5981
5981
|
|
|
5982
|
-
var _excluded$
|
|
5982
|
+
var _excluded$1X = ["size", "color", "strokeWidth"];
|
|
5983
5983
|
var MediaVideo = function MediaVideo(_ref) {
|
|
5984
5984
|
var _ref$size = _ref.size,
|
|
5985
5985
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -5987,7 +5987,7 @@ var MediaVideo = function MediaVideo(_ref) {
|
|
|
5987
5987
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
5988
5988
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
5989
5989
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
5990
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
5990
|
+
props = _objectWithoutProperties(_ref, _excluded$1X);
|
|
5991
5991
|
|
|
5992
5992
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
5993
5993
|
width: size,
|
|
@@ -6009,7 +6009,7 @@ var MediaVideo = function MediaVideo(_ref) {
|
|
|
6009
6009
|
}));
|
|
6010
6010
|
};
|
|
6011
6011
|
|
|
6012
|
-
var _excluded$
|
|
6012
|
+
var _excluded$1W = ["size", "color", "strokeWidth"];
|
|
6013
6013
|
var MenuHorizontal = function MenuHorizontal(_ref) {
|
|
6014
6014
|
var _ref$size = _ref.size,
|
|
6015
6015
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6017,7 +6017,7 @@ var MenuHorizontal = function MenuHorizontal(_ref) {
|
|
|
6017
6017
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6018
6018
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6019
6019
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6020
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6020
|
+
props = _objectWithoutProperties(_ref, _excluded$1W);
|
|
6021
6021
|
|
|
6022
6022
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6023
6023
|
width: size,
|
|
@@ -6034,7 +6034,7 @@ var MenuHorizontal = function MenuHorizontal(_ref) {
|
|
|
6034
6034
|
}));
|
|
6035
6035
|
};
|
|
6036
6036
|
|
|
6037
|
-
var _excluded$
|
|
6037
|
+
var _excluded$1V = ["size", "color", "strokeWidth"];
|
|
6038
6038
|
var MenuVertical = function MenuVertical(_ref) {
|
|
6039
6039
|
var _ref$size = _ref.size,
|
|
6040
6040
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6042,7 +6042,7 @@ var MenuVertical = function MenuVertical(_ref) {
|
|
|
6042
6042
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6043
6043
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6044
6044
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6045
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6045
|
+
props = _objectWithoutProperties(_ref, _excluded$1V);
|
|
6046
6046
|
|
|
6047
6047
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6048
6048
|
width: size,
|
|
@@ -6059,7 +6059,7 @@ var MenuVertical = function MenuVertical(_ref) {
|
|
|
6059
6059
|
}));
|
|
6060
6060
|
};
|
|
6061
6061
|
|
|
6062
|
-
var _excluded$
|
|
6062
|
+
var _excluded$1U = ["size", "color", "strokeWidth"];
|
|
6063
6063
|
var MenuLayout = function MenuLayout(_ref) {
|
|
6064
6064
|
var _ref$size = _ref.size,
|
|
6065
6065
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6067,7 +6067,7 @@ var MenuLayout = function MenuLayout(_ref) {
|
|
|
6067
6067
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6068
6068
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6069
6069
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6070
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6070
|
+
props = _objectWithoutProperties(_ref, _excluded$1U);
|
|
6071
6071
|
|
|
6072
6072
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6073
6073
|
width: size,
|
|
@@ -6110,7 +6110,7 @@ var MenuLayout = function MenuLayout(_ref) {
|
|
|
6110
6110
|
}))));
|
|
6111
6111
|
};
|
|
6112
6112
|
|
|
6113
|
-
var _excluded$
|
|
6113
|
+
var _excluded$1T = ["size", "color", "strokeWidth"];
|
|
6114
6114
|
var MenuSquare = function MenuSquare(_ref) {
|
|
6115
6115
|
var _ref$size = _ref.size,
|
|
6116
6116
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6118,7 +6118,7 @@ var MenuSquare = function MenuSquare(_ref) {
|
|
|
6118
6118
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6119
6119
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6120
6120
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6121
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6121
|
+
props = _objectWithoutProperties(_ref, _excluded$1T);
|
|
6122
6122
|
|
|
6123
6123
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6124
6124
|
width: size,
|
|
@@ -6140,7 +6140,7 @@ var MenuSquare = function MenuSquare(_ref) {
|
|
|
6140
6140
|
}));
|
|
6141
6141
|
};
|
|
6142
6142
|
|
|
6143
|
-
var _excluded$
|
|
6143
|
+
var _excluded$1S = ["size", "color", "strokeWidth"];
|
|
6144
6144
|
var Merge = function Merge(_ref) {
|
|
6145
6145
|
var _ref$size = _ref.size,
|
|
6146
6146
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6148,7 +6148,7 @@ var Merge = function Merge(_ref) {
|
|
|
6148
6148
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6149
6149
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6150
6150
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6151
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6151
|
+
props = _objectWithoutProperties(_ref, _excluded$1S);
|
|
6152
6152
|
|
|
6153
6153
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6154
6154
|
width: size,
|
|
@@ -6164,7 +6164,7 @@ var Merge = function Merge(_ref) {
|
|
|
6164
6164
|
}));
|
|
6165
6165
|
};
|
|
6166
6166
|
|
|
6167
|
-
var _excluded$
|
|
6167
|
+
var _excluded$1R = ["size", "color", "strokeWidth"];
|
|
6168
6168
|
var MergedPullRequest = function MergedPullRequest(_ref) {
|
|
6169
6169
|
var _ref$size = _ref.size,
|
|
6170
6170
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6172,7 +6172,7 @@ var MergedPullRequest = function MergedPullRequest(_ref) {
|
|
|
6172
6172
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6173
6173
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6174
6174
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6175
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6175
|
+
props = _objectWithoutProperties(_ref, _excluded$1R);
|
|
6176
6176
|
|
|
6177
6177
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6178
6178
|
width: size,
|
|
@@ -6208,7 +6208,7 @@ var MergedPullRequest = function MergedPullRequest(_ref) {
|
|
|
6208
6208
|
}));
|
|
6209
6209
|
};
|
|
6210
6210
|
|
|
6211
|
-
var _excluded$
|
|
6211
|
+
var _excluded$1Q = ["size", "color", "strokeWidth"];
|
|
6212
6212
|
var Message = function Message(_ref) {
|
|
6213
6213
|
var _ref$size = _ref.size,
|
|
6214
6214
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6216,7 +6216,7 @@ var Message = function Message(_ref) {
|
|
|
6216
6216
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6217
6217
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6218
6218
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6219
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6219
|
+
props = _objectWithoutProperties(_ref, _excluded$1Q);
|
|
6220
6220
|
|
|
6221
6221
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6222
6222
|
width: size,
|
|
@@ -6238,7 +6238,7 @@ var Message = function Message(_ref) {
|
|
|
6238
6238
|
}));
|
|
6239
6239
|
};
|
|
6240
6240
|
|
|
6241
|
-
var _excluded$
|
|
6241
|
+
var _excluded$1P = ["size", "color", "strokeWidth"];
|
|
6242
6242
|
var MessageBubble = function MessageBubble(_ref) {
|
|
6243
6243
|
var _ref$size = _ref.size,
|
|
6244
6244
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6246,7 +6246,7 @@ var MessageBubble = function MessageBubble(_ref) {
|
|
|
6246
6246
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6247
6247
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6248
6248
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6249
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6249
|
+
props = _objectWithoutProperties(_ref, _excluded$1P);
|
|
6250
6250
|
|
|
6251
6251
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6252
6252
|
width: size,
|
|
@@ -6262,7 +6262,7 @@ var MessageBubble = function MessageBubble(_ref) {
|
|
|
6262
6262
|
}));
|
|
6263
6263
|
};
|
|
6264
6264
|
|
|
6265
|
-
var _excluded$
|
|
6265
|
+
var _excluded$1O = ["size", "color", "strokeWidth"];
|
|
6266
6266
|
var MessageSquare = function MessageSquare(_ref) {
|
|
6267
6267
|
var _ref$size = _ref.size,
|
|
6268
6268
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6270,7 +6270,7 @@ var MessageSquare = function MessageSquare(_ref) {
|
|
|
6270
6270
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6271
6271
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6272
6272
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6273
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6273
|
+
props = _objectWithoutProperties(_ref, _excluded$1O);
|
|
6274
6274
|
|
|
6275
6275
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6276
6276
|
width: size,
|
|
@@ -6286,7 +6286,7 @@ var MessageSquare = function MessageSquare(_ref) {
|
|
|
6286
6286
|
}));
|
|
6287
6287
|
};
|
|
6288
6288
|
|
|
6289
|
-
var _excluded$
|
|
6289
|
+
var _excluded$1N = ["size", "color", "strokeWidth"];
|
|
6290
6290
|
var Mic = function Mic(_ref) {
|
|
6291
6291
|
var _ref$size = _ref.size,
|
|
6292
6292
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6294,7 +6294,7 @@ var Mic = function Mic(_ref) {
|
|
|
6294
6294
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6295
6295
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6296
6296
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6297
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6297
|
+
props = _objectWithoutProperties(_ref, _excluded$1N);
|
|
6298
6298
|
|
|
6299
6299
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6300
6300
|
width: size,
|
|
@@ -6317,7 +6317,7 @@ var Mic = function Mic(_ref) {
|
|
|
6317
6317
|
}));
|
|
6318
6318
|
};
|
|
6319
6319
|
|
|
6320
|
-
var _excluded$
|
|
6320
|
+
var _excluded$1M = ["size", "color", "strokeWidth"];
|
|
6321
6321
|
var Minus = function Minus(_ref) {
|
|
6322
6322
|
var _ref$size = _ref.size,
|
|
6323
6323
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6325,7 +6325,7 @@ var Minus = function Minus(_ref) {
|
|
|
6325
6325
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6326
6326
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6327
6327
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6328
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6328
|
+
props = _objectWithoutProperties(_ref, _excluded$1M);
|
|
6329
6329
|
|
|
6330
6330
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6331
6331
|
width: size,
|
|
@@ -6341,7 +6341,7 @@ var Minus = function Minus(_ref) {
|
|
|
6341
6341
|
}));
|
|
6342
6342
|
};
|
|
6343
6343
|
|
|
6344
|
-
var _excluded$
|
|
6344
|
+
var _excluded$1L = ["size", "color", "strokeWidth"];
|
|
6345
6345
|
var Mobile = function Mobile(_ref) {
|
|
6346
6346
|
var _ref$size = _ref.size,
|
|
6347
6347
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6349,7 +6349,7 @@ var Mobile = function Mobile(_ref) {
|
|
|
6349
6349
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6350
6350
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6351
6351
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6352
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6352
|
+
props = _objectWithoutProperties(_ref, _excluded$1L);
|
|
6353
6353
|
|
|
6354
6354
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6355
6355
|
width: size,
|
|
@@ -6371,7 +6371,7 @@ var Mobile = function Mobile(_ref) {
|
|
|
6371
6371
|
}));
|
|
6372
6372
|
};
|
|
6373
6373
|
|
|
6374
|
-
var _excluded$
|
|
6374
|
+
var _excluded$1K = ["size", "color", "strokeWidth"];
|
|
6375
6375
|
var Movie = function Movie(_ref) {
|
|
6376
6376
|
var _ref$size = _ref.size,
|
|
6377
6377
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6379,7 +6379,7 @@ var Movie = function Movie(_ref) {
|
|
|
6379
6379
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6380
6380
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6381
6381
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6382
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6382
|
+
props = _objectWithoutProperties(_ref, _excluded$1K);
|
|
6383
6383
|
|
|
6384
6384
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6385
6385
|
width: size,
|
|
@@ -6406,7 +6406,7 @@ var Movie = function Movie(_ref) {
|
|
|
6406
6406
|
}));
|
|
6407
6407
|
};
|
|
6408
6408
|
|
|
6409
|
-
var _excluded$
|
|
6409
|
+
var _excluded$1J = ["size", "color", "strokeWidth"];
|
|
6410
6410
|
var MultipleChoice = function MultipleChoice(_ref) {
|
|
6411
6411
|
var _ref$size = _ref.size,
|
|
6412
6412
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6414,7 +6414,7 @@ var MultipleChoice = function MultipleChoice(_ref) {
|
|
|
6414
6414
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6415
6415
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6416
6416
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6417
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6417
|
+
props = _objectWithoutProperties(_ref, _excluded$1J);
|
|
6418
6418
|
|
|
6419
6419
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6420
6420
|
width: size,
|
|
@@ -6434,7 +6434,7 @@ var MultipleChoice = function MultipleChoice(_ref) {
|
|
|
6434
6434
|
}));
|
|
6435
6435
|
};
|
|
6436
6436
|
|
|
6437
|
-
var _excluded$
|
|
6437
|
+
var _excluded$1I = ["size", "color", "strokeWidth"];
|
|
6438
6438
|
var NeetoAnalytics = function NeetoAnalytics(_ref) {
|
|
6439
6439
|
var _ref$size = _ref.size,
|
|
6440
6440
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6442,7 +6442,7 @@ var NeetoAnalytics = function NeetoAnalytics(_ref) {
|
|
|
6442
6442
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6443
6443
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6444
6444
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6445
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6445
|
+
props = _objectWithoutProperties(_ref, _excluded$1I);
|
|
6446
6446
|
|
|
6447
6447
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6448
6448
|
width: size,
|
|
@@ -6464,7 +6464,7 @@ var NeetoAnalytics = function NeetoAnalytics(_ref) {
|
|
|
6464
6464
|
}));
|
|
6465
6465
|
};
|
|
6466
6466
|
|
|
6467
|
-
var _excluded$
|
|
6467
|
+
var _excluded$1H = ["size", "color", "strokeWidth"];
|
|
6468
6468
|
var NeetoCal = function NeetoCal(_ref) {
|
|
6469
6469
|
var _ref$size = _ref.size,
|
|
6470
6470
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6472,7 +6472,7 @@ var NeetoCal = function NeetoCal(_ref) {
|
|
|
6472
6472
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6473
6473
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6474
6474
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6475
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6475
|
+
props = _objectWithoutProperties(_ref, _excluded$1H);
|
|
6476
6476
|
|
|
6477
6477
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6478
6478
|
width: size,
|
|
@@ -6488,7 +6488,7 @@ var NeetoCal = function NeetoCal(_ref) {
|
|
|
6488
6488
|
}));
|
|
6489
6489
|
};
|
|
6490
6490
|
|
|
6491
|
-
var _excluded$
|
|
6491
|
+
var _excluded$1G = ["size", "color", "strokeWidth"];
|
|
6492
6492
|
var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
6493
6493
|
var _ref$size = _ref.size,
|
|
6494
6494
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6496,7 +6496,7 @@ var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
|
6496
6496
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6497
6497
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6498
6498
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6499
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6499
|
+
props = _objectWithoutProperties(_ref, _excluded$1G);
|
|
6500
6500
|
|
|
6501
6501
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6502
6502
|
width: size,
|
|
@@ -6518,7 +6518,7 @@ var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
|
6518
6518
|
}));
|
|
6519
6519
|
};
|
|
6520
6520
|
|
|
6521
|
-
var _excluded$
|
|
6521
|
+
var _excluded$1F = ["size", "color", "strokeWidth"];
|
|
6522
6522
|
var NeetoChat = function NeetoChat(_ref) {
|
|
6523
6523
|
var _ref$size = _ref.size,
|
|
6524
6524
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6526,7 +6526,7 @@ var NeetoChat = function NeetoChat(_ref) {
|
|
|
6526
6526
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6527
6527
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6528
6528
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6529
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6529
|
+
props = _objectWithoutProperties(_ref, _excluded$1F);
|
|
6530
6530
|
|
|
6531
6531
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6532
6532
|
width: size,
|
|
@@ -6542,7 +6542,7 @@ var NeetoChat = function NeetoChat(_ref) {
|
|
|
6542
6542
|
}));
|
|
6543
6543
|
};
|
|
6544
6544
|
|
|
6545
|
-
var _excluded$
|
|
6545
|
+
var _excluded$1E = ["size", "color", "strokeWidth"];
|
|
6546
6546
|
var NeetoDesk = function NeetoDesk(_ref) {
|
|
6547
6547
|
var _ref$size = _ref.size,
|
|
6548
6548
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6550,7 +6550,7 @@ var NeetoDesk = function NeetoDesk(_ref) {
|
|
|
6550
6550
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6551
6551
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6552
6552
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6553
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6553
|
+
props = _objectWithoutProperties(_ref, _excluded$1E);
|
|
6554
6554
|
|
|
6555
6555
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6556
6556
|
width: size,
|
|
@@ -6578,14 +6578,14 @@ var NeetoDesk = function NeetoDesk(_ref) {
|
|
|
6578
6578
|
}));
|
|
6579
6579
|
};
|
|
6580
6580
|
|
|
6581
|
-
var _excluded$
|
|
6581
|
+
var _excluded$1D = ["size", "color", "strokeWidth"];
|
|
6582
6582
|
var NeetoForm = function NeetoForm(_ref) {
|
|
6583
6583
|
var _ref$size = _ref.size,
|
|
6584
6584
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6585
6585
|
_ref$color = _ref.color,
|
|
6586
6586
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
6587
6587
|
_ref.strokeWidth;
|
|
6588
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
6588
|
+
var props = _objectWithoutProperties(_ref, _excluded$1D);
|
|
6589
6589
|
|
|
6590
6590
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6591
6591
|
width: size,
|
|
@@ -6600,14 +6600,14 @@ var NeetoForm = function NeetoForm(_ref) {
|
|
|
6600
6600
|
}));
|
|
6601
6601
|
};
|
|
6602
6602
|
|
|
6603
|
-
var _excluded$
|
|
6603
|
+
var _excluded$1C = ["size", "color", "strokeWidth"];
|
|
6604
6604
|
var NeetoIcon = function NeetoIcon(_ref) {
|
|
6605
6605
|
var _ref$size = _ref.size,
|
|
6606
6606
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6607
6607
|
_ref$color = _ref.color,
|
|
6608
6608
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
6609
6609
|
_ref.strokeWidth;
|
|
6610
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
6610
|
+
var props = _objectWithoutProperties(_ref, _excluded$1C);
|
|
6611
6611
|
|
|
6612
6612
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6613
6613
|
width: size,
|
|
@@ -6620,7 +6620,7 @@ var NeetoIcon = function NeetoIcon(_ref) {
|
|
|
6620
6620
|
}));
|
|
6621
6621
|
};
|
|
6622
6622
|
|
|
6623
|
-
var _excluded$
|
|
6623
|
+
var _excluded$1B = ["size", "color", "strokeWidth"];
|
|
6624
6624
|
var NeetoInsights = function NeetoInsights(_ref) {
|
|
6625
6625
|
var _ref$size = _ref.size,
|
|
6626
6626
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6628,7 +6628,7 @@ var NeetoInsights = function NeetoInsights(_ref) {
|
|
|
6628
6628
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6629
6629
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6630
6630
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6631
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6631
|
+
props = _objectWithoutProperties(_ref, _excluded$1B);
|
|
6632
6632
|
|
|
6633
6633
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6634
6634
|
width: size,
|
|
@@ -6650,7 +6650,7 @@ var NeetoInsights = function NeetoInsights(_ref) {
|
|
|
6650
6650
|
}));
|
|
6651
6651
|
};
|
|
6652
6652
|
|
|
6653
|
-
var _excluded$
|
|
6653
|
+
var _excluded$1A = ["size", "color", "strokeWidth"];
|
|
6654
6654
|
var NeetoInterview = function NeetoInterview(_ref) {
|
|
6655
6655
|
var _ref$size = _ref.size,
|
|
6656
6656
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6658,7 +6658,7 @@ var NeetoInterview = function NeetoInterview(_ref) {
|
|
|
6658
6658
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6659
6659
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6660
6660
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6661
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6661
|
+
props = _objectWithoutProperties(_ref, _excluded$1A);
|
|
6662
6662
|
|
|
6663
6663
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6664
6664
|
width: size,
|
|
@@ -6680,7 +6680,7 @@ var NeetoInterview = function NeetoInterview(_ref) {
|
|
|
6680
6680
|
}));
|
|
6681
6681
|
};
|
|
6682
6682
|
|
|
6683
|
-
var _excluded$
|
|
6683
|
+
var _excluded$1z = ["size", "color", "strokeWidth"];
|
|
6684
6684
|
var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
6685
6685
|
var _ref$size = _ref.size,
|
|
6686
6686
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6688,7 +6688,7 @@ var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
|
6688
6688
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6689
6689
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6690
6690
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6691
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6691
|
+
props = _objectWithoutProperties(_ref, _excluded$1z);
|
|
6692
6692
|
|
|
6693
6693
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6694
6694
|
width: size,
|
|
@@ -6704,7 +6704,7 @@ var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
|
6704
6704
|
}));
|
|
6705
6705
|
};
|
|
6706
6706
|
|
|
6707
|
-
var _excluded$
|
|
6707
|
+
var _excluded$1y = ["size", "color", "strokeWidth"];
|
|
6708
6708
|
var NeetoKb = function NeetoKb(_ref) {
|
|
6709
6709
|
var _ref$size = _ref.size,
|
|
6710
6710
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6712,7 +6712,7 @@ var NeetoKb = function NeetoKb(_ref) {
|
|
|
6712
6712
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6713
6713
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6714
6714
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6715
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6715
|
+
props = _objectWithoutProperties(_ref, _excluded$1y);
|
|
6716
6716
|
|
|
6717
6717
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6718
6718
|
width: size,
|
|
@@ -6734,7 +6734,7 @@ var NeetoKb = function NeetoKb(_ref) {
|
|
|
6734
6734
|
}));
|
|
6735
6735
|
};
|
|
6736
6736
|
|
|
6737
|
-
var _excluded$
|
|
6737
|
+
var _excluded$1x = ["size", "color", "strokeWidth"];
|
|
6738
6738
|
var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
6739
6739
|
var _ref$size = _ref.size,
|
|
6740
6740
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6742,7 +6742,7 @@ var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
|
6742
6742
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6743
6743
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6744
6744
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6745
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6745
|
+
props = _objectWithoutProperties(_ref, _excluded$1x);
|
|
6746
6746
|
|
|
6747
6747
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6748
6748
|
width: size,
|
|
@@ -6803,7 +6803,7 @@ var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
|
6803
6803
|
}))));
|
|
6804
6804
|
};
|
|
6805
6805
|
|
|
6806
|
-
var _excluded$
|
|
6806
|
+
var _excluded$1w = ["size", "color", "strokeWidth"];
|
|
6807
6807
|
var NeetoReplay = function NeetoReplay(_ref) {
|
|
6808
6808
|
var _ref$size = _ref.size,
|
|
6809
6809
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6811,7 +6811,7 @@ var NeetoReplay = function NeetoReplay(_ref) {
|
|
|
6811
6811
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6812
6812
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6813
6813
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6814
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6814
|
+
props = _objectWithoutProperties(_ref, _excluded$1w);
|
|
6815
6815
|
|
|
6816
6816
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6817
6817
|
width: size,
|
|
@@ -6833,7 +6833,7 @@ var NeetoReplay = function NeetoReplay(_ref) {
|
|
|
6833
6833
|
}));
|
|
6834
6834
|
};
|
|
6835
6835
|
|
|
6836
|
-
var _excluded$
|
|
6836
|
+
var _excluded$1v = ["size", "color", "strokeWidth"];
|
|
6837
6837
|
var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
6838
6838
|
var _ref$size = _ref.size,
|
|
6839
6839
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6841,7 +6841,7 @@ var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
|
6841
6841
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6842
6842
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6843
6843
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6844
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6844
|
+
props = _objectWithoutProperties(_ref, _excluded$1v);
|
|
6845
6845
|
|
|
6846
6846
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6847
6847
|
width: size,
|
|
@@ -6863,7 +6863,7 @@ var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
|
6863
6863
|
}));
|
|
6864
6864
|
};
|
|
6865
6865
|
|
|
6866
|
-
var _excluded$
|
|
6866
|
+
var _excluded$1u = ["size", "color", "strokeWidth"];
|
|
6867
6867
|
var NeutralFaceGrey = function NeutralFaceGrey(_ref) {
|
|
6868
6868
|
var _ref$size = _ref.size,
|
|
6869
6869
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6871,7 +6871,7 @@ var NeutralFaceGrey = function NeutralFaceGrey(_ref) {
|
|
|
6871
6871
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6872
6872
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6873
6873
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6874
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6874
|
+
props = _objectWithoutProperties(_ref, _excluded$1u);
|
|
6875
6875
|
|
|
6876
6876
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6877
6877
|
width: size,
|
|
@@ -6901,7 +6901,7 @@ var NeutralFaceGrey = function NeutralFaceGrey(_ref) {
|
|
|
6901
6901
|
}))));
|
|
6902
6902
|
};
|
|
6903
6903
|
|
|
6904
|
-
var _excluded$
|
|
6904
|
+
var _excluded$1t = ["size", "color", "strokeWidth"];
|
|
6905
6905
|
var NewChat = function NewChat(_ref) {
|
|
6906
6906
|
var _ref$size = _ref.size,
|
|
6907
6907
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6909,7 +6909,7 @@ var NewChat = function NewChat(_ref) {
|
|
|
6909
6909
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6910
6910
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6911
6911
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6912
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6912
|
+
props = _objectWithoutProperties(_ref, _excluded$1t);
|
|
6913
6913
|
|
|
6914
6914
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6915
6915
|
width: size,
|
|
@@ -6925,14 +6925,14 @@ var NewChat = function NewChat(_ref) {
|
|
|
6925
6925
|
}));
|
|
6926
6926
|
};
|
|
6927
6927
|
|
|
6928
|
-
var _excluded$
|
|
6928
|
+
var _excluded$1s = ["size", "color", "strokeWidth"];
|
|
6929
6929
|
var Notes = function Notes(_ref) {
|
|
6930
6930
|
var _ref$size = _ref.size,
|
|
6931
6931
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
6932
6932
|
_ref$color = _ref.color,
|
|
6933
6933
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
6934
6934
|
_ref.strokeWidth;
|
|
6935
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
6935
|
+
var props = _objectWithoutProperties(_ref, _excluded$1s);
|
|
6936
6936
|
|
|
6937
6937
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6938
6938
|
width: size,
|
|
@@ -6947,7 +6947,7 @@ var Notes = function Notes(_ref) {
|
|
|
6947
6947
|
}));
|
|
6948
6948
|
};
|
|
6949
6949
|
|
|
6950
|
-
var _excluded$
|
|
6950
|
+
var _excluded$1r = ["size", "color", "strokeWidth"];
|
|
6951
6951
|
var Notification = function Notification(_ref) {
|
|
6952
6952
|
var _ref$size = _ref.size,
|
|
6953
6953
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6955,7 +6955,7 @@ var Notification = function Notification(_ref) {
|
|
|
6955
6955
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6956
6956
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6957
6957
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6958
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6958
|
+
props = _objectWithoutProperties(_ref, _excluded$1r);
|
|
6959
6959
|
|
|
6960
6960
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6961
6961
|
width: size,
|
|
@@ -6971,7 +6971,7 @@ var Notification = function Notification(_ref) {
|
|
|
6971
6971
|
}));
|
|
6972
6972
|
};
|
|
6973
6973
|
|
|
6974
|
-
var _excluded$
|
|
6974
|
+
var _excluded$1q = ["size", "color", "strokeWidth"];
|
|
6975
6975
|
var Paragraph = function Paragraph(_ref) {
|
|
6976
6976
|
var _ref$size = _ref.size,
|
|
6977
6977
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -6979,7 +6979,7 @@ var Paragraph = function Paragraph(_ref) {
|
|
|
6979
6979
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
6980
6980
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
6981
6981
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
6982
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
6982
|
+
props = _objectWithoutProperties(_ref, _excluded$1q);
|
|
6983
6983
|
|
|
6984
6984
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
6985
6985
|
width: size,
|
|
@@ -6995,7 +6995,7 @@ var Paragraph = function Paragraph(_ref) {
|
|
|
6995
6995
|
}));
|
|
6996
6996
|
};
|
|
6997
6997
|
|
|
6998
|
-
var _excluded$
|
|
6998
|
+
var _excluded$1p = ["size", "color", "strokeWidth"];
|
|
6999
6999
|
var Pause = function Pause(_ref) {
|
|
7000
7000
|
var _ref$size = _ref.size,
|
|
7001
7001
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7003,7 +7003,7 @@ var Pause = function Pause(_ref) {
|
|
|
7003
7003
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7004
7004
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7005
7005
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7006
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7006
|
+
props = _objectWithoutProperties(_ref, _excluded$1p);
|
|
7007
7007
|
|
|
7008
7008
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7009
7009
|
width: size,
|
|
@@ -7018,7 +7018,7 @@ var Pause = function Pause(_ref) {
|
|
|
7018
7018
|
}));
|
|
7019
7019
|
};
|
|
7020
7020
|
|
|
7021
|
-
var _excluded$
|
|
7021
|
+
var _excluded$1o = ["size", "color", "strokeWidth"];
|
|
7022
7022
|
var Phone = function Phone(_ref) {
|
|
7023
7023
|
var _ref$size = _ref.size,
|
|
7024
7024
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7026,7 +7026,7 @@ var Phone = function Phone(_ref) {
|
|
|
7026
7026
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7027
7027
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7028
7028
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7029
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7029
|
+
props = _objectWithoutProperties(_ref, _excluded$1o);
|
|
7030
7030
|
|
|
7031
7031
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7032
7032
|
width: size,
|
|
@@ -7042,7 +7042,7 @@ var Phone = function Phone(_ref) {
|
|
|
7042
7042
|
}));
|
|
7043
7043
|
};
|
|
7044
7044
|
|
|
7045
|
-
var _excluded$
|
|
7045
|
+
var _excluded$1n = ["size", "color", "strokeWidth"];
|
|
7046
7046
|
var Play = function Play(_ref) {
|
|
7047
7047
|
var _ref$size = _ref.size,
|
|
7048
7048
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7050,7 +7050,7 @@ var Play = function Play(_ref) {
|
|
|
7050
7050
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7051
7051
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7052
7052
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7053
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7053
|
+
props = _objectWithoutProperties(_ref, _excluded$1n);
|
|
7054
7054
|
|
|
7055
7055
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7056
7056
|
width: size,
|
|
@@ -7069,7 +7069,7 @@ var Play = function Play(_ref) {
|
|
|
7069
7069
|
}));
|
|
7070
7070
|
};
|
|
7071
7071
|
|
|
7072
|
-
var _excluded$
|
|
7072
|
+
var _excluded$1m = ["size", "color", "strokeWidth"];
|
|
7073
7073
|
var Plus = function Plus(_ref) {
|
|
7074
7074
|
var _ref$size = _ref.size,
|
|
7075
7075
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7077,7 +7077,7 @@ var Plus = function Plus(_ref) {
|
|
|
7077
7077
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7078
7078
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7079
7079
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7080
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7080
|
+
props = _objectWithoutProperties(_ref, _excluded$1m);
|
|
7081
7081
|
|
|
7082
7082
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7083
7083
|
width: size,
|
|
@@ -7093,14 +7093,14 @@ var Plus = function Plus(_ref) {
|
|
|
7093
7093
|
}));
|
|
7094
7094
|
};
|
|
7095
7095
|
|
|
7096
|
-
var _excluded$
|
|
7096
|
+
var _excluded$1l = ["size", "color", "strokeWidth"];
|
|
7097
7097
|
var PlusSolid = function PlusSolid(_ref) {
|
|
7098
7098
|
var _ref$size = _ref.size,
|
|
7099
7099
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
7100
7100
|
_ref$color = _ref.color,
|
|
7101
7101
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
7102
7102
|
_ref.strokeWidth;
|
|
7103
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
7103
|
+
var props = _objectWithoutProperties(_ref, _excluded$1l);
|
|
7104
7104
|
|
|
7105
7105
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7106
7106
|
width: size,
|
|
@@ -7118,7 +7118,7 @@ var PlusSolid = function PlusSolid(_ref) {
|
|
|
7118
7118
|
}));
|
|
7119
7119
|
};
|
|
7120
7120
|
|
|
7121
|
-
var _excluded$
|
|
7121
|
+
var _excluded$1k = ["size", "color", "strokeWidth"];
|
|
7122
7122
|
var Print = function Print(_ref) {
|
|
7123
7123
|
var _ref$size = _ref.size,
|
|
7124
7124
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7126,7 +7126,7 @@ var Print = function Print(_ref) {
|
|
|
7126
7126
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7127
7127
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7128
7128
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7129
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7129
|
+
props = _objectWithoutProperties(_ref, _excluded$1k);
|
|
7130
7130
|
|
|
7131
7131
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7132
7132
|
width: size,
|
|
@@ -7148,7 +7148,7 @@ var Print = function Print(_ref) {
|
|
|
7148
7148
|
}));
|
|
7149
7149
|
};
|
|
7150
7150
|
|
|
7151
|
-
var _excluded$
|
|
7151
|
+
var _excluded$1j = ["size", "color", "strokeWidth"];
|
|
7152
7152
|
var Puzzle = function Puzzle(_ref) {
|
|
7153
7153
|
var _ref$size = _ref.size,
|
|
7154
7154
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7156,7 +7156,7 @@ var Puzzle = function Puzzle(_ref) {
|
|
|
7156
7156
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7157
7157
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7158
7158
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7159
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7159
|
+
props = _objectWithoutProperties(_ref, _excluded$1j);
|
|
7160
7160
|
|
|
7161
7161
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7162
7162
|
width: size,
|
|
@@ -7172,7 +7172,7 @@ var Puzzle = function Puzzle(_ref) {
|
|
|
7172
7172
|
}));
|
|
7173
7173
|
};
|
|
7174
7174
|
|
|
7175
|
-
var _excluded$
|
|
7175
|
+
var _excluded$1i = ["size", "color", "strokeWidth"];
|
|
7176
7176
|
var QrCode = function QrCode(_ref) {
|
|
7177
7177
|
var _ref$size = _ref.size,
|
|
7178
7178
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7180,7 +7180,7 @@ var QrCode = function QrCode(_ref) {
|
|
|
7180
7180
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7181
7181
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7182
7182
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7183
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7183
|
+
props = _objectWithoutProperties(_ref, _excluded$1i);
|
|
7184
7184
|
|
|
7185
7185
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7186
7186
|
width: size,
|
|
@@ -7196,7 +7196,7 @@ var QrCode = function QrCode(_ref) {
|
|
|
7196
7196
|
}));
|
|
7197
7197
|
};
|
|
7198
7198
|
|
|
7199
|
-
var _excluded$
|
|
7199
|
+
var _excluded$1h = ["size", "color", "strokeWidth"];
|
|
7200
7200
|
var Quote = function Quote(_ref) {
|
|
7201
7201
|
var _ref$size = _ref.size,
|
|
7202
7202
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7204,7 +7204,7 @@ var Quote = function Quote(_ref) {
|
|
|
7204
7204
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7205
7205
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7206
7206
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7207
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7207
|
+
props = _objectWithoutProperties(_ref, _excluded$1h);
|
|
7208
7208
|
|
|
7209
7209
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7210
7210
|
width: size,
|
|
@@ -7220,7 +7220,7 @@ var Quote = function Quote(_ref) {
|
|
|
7220
7220
|
}));
|
|
7221
7221
|
};
|
|
7222
7222
|
|
|
7223
|
-
var _excluded$
|
|
7223
|
+
var _excluded$1g = ["size", "color", "strokeWidth"];
|
|
7224
7224
|
var Radio = function Radio(_ref) {
|
|
7225
7225
|
var _ref$size = _ref.size,
|
|
7226
7226
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7228,7 +7228,7 @@ var Radio = function Radio(_ref) {
|
|
|
7228
7228
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7229
7229
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7230
7230
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7231
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7231
|
+
props = _objectWithoutProperties(_ref, _excluded$1g);
|
|
7232
7232
|
|
|
7233
7233
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7234
7234
|
width: size,
|
|
@@ -7249,7 +7249,7 @@ var Radio = function Radio(_ref) {
|
|
|
7249
7249
|
}));
|
|
7250
7250
|
};
|
|
7251
7251
|
|
|
7252
|
-
var _excluded$
|
|
7252
|
+
var _excluded$1f = ["size", "color", "strokeWidth"];
|
|
7253
7253
|
var RadioInactive = function RadioInactive(_ref) {
|
|
7254
7254
|
var _ref$size = _ref.size,
|
|
7255
7255
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7257,7 +7257,7 @@ var RadioInactive = function RadioInactive(_ref) {
|
|
|
7257
7257
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7258
7258
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7259
7259
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7260
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7260
|
+
props = _objectWithoutProperties(_ref, _excluded$1f);
|
|
7261
7261
|
|
|
7262
7262
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7263
7263
|
width: size,
|
|
@@ -7273,7 +7273,7 @@ var RadioInactive = function RadioInactive(_ref) {
|
|
|
7273
7273
|
}));
|
|
7274
7274
|
};
|
|
7275
7275
|
|
|
7276
|
-
var _excluded$
|
|
7276
|
+
var _excluded$1e = ["size", "color", "strokeWidth"];
|
|
7277
7277
|
var Rating = function Rating(_ref) {
|
|
7278
7278
|
var _ref$size = _ref.size,
|
|
7279
7279
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7281,7 +7281,7 @@ var Rating = function Rating(_ref) {
|
|
|
7281
7281
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7282
7282
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7283
7283
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7284
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7284
|
+
props = _objectWithoutProperties(_ref, _excluded$1e);
|
|
7285
7285
|
|
|
7286
7286
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7287
7287
|
width: size,
|
|
@@ -7297,14 +7297,14 @@ var Rating = function Rating(_ref) {
|
|
|
7297
7297
|
}));
|
|
7298
7298
|
};
|
|
7299
7299
|
|
|
7300
|
-
var _excluded$
|
|
7300
|
+
var _excluded$1d = ["size", "color", "strokeWidth"];
|
|
7301
7301
|
var RatingFilled = function RatingFilled(_ref) {
|
|
7302
7302
|
var _ref$size = _ref.size,
|
|
7303
7303
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
7304
7304
|
_ref$color = _ref.color,
|
|
7305
7305
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
7306
7306
|
_ref.strokeWidth;
|
|
7307
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
7307
|
+
var props = _objectWithoutProperties(_ref, _excluded$1d);
|
|
7308
7308
|
|
|
7309
7309
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7310
7310
|
width: size,
|
|
@@ -7317,7 +7317,7 @@ var RatingFilled = function RatingFilled(_ref) {
|
|
|
7317
7317
|
}));
|
|
7318
7318
|
};
|
|
7319
7319
|
|
|
7320
|
-
var _excluded$
|
|
7320
|
+
var _excluded$1c = ["size", "color", "strokeWidth"];
|
|
7321
7321
|
var Redirection = function Redirection(_ref) {
|
|
7322
7322
|
var _ref$size = _ref.size,
|
|
7323
7323
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7325,7 +7325,7 @@ var Redirection = function Redirection(_ref) {
|
|
|
7325
7325
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7326
7326
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7327
7327
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7328
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7328
|
+
props = _objectWithoutProperties(_ref, _excluded$1c);
|
|
7329
7329
|
|
|
7330
7330
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7331
7331
|
width: size,
|
|
@@ -7341,7 +7341,7 @@ var Redirection = function Redirection(_ref) {
|
|
|
7341
7341
|
}));
|
|
7342
7342
|
};
|
|
7343
7343
|
|
|
7344
|
-
var _excluded$
|
|
7344
|
+
var _excluded$1b = ["size", "color", "strokeWidth"];
|
|
7345
7345
|
var Redo = function Redo(_ref) {
|
|
7346
7346
|
var _ref$size = _ref.size,
|
|
7347
7347
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7349,7 +7349,7 @@ var Redo = function Redo(_ref) {
|
|
|
7349
7349
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7350
7350
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7351
7351
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7352
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7352
|
+
props = _objectWithoutProperties(_ref, _excluded$1b);
|
|
7353
7353
|
|
|
7354
7354
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7355
7355
|
width: size,
|
|
@@ -7365,7 +7365,7 @@ var Redo = function Redo(_ref) {
|
|
|
7365
7365
|
}));
|
|
7366
7366
|
};
|
|
7367
7367
|
|
|
7368
|
-
var _excluded$
|
|
7368
|
+
var _excluded$1a = ["size", "color", "strokeWidth"];
|
|
7369
7369
|
var Refresh = function Refresh(_ref) {
|
|
7370
7370
|
var _ref$size = _ref.size,
|
|
7371
7371
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7373,7 +7373,7 @@ var Refresh = function Refresh(_ref) {
|
|
|
7373
7373
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7374
7374
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7375
7375
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7376
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7376
|
+
props = _objectWithoutProperties(_ref, _excluded$1a);
|
|
7377
7377
|
|
|
7378
7378
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7379
7379
|
width: size,
|
|
@@ -7395,7 +7395,7 @@ var Refresh = function Refresh(_ref) {
|
|
|
7395
7395
|
}));
|
|
7396
7396
|
};
|
|
7397
7397
|
|
|
7398
|
-
var _excluded$
|
|
7398
|
+
var _excluded$19 = ["size", "color", "strokeWidth"];
|
|
7399
7399
|
var RemoveCircle = function RemoveCircle(_ref) {
|
|
7400
7400
|
var _ref$size = _ref.size,
|
|
7401
7401
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7403,7 +7403,7 @@ var RemoveCircle = function RemoveCircle(_ref) {
|
|
|
7403
7403
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7404
7404
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7405
7405
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7406
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7406
|
+
props = _objectWithoutProperties(_ref, _excluded$19);
|
|
7407
7407
|
|
|
7408
7408
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7409
7409
|
width: size,
|
|
@@ -7424,7 +7424,7 @@ var RemoveCircle = function RemoveCircle(_ref) {
|
|
|
7424
7424
|
}));
|
|
7425
7425
|
};
|
|
7426
7426
|
|
|
7427
|
-
var _excluded$
|
|
7427
|
+
var _excluded$18 = ["size", "color", "strokeWidth"];
|
|
7428
7428
|
var Reorder = function Reorder(_ref) {
|
|
7429
7429
|
var _ref$size = _ref.size,
|
|
7430
7430
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7432,7 +7432,7 @@ var Reorder = function Reorder(_ref) {
|
|
|
7432
7432
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7433
7433
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7434
7434
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7435
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7435
|
+
props = _objectWithoutProperties(_ref, _excluded$18);
|
|
7436
7436
|
|
|
7437
7437
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7438
7438
|
width: size,
|
|
@@ -7453,7 +7453,7 @@ var Reorder = function Reorder(_ref) {
|
|
|
7453
7453
|
}));
|
|
7454
7454
|
};
|
|
7455
7455
|
|
|
7456
|
-
var _excluded$
|
|
7456
|
+
var _excluded$17 = ["size", "color", "strokeWidth"];
|
|
7457
7457
|
var Repeat = function Repeat(_ref) {
|
|
7458
7458
|
var _ref$size = _ref.size,
|
|
7459
7459
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7461,7 +7461,7 @@ var Repeat = function Repeat(_ref) {
|
|
|
7461
7461
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7462
7462
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7463
7463
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7464
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7464
|
+
props = _objectWithoutProperties(_ref, _excluded$17);
|
|
7465
7465
|
|
|
7466
7466
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7467
7467
|
width: size,
|
|
@@ -7489,7 +7489,7 @@ var Repeat = function Repeat(_ref) {
|
|
|
7489
7489
|
}));
|
|
7490
7490
|
};
|
|
7491
7491
|
|
|
7492
|
-
var _excluded$
|
|
7492
|
+
var _excluded$16 = ["size", "color", "strokeWidth"];
|
|
7493
7493
|
var Reply = function Reply(_ref) {
|
|
7494
7494
|
var _ref$size = _ref.size,
|
|
7495
7495
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7497,7 +7497,7 @@ var Reply = function Reply(_ref) {
|
|
|
7497
7497
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7498
7498
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7499
7499
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7500
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7500
|
+
props = _objectWithoutProperties(_ref, _excluded$16);
|
|
7501
7501
|
|
|
7502
7502
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7503
7503
|
width: size,
|
|
@@ -7519,7 +7519,7 @@ var Reply = function Reply(_ref) {
|
|
|
7519
7519
|
}));
|
|
7520
7520
|
};
|
|
7521
7521
|
|
|
7522
|
-
var _excluded$
|
|
7522
|
+
var _excluded$15 = ["size", "color", "strokeWidth"];
|
|
7523
7523
|
var Report = function Report(_ref) {
|
|
7524
7524
|
var _ref$size = _ref.size,
|
|
7525
7525
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7527,7 +7527,7 @@ var Report = function Report(_ref) {
|
|
|
7527
7527
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7528
7528
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7529
7529
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7530
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7530
|
+
props = _objectWithoutProperties(_ref, _excluded$15);
|
|
7531
7531
|
|
|
7532
7532
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7533
7533
|
width: size,
|
|
@@ -7541,7 +7541,7 @@ var Report = function Report(_ref) {
|
|
|
7541
7541
|
}));
|
|
7542
7542
|
};
|
|
7543
7543
|
|
|
7544
|
-
var _excluded$
|
|
7544
|
+
var _excluded$14 = ["size", "color", "strokeWidth"];
|
|
7545
7545
|
var Ribbon = function Ribbon(_ref) {
|
|
7546
7546
|
var _ref$size = _ref.size,
|
|
7547
7547
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7549,7 +7549,7 @@ var Ribbon = function Ribbon(_ref) {
|
|
|
7549
7549
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7550
7550
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7551
7551
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7552
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7552
|
+
props = _objectWithoutProperties(_ref, _excluded$14);
|
|
7553
7553
|
|
|
7554
7554
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7555
7555
|
width: size,
|
|
@@ -7565,7 +7565,7 @@ var Ribbon = function Ribbon(_ref) {
|
|
|
7565
7565
|
}));
|
|
7566
7566
|
};
|
|
7567
7567
|
|
|
7568
|
-
var _excluded$
|
|
7568
|
+
var _excluded$13 = ["size", "color", "strokeWidth"];
|
|
7569
7569
|
var RightArrowCircle = function RightArrowCircle(_ref) {
|
|
7570
7570
|
var _ref$size = _ref.size,
|
|
7571
7571
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7573,7 +7573,7 @@ var RightArrowCircle = function RightArrowCircle(_ref) {
|
|
|
7573
7573
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7574
7574
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7575
7575
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7576
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7576
|
+
props = _objectWithoutProperties(_ref, _excluded$13);
|
|
7577
7577
|
|
|
7578
7578
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7579
7579
|
width: size,
|
|
@@ -7595,7 +7595,7 @@ var RightArrowCircle = function RightArrowCircle(_ref) {
|
|
|
7595
7595
|
}));
|
|
7596
7596
|
};
|
|
7597
7597
|
|
|
7598
|
-
var _excluded$
|
|
7598
|
+
var _excluded$12 = ["size", "color", "strokeWidth"];
|
|
7599
7599
|
var Right = function Right(_ref) {
|
|
7600
7600
|
var _ref$size = _ref.size,
|
|
7601
7601
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7603,7 +7603,7 @@ var Right = function Right(_ref) {
|
|
|
7603
7603
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7604
7604
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7605
7605
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7606
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7606
|
+
props = _objectWithoutProperties(_ref, _excluded$12);
|
|
7607
7607
|
|
|
7608
7608
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7609
7609
|
width: size,
|
|
@@ -7619,7 +7619,7 @@ var Right = function Right(_ref) {
|
|
|
7619
7619
|
}));
|
|
7620
7620
|
};
|
|
7621
7621
|
|
|
7622
|
-
var _excluded
|
|
7622
|
+
var _excluded$11 = ["size", "color", "strokeWidth"];
|
|
7623
7623
|
var RightAlign = function RightAlign(_ref) {
|
|
7624
7624
|
var _ref$size = _ref.size,
|
|
7625
7625
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7627,7 +7627,7 @@ var RightAlign = function RightAlign(_ref) {
|
|
|
7627
7627
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7628
7628
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7629
7629
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7630
|
-
props = _objectWithoutProperties(_ref, _excluded
|
|
7630
|
+
props = _objectWithoutProperties(_ref, _excluded$11);
|
|
7631
7631
|
|
|
7632
7632
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7633
7633
|
width: size,
|
|
@@ -7673,7 +7673,7 @@ var RightAlign = function RightAlign(_ref) {
|
|
|
7673
7673
|
}))));
|
|
7674
7674
|
};
|
|
7675
7675
|
|
|
7676
|
-
var _excluded$
|
|
7676
|
+
var _excluded$10 = ["size", "color", "strokeWidth"];
|
|
7677
7677
|
var RightArrow = function RightArrow(_ref) {
|
|
7678
7678
|
var _ref$size = _ref.size,
|
|
7679
7679
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7681,7 +7681,7 @@ var RightArrow = function RightArrow(_ref) {
|
|
|
7681
7681
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7682
7682
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7683
7683
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7684
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7684
|
+
props = _objectWithoutProperties(_ref, _excluded$10);
|
|
7685
7685
|
|
|
7686
7686
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7687
7687
|
width: size,
|
|
@@ -7697,14 +7697,14 @@ var RightArrow = function RightArrow(_ref) {
|
|
|
7697
7697
|
}));
|
|
7698
7698
|
};
|
|
7699
7699
|
|
|
7700
|
-
var _excluded
|
|
7700
|
+
var _excluded$$ = ["size", "color", "strokeWidth"];
|
|
7701
7701
|
var Robot = function Robot(_ref) {
|
|
7702
7702
|
var _ref$size = _ref.size,
|
|
7703
7703
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
7704
7704
|
_ref$color = _ref.color,
|
|
7705
7705
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
7706
7706
|
_ref.strokeWidth;
|
|
7707
|
-
var props = _objectWithoutProperties(_ref, _excluded
|
|
7707
|
+
var props = _objectWithoutProperties(_ref, _excluded$$);
|
|
7708
7708
|
|
|
7709
7709
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7710
7710
|
width: size,
|
|
@@ -7722,7 +7722,7 @@ var Robot = function Robot(_ref) {
|
|
|
7722
7722
|
}));
|
|
7723
7723
|
};
|
|
7724
7724
|
|
|
7725
|
-
var _excluded$
|
|
7725
|
+
var _excluded$_ = ["size", "color", "strokeWidth"];
|
|
7726
7726
|
var SadFaceGrey = function SadFaceGrey(_ref) {
|
|
7727
7727
|
var _ref$size = _ref.size,
|
|
7728
7728
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7730,7 +7730,7 @@ var SadFaceGrey = function SadFaceGrey(_ref) {
|
|
|
7730
7730
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7731
7731
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7732
7732
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7733
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7733
|
+
props = _objectWithoutProperties(_ref, _excluded$_);
|
|
7734
7734
|
|
|
7735
7735
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7736
7736
|
width: size,
|
|
@@ -7760,7 +7760,7 @@ var SadFaceGrey = function SadFaceGrey(_ref) {
|
|
|
7760
7760
|
}))));
|
|
7761
7761
|
};
|
|
7762
7762
|
|
|
7763
|
-
var _excluded$
|
|
7763
|
+
var _excluded$Z = ["size", "color", "strokeWidth"];
|
|
7764
7764
|
var Search = function Search(_ref) {
|
|
7765
7765
|
var _ref$size = _ref.size,
|
|
7766
7766
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7768,7 +7768,7 @@ var Search = function Search(_ref) {
|
|
|
7768
7768
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7769
7769
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7770
7770
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7771
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7771
|
+
props = _objectWithoutProperties(_ref, _excluded$Z);
|
|
7772
7772
|
|
|
7773
7773
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7774
7774
|
width: size,
|
|
@@ -7784,7 +7784,7 @@ var Search = function Search(_ref) {
|
|
|
7784
7784
|
}));
|
|
7785
7785
|
};
|
|
7786
7786
|
|
|
7787
|
-
var _excluded$
|
|
7787
|
+
var _excluded$Y = ["size", "color", "strokeWidth"];
|
|
7788
7788
|
var Sections = function Sections(_ref) {
|
|
7789
7789
|
var _ref$size = _ref.size,
|
|
7790
7790
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7792,7 +7792,7 @@ var Sections = function Sections(_ref) {
|
|
|
7792
7792
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7793
7793
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7794
7794
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7795
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7795
|
+
props = _objectWithoutProperties(_ref, _excluded$Y);
|
|
7796
7796
|
|
|
7797
7797
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7798
7798
|
width: size,
|
|
@@ -7808,7 +7808,7 @@ var Sections = function Sections(_ref) {
|
|
|
7808
7808
|
}));
|
|
7809
7809
|
};
|
|
7810
7810
|
|
|
7811
|
-
var _excluded$
|
|
7811
|
+
var _excluded$X = ["size", "color", "strokeWidth"];
|
|
7812
7812
|
var Security = function Security(_ref) {
|
|
7813
7813
|
var _ref$size = _ref.size,
|
|
7814
7814
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7816,7 +7816,7 @@ var Security = function Security(_ref) {
|
|
|
7816
7816
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7817
7817
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7818
7818
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7819
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7819
|
+
props = _objectWithoutProperties(_ref, _excluded$X);
|
|
7820
7820
|
|
|
7821
7821
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7822
7822
|
width: size,
|
|
@@ -7846,7 +7846,7 @@ var Security = function Security(_ref) {
|
|
|
7846
7846
|
}));
|
|
7847
7847
|
};
|
|
7848
7848
|
|
|
7849
|
-
var _excluded$
|
|
7849
|
+
var _excluded$W = ["size", "color", "strokeWidth"];
|
|
7850
7850
|
var Send = function Send(_ref) {
|
|
7851
7851
|
var _ref$size = _ref.size,
|
|
7852
7852
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7854,7 +7854,7 @@ var Send = function Send(_ref) {
|
|
|
7854
7854
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7855
7855
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7856
7856
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7857
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7857
|
+
props = _objectWithoutProperties(_ref, _excluded$W);
|
|
7858
7858
|
|
|
7859
7859
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7860
7860
|
width: size,
|
|
@@ -7870,7 +7870,7 @@ var Send = function Send(_ref) {
|
|
|
7870
7870
|
}));
|
|
7871
7871
|
};
|
|
7872
7872
|
|
|
7873
|
-
var _excluded$
|
|
7873
|
+
var _excluded$V = ["size", "color", "strokeWidth"];
|
|
7874
7874
|
var SendPlane = function SendPlane(_ref) {
|
|
7875
7875
|
var _ref$size = _ref.size,
|
|
7876
7876
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7878,7 +7878,7 @@ var SendPlane = function SendPlane(_ref) {
|
|
|
7878
7878
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7879
7879
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7880
7880
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7881
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7881
|
+
props = _objectWithoutProperties(_ref, _excluded$V);
|
|
7882
7882
|
|
|
7883
7883
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7884
7884
|
width: size,
|
|
@@ -7894,7 +7894,7 @@ var SendPlane = function SendPlane(_ref) {
|
|
|
7894
7894
|
}));
|
|
7895
7895
|
};
|
|
7896
7896
|
|
|
7897
|
-
var _excluded$
|
|
7897
|
+
var _excluded$U = ["size", "color", "strokeWidth"];
|
|
7898
7898
|
var Seo = function Seo(_ref) {
|
|
7899
7899
|
var _ref$size = _ref.size,
|
|
7900
7900
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7902,7 +7902,7 @@ var Seo = function Seo(_ref) {
|
|
|
7902
7902
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7903
7903
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7904
7904
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7905
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7905
|
+
props = _objectWithoutProperties(_ref, _excluded$U);
|
|
7906
7906
|
|
|
7907
7907
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7908
7908
|
width: size,
|
|
@@ -7924,7 +7924,7 @@ var Seo = function Seo(_ref) {
|
|
|
7924
7924
|
}));
|
|
7925
7925
|
};
|
|
7926
7926
|
|
|
7927
|
-
var _excluded$
|
|
7927
|
+
var _excluded$T = ["size", "color", "strokeWidth"];
|
|
7928
7928
|
var Settings = function Settings(_ref) {
|
|
7929
7929
|
var _ref$size = _ref.size,
|
|
7930
7930
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7932,7 +7932,7 @@ var Settings = function Settings(_ref) {
|
|
|
7932
7932
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7933
7933
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7934
7934
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7935
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7935
|
+
props = _objectWithoutProperties(_ref, _excluded$T);
|
|
7936
7936
|
|
|
7937
7937
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7938
7938
|
width: size,
|
|
@@ -7954,14 +7954,14 @@ var Settings = function Settings(_ref) {
|
|
|
7954
7954
|
}));
|
|
7955
7955
|
};
|
|
7956
7956
|
|
|
7957
|
-
var _excluded$
|
|
7957
|
+
var _excluded$S = ["size", "color", "strokeWidth"];
|
|
7958
7958
|
var SettingsChecked = function SettingsChecked(_ref) {
|
|
7959
7959
|
var _ref$size = _ref.size,
|
|
7960
7960
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
7961
7961
|
_ref$color = _ref.color,
|
|
7962
7962
|
color = _ref$color === void 0 ? "currentColor" : _ref$color;
|
|
7963
7963
|
_ref.strokeWidth;
|
|
7964
|
-
var props = _objectWithoutProperties(_ref, _excluded$
|
|
7964
|
+
var props = _objectWithoutProperties(_ref, _excluded$S);
|
|
7965
7965
|
|
|
7966
7966
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7967
7967
|
width: size,
|
|
@@ -7980,7 +7980,7 @@ var SettingsChecked = function SettingsChecked(_ref) {
|
|
|
7980
7980
|
}));
|
|
7981
7981
|
};
|
|
7982
7982
|
|
|
7983
|
-
var _excluded$
|
|
7983
|
+
var _excluded$R = ["size", "color", "strokeWidth"];
|
|
7984
7984
|
var Share = function Share(_ref) {
|
|
7985
7985
|
var _ref$size = _ref.size,
|
|
7986
7986
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
@@ -7988,7 +7988,7 @@ var Share = function Share(_ref) {
|
|
|
7988
7988
|
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
7989
7989
|
_ref$strokeWidth = _ref.strokeWidth,
|
|
7990
7990
|
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
7991
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7991
|
+
props = _objectWithoutProperties(_ref, _excluded$R);
|
|
7992
7992
|
|
|
7993
7993
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7994
7994
|
width: size,
|
|
@@ -8004,6 +8004,84 @@ var Share = function Share(_ref) {
|
|
|
8004
8004
|
}));
|
|
8005
8005
|
};
|
|
8006
8006
|
|
|
8007
|
+
var _excluded$Q = ["size", "color", "strokeWidth"];
|
|
8008
|
+
var SidebarClose = function SidebarClose(_ref) {
|
|
8009
|
+
var _ref$size = _ref.size,
|
|
8010
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8011
|
+
_ref$color = _ref.color,
|
|
8012
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8013
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
8014
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8015
|
+
props = _objectWithoutProperties(_ref, _excluded$Q);
|
|
8016
|
+
|
|
8017
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8018
|
+
width: size,
|
|
8019
|
+
height: size,
|
|
8020
|
+
fill: "none",
|
|
8021
|
+
viewBox: "0 0 24 24"
|
|
8022
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
8023
|
+
stroke: color,
|
|
8024
|
+
strokeWidth: strokeWidth,
|
|
8025
|
+
clipPath: "url(#SidebarClose_js__a)"
|
|
8026
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
8027
|
+
width: 16.5,
|
|
8028
|
+
height: 16.5,
|
|
8029
|
+
x: 3.75,
|
|
8030
|
+
y: 3.75,
|
|
8031
|
+
rx: 3.25
|
|
8032
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8033
|
+
d: "M9 4v16"
|
|
8034
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8035
|
+
strokeLinecap: "round",
|
|
8036
|
+
strokeLinejoin: "round",
|
|
8037
|
+
d: "m16 9-3 3 3 3"
|
|
8038
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
8039
|
+
id: "SidebarClose_js__a"
|
|
8040
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
8041
|
+
fill: color,
|
|
8042
|
+
d: "M0 0h24v24H0z"
|
|
8043
|
+
}))));
|
|
8044
|
+
};
|
|
8045
|
+
|
|
8046
|
+
var _excluded$P = ["size", "color", "strokeWidth"];
|
|
8047
|
+
var SidebarOpen = function SidebarOpen(_ref) {
|
|
8048
|
+
var _ref$size = _ref.size,
|
|
8049
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
8050
|
+
_ref$color = _ref.color,
|
|
8051
|
+
color = _ref$color === void 0 ? "currentColor" : _ref$color,
|
|
8052
|
+
_ref$strokeWidth = _ref.strokeWidth,
|
|
8053
|
+
strokeWidth = _ref$strokeWidth === void 0 ? 1.5 : _ref$strokeWidth,
|
|
8054
|
+
props = _objectWithoutProperties(_ref, _excluded$P);
|
|
8055
|
+
|
|
8056
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8057
|
+
width: size,
|
|
8058
|
+
height: size,
|
|
8059
|
+
fill: "none",
|
|
8060
|
+
viewBox: "0 0 24 24"
|
|
8061
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
8062
|
+
stroke: color,
|
|
8063
|
+
strokeWidth: strokeWidth,
|
|
8064
|
+
clipPath: "url(#SidebarOpen_js__a)"
|
|
8065
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
8066
|
+
width: 16.5,
|
|
8067
|
+
height: 16.5,
|
|
8068
|
+
x: 3.75,
|
|
8069
|
+
y: 3.75,
|
|
8070
|
+
rx: 3.25
|
|
8071
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8072
|
+
d: "M9 4v16"
|
|
8073
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
8074
|
+
strokeLinecap: "round",
|
|
8075
|
+
strokeLinejoin: "round",
|
|
8076
|
+
d: "m13 9 3 3-3 3"
|
|
8077
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
8078
|
+
id: "SidebarOpen_js__a"
|
|
8079
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
8080
|
+
fill: color,
|
|
8081
|
+
d: "M0 0h24v24H0z"
|
|
8082
|
+
}))));
|
|
8083
|
+
};
|
|
8084
|
+
|
|
8007
8085
|
var _excluded$O = ["size", "color", "strokeWidth"];
|
|
8008
8086
|
var SmileFaceGrey = function SmileFaceGrey(_ref) {
|
|
8009
8087
|
var _ref$size = _ref.size,
|
|
@@ -9353,5 +9431,5 @@ var WidgetModes = function WidgetModes(_ref) {
|
|
|
9353
9431
|
}));
|
|
9354
9432
|
};
|
|
9355
9433
|
|
|
9356
|
-
export { ActivityLog, AddCircle, AddMenu, AddRectangle, Agents, AppSwitcher, Apple, Archive, Articles, Attachment, Bank, Blockquote, Book, BookOpen, Bookmark, Braces, Building, Calendar, Camera, CannedResponses, Category, CenterAlign, Chat, ChatBubble, ChatEmpty, ChatNotification, ChatOffline, Check, CheckCircle, Checkbox, CheckboxInactive, Checkmark, Chrome, Clock, Close, CloseCircle, ClosedPullRequest, Code, CodeBlock, Collapse, Column, Computer, ContactBook, Copy, CreditCard, Css3, Cursor, CustomDomain, Customers, Customize, Dashboard, Database, Delete, Design, DoubleCheck, Down, DownArrow, DownArrowCircle, Download, Draft, Dropdown, Edit, Email, EmailSent, Error$1 as Error, Expand, ExternalLink, Eye, Facebook, Favorite, File, FileDownload, FileGeneric, Filter, FilterAz, Flag, Flash, Focus, Folder, Form, Forward, FullScreen, Gif, Gift, GitMerge, Globe, Goal, Graph, Group, HamburgerMenu, Heart, Help, Hide, Highlight, History, Home, HourGlass, Hours, Html, Image, ImageUpload, Inbox, IndeterminateCircle, Info, Input, Invoice, Keyboard, Left, LeftAlign, LeftArrow, LeftArrowCircle, Link, Linkedin, List, ListDetails, ListDot, ListNumber, Loading, Location, Lock, MailSend, MailUnread, Matrix, MatrixDots, MediaVideo, MenuHorizontal, MenuLayout, MenuSquare, MenuVertical, Merge, MergedPullRequest, Message, MessageBubble, MessageSquare, Mic, Minus, Mobile, Movie, MultipleChoice, NeetoAnalytics, NeetoCal, NeetoChangelog, NeetoChat, NeetoDesk, NeetoForm, NeetoIcon, NeetoInsights, NeetoInterview, NeetoInvisible, NeetoKb, NeetoQuiz, NeetoReplay, NeetoWireframe, NeutralFaceGrey, NewChat, Notes, Notification, Paragraph, Pause, Phone, Play, Plus, PlusSolid, Print, Puzzle, QrCode, Quote, Radio, RadioInactive, Rating, RatingFilled, Redirection, Redo, Refresh, RemoveCircle, Reorder, Repeat, Reply, Report, Ribbon, Right, RightAlign, RightArrow, RightArrowCircle, Robot, SadFaceGrey, Search, Sections, Security, Send, SendPlane, Seo, Settings, SettingsChecked, Share, SmileFaceGrey, Smiley, Status, Subdomain, Suitcase, Swap, Tablet, Tag, Tags, Text, TextBold, TextCross, TextH1, TextH2, TextItalic, TextSize, Tickets, TimeTracking, Transaction, Translate, Twitter, Ubuntu, Underline, Undo, Unlink, Unlock, Up, UpArrow, UpArrowCircle, Upload, User, UserAdd, UserCircle, UserNotification, UserRemove, UserRole, UserSettings, UserStar, Video, Volume, Volume0, Volume100, Volume25, Volume50, Volume75, VolumeOutline, VolumeOutline0, Warning, WarningFilled, Whatsapp, WidgetModes };
|
|
9434
|
+
export { ActivityLog, AddCircle, AddMenu, AddRectangle, Agents, AppSwitcher, Apple, Archive, Articles, Attachment, Bank, Blockquote, Book, BookOpen, Bookmark, Braces, Building, Calendar, Camera, CannedResponses, Category, CenterAlign, Chat, ChatBubble, ChatEmpty, ChatNotification, ChatOffline, Check, CheckCircle, Checkbox, CheckboxInactive, Checkmark, Chrome, Clock, Close, CloseCircle, ClosedPullRequest, Code, CodeBlock, Collapse, Column, Computer, ContactBook, Copy, CreditCard, Css3, Cursor, CustomDomain, Customers, Customize, Dashboard, Database, Delete, Design, DoubleCheck, Down, DownArrow, DownArrowCircle, Download, Draft, Dropdown, Edit, Email, EmailSent, Error$1 as Error, Expand, ExternalLink, Eye, Facebook, Favorite, File, FileDownload, FileGeneric, Filter, FilterAz, Flag, Flash, Focus, Folder, Form, Forward, FullScreen, Gif, Gift, GitMerge, Globe, Goal, Graph, Group, HamburgerMenu, Heart, Help, Hide, Highlight, History, Home, HourGlass, Hours, Html, Image, ImageUpload, Inbox, IndeterminateCircle, Info, Input, Invoice, Keyboard, Left, LeftAlign, LeftArrow, LeftArrowCircle, Link, Linkedin, List, ListDetails, ListDot, ListNumber, Loading, Location, Lock, MailSend, MailUnread, Matrix, MatrixDots, MediaVideo, MenuHorizontal, MenuLayout, MenuSquare, MenuVertical, Merge, MergedPullRequest, Message, MessageBubble, MessageSquare, Mic, Minus, Mobile, Movie, MultipleChoice, NeetoAnalytics, NeetoCal, NeetoChangelog, NeetoChat, NeetoDesk, NeetoForm, NeetoIcon, NeetoInsights, NeetoInterview, NeetoInvisible, NeetoKb, NeetoQuiz, NeetoReplay, NeetoWireframe, NeutralFaceGrey, NewChat, Notes, Notification, Paragraph, Pause, Phone, Play, Plus, PlusSolid, Print, Puzzle, QrCode, Quote, Radio, RadioInactive, Rating, RatingFilled, Redirection, Redo, Refresh, RemoveCircle, Reorder, Repeat, Reply, Report, Ribbon, Right, RightAlign, RightArrow, RightArrowCircle, Robot, SadFaceGrey, Search, Sections, Security, Send, SendPlane, Seo, Settings, SettingsChecked, Share, SidebarClose, SidebarOpen, SmileFaceGrey, Smiley, Status, Subdomain, Suitcase, Swap, Tablet, Tag, Tags, Text, TextBold, TextCross, TextH1, TextH2, TextItalic, TextSize, Tickets, TimeTracking, Transaction, Translate, Twitter, Ubuntu, Underline, Undo, Unlink, Unlock, Up, UpArrow, UpArrowCircle, Upload, User, UserAdd, UserCircle, UserNotification, UserRemove, UserRole, UserSettings, UserStar, Video, Volume, Volume0, Volume100, Volume25, Volume50, Volume75, VolumeOutline, VolumeOutline0, Warning, WarningFilled, Whatsapp, WidgetModes };
|
|
9357
9435
|
//# sourceMappingURL=neeto-icons.js.map
|