@bigbinary/neeto-icons 1.18.7 → 1.18.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app-icons.cjs.js +358 -295
- package/dist/app-icons.cjs.js.map +1 -1
- package/dist/app-icons.js +358 -295
- package/dist/app-icons.js.map +1 -1
- package/dist/neeto-icons.cjs.js +195 -126
- package/dist/neeto-icons.cjs.js.map +1 -1
- package/dist/neeto-icons.js +195 -127
- package/dist/neeto-icons.js.map +1 -1
- package/dist/neeto-logos.cjs.js +284 -368
- package/dist/neeto-logos.cjs.js.map +1 -1
- package/dist/neeto-logos.js +284 -368
- package/dist/neeto-logos.js.map +1 -1
- package/package.json +1 -1
package/dist/app-icons.cjs.js
CHANGED
|
@@ -2845,18 +2845,18 @@ var Neeto = function Neeto(_ref) {
|
|
|
2845
2845
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2846
2846
|
width: size,
|
|
2847
2847
|
height: size,
|
|
2848
|
-
viewBox: "0 0
|
|
2848
|
+
viewBox: "0 0 800 800",
|
|
2849
2849
|
fill: "none"
|
|
2850
2850
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
2851
|
-
width:
|
|
2852
|
-
height:
|
|
2853
|
-
rx:
|
|
2851
|
+
width: 800,
|
|
2852
|
+
height: 800,
|
|
2853
|
+
rx: 160,
|
|
2854
2854
|
fill: "black"
|
|
2855
2855
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2856
|
-
d: "
|
|
2856
|
+
d: "M557.258 233.428H430.326L557.258 423.826V233.428Z",
|
|
2857
2857
|
fill: "#5BCC5A"
|
|
2858
2858
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2859
|
-
d: "
|
|
2859
|
+
d: "M242.467 565.99L242.468 233.428H334.131L557.26 565.99H462.923L316.089 350.205V565.99H242.467Z",
|
|
2860
2860
|
fill: "white"
|
|
2861
2861
|
}));
|
|
2862
2862
|
};
|
|
@@ -2870,68 +2870,77 @@ var NeetoCal = function NeetoCal(_ref) {
|
|
|
2870
2870
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2871
2871
|
width: size,
|
|
2872
2872
|
height: size,
|
|
2873
|
-
viewBox: "0 0
|
|
2873
|
+
viewBox: "0 0 800 800",
|
|
2874
2874
|
fill: "none"
|
|
2875
2875
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
2876
|
-
width:
|
|
2877
|
-
height:
|
|
2878
|
-
rx:
|
|
2876
|
+
width: 800,
|
|
2877
|
+
height: 800,
|
|
2878
|
+
rx: 160,
|
|
2879
2879
|
fill: "black"
|
|
2880
|
-
}), /*#__PURE__*/React.createElement("
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2880
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
2881
|
+
clipPath: "url(#NeetoCal_js__clip0_511_16431)"
|
|
2882
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
2883
|
+
x: 221.365,
|
|
2884
|
+
y: 236.126,
|
|
2885
|
+
width: 354.915,
|
|
2886
|
+
height: 354.915,
|
|
2887
|
+
rx: 66.2508,
|
|
2886
2888
|
fill: "#75DC66"
|
|
2887
2889
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2888
|
-
d: "
|
|
2890
|
+
d: "M221.365 302.377C221.365 265.787 251.027 236.126 287.616 236.126H510.029C546.619 236.126 576.28 265.787 576.28 302.377V354.431H221.365V302.377Z",
|
|
2889
2891
|
fill: "#5BCC5A"
|
|
2890
2892
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
2891
|
-
x:
|
|
2892
|
-
y:
|
|
2893
|
-
width:
|
|
2894
|
-
height:
|
|
2893
|
+
x: 221.365,
|
|
2894
|
+
y: 354.427,
|
|
2895
|
+
width: 118.305,
|
|
2896
|
+
height: 118.305,
|
|
2895
2897
|
fill: "#75DC66"
|
|
2896
2898
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2897
|
-
d: "
|
|
2899
|
+
d: "M221.365 472.731H339.67V591.036H287.616C251.026 591.036 221.365 561.375 221.365 524.786V472.731Z",
|
|
2898
2900
|
fill: "#75DC66"
|
|
2899
2901
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
2900
|
-
x:
|
|
2901
|
-
y:
|
|
2902
|
-
width:
|
|
2903
|
-
height:
|
|
2902
|
+
x: 339.67,
|
|
2903
|
+
y: 472.731,
|
|
2904
|
+
width: 118.305,
|
|
2905
|
+
height: 118.305,
|
|
2904
2906
|
fill: "#0DA84C"
|
|
2905
2907
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
2906
|
-
x:
|
|
2907
|
-
y:
|
|
2908
|
-
width:
|
|
2909
|
-
height:
|
|
2908
|
+
x: 457.975,
|
|
2909
|
+
y: 354.427,
|
|
2910
|
+
width: 118.305,
|
|
2911
|
+
height: 118.305,
|
|
2910
2912
|
fill: "#0DA84C"
|
|
2911
2913
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
2912
|
-
x:
|
|
2913
|
-
y:
|
|
2914
|
-
width:
|
|
2915
|
-
height:
|
|
2914
|
+
x: 339.67,
|
|
2915
|
+
y: 354.427,
|
|
2916
|
+
width: 118.305,
|
|
2917
|
+
height: 118.305,
|
|
2916
2918
|
fill: "#75DC66"
|
|
2917
2919
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2918
|
-
d: "
|
|
2920
|
+
d: "M457.975 472.731H576.28V524.786C576.28 561.375 546.618 591.036 510.029 591.036H457.975V472.731Z",
|
|
2919
2921
|
fill: "#0DA84C"
|
|
2920
2922
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
2921
|
-
x:
|
|
2922
|
-
y:
|
|
2923
|
-
width:
|
|
2924
|
-
height:
|
|
2925
|
-
rx:
|
|
2923
|
+
x: 447.329,
|
|
2924
|
+
y: 208.914,
|
|
2925
|
+
width: 42.5898,
|
|
2926
|
+
height: 69.8,
|
|
2927
|
+
rx: 21.2949,
|
|
2926
2928
|
fill: "#0DA84C"
|
|
2927
2929
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
2928
|
-
x:
|
|
2929
|
-
y:
|
|
2930
|
-
width:
|
|
2931
|
-
height:
|
|
2932
|
-
rx:
|
|
2930
|
+
x: 307.73,
|
|
2931
|
+
y: 208.914,
|
|
2932
|
+
width: 42.5898,
|
|
2933
|
+
height: 69.8,
|
|
2934
|
+
rx: 21.2949,
|
|
2933
2935
|
fill: "#0DA84C"
|
|
2934
|
-
}))
|
|
2936
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
2937
|
+
id: "NeetoCal_js__clip0_511_16431"
|
|
2938
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
2939
|
+
width: 383.13,
|
|
2940
|
+
height: 383.13,
|
|
2941
|
+
fill: "white",
|
|
2942
|
+
transform: "translate(208 208.435)"
|
|
2943
|
+
}))));
|
|
2935
2944
|
};
|
|
2936
2945
|
|
|
2937
2946
|
var _excluded$m = ["size"];
|
|
@@ -2943,29 +2952,38 @@ var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
|
2943
2952
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2944
2953
|
width: size,
|
|
2945
2954
|
height: size,
|
|
2946
|
-
viewBox: "0 0
|
|
2955
|
+
viewBox: "0 0 800 800",
|
|
2947
2956
|
fill: "none"
|
|
2948
2957
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
2949
|
-
width:
|
|
2950
|
-
height:
|
|
2951
|
-
rx:
|
|
2958
|
+
width: 800,
|
|
2959
|
+
height: 800,
|
|
2960
|
+
rx: 160,
|
|
2952
2961
|
fill: "black"
|
|
2953
|
-
}), /*#__PURE__*/React.createElement("
|
|
2954
|
-
|
|
2962
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
2963
|
+
clipPath: "url(#NeetoChangelog_js__clip0_511_16536)"
|
|
2964
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
2965
|
+
d: "M435.43 493.486C435.43 537.76 399.54 573.651 355.266 573.651C310.993 573.651 275.102 537.76 275.102 493.486C275.102 449.213 310.993 413.322 355.266 413.322C399.54 413.322 435.43 449.213 435.43 493.486Z",
|
|
2955
2966
|
fill: "#75DC66"
|
|
2956
2967
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2957
|
-
d: "
|
|
2968
|
+
d: "M228.051 393.284C228.051 343.717 268.233 303.535 317.8 303.535H367.467V483.033H317.8C268.233 483.033 228.051 442.851 228.051 393.284Z",
|
|
2958
2969
|
fill: "#5BCC5A"
|
|
2959
2970
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2960
|
-
d: "
|
|
2971
|
+
d: "M367.466 303.532L547.086 226.771C558.584 221.858 571.361 230.293 571.361 242.796V543.766C571.361 556.269 558.584 564.705 547.086 559.791L367.466 483.03V303.532Z",
|
|
2961
2972
|
fill: "#5BCC5A"
|
|
2962
2973
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2963
|
-
d: "
|
|
2974
|
+
d: "M367.466 414.243L367.466 483.03L317.8 483.033C303.349 483.033 289.695 479.616 277.603 473.549C286.466 438.92 317.878 413.321 355.269 413.321C359.416 413.321 363.489 413.636 367.466 414.243Z",
|
|
2964
2975
|
fill: "#0DA84C"
|
|
2965
2976
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2966
|
-
d: "
|
|
2977
|
+
d: "M433.461 511.231L367.466 483.03L367.466 414.243C405.95 420.119 435.43 453.361 435.43 493.486C435.43 499.585 434.751 505.522 433.461 511.231Z",
|
|
2967
2978
|
fill: "#0DA84C"
|
|
2968
|
-
}))
|
|
2979
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
2980
|
+
id: "NeetoChangelog_js__clip0_511_16536"
|
|
2981
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
2982
|
+
width: 348.3,
|
|
2983
|
+
height: 348.3,
|
|
2984
|
+
fill: "white",
|
|
2985
|
+
transform: "translate(225.35 225.35)"
|
|
2986
|
+
}))));
|
|
2969
2987
|
};
|
|
2970
2988
|
|
|
2971
2989
|
var _excluded$l = ["size"];
|
|
@@ -2977,37 +2995,37 @@ var NeetoChat = function NeetoChat(_ref) {
|
|
|
2977
2995
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2978
2996
|
width: size,
|
|
2979
2997
|
height: size,
|
|
2980
|
-
viewBox: "0 0
|
|
2998
|
+
viewBox: "0 0 800 800",
|
|
2981
2999
|
fill: "none"
|
|
2982
3000
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
2983
|
-
width:
|
|
2984
|
-
height:
|
|
2985
|
-
rx:
|
|
3001
|
+
width: 800,
|
|
3002
|
+
height: 800,
|
|
3003
|
+
rx: 160,
|
|
2986
3004
|
fill: "black"
|
|
2987
3005
|
}), /*#__PURE__*/React.createElement("g", {
|
|
2988
|
-
clipPath: "url(#
|
|
3006
|
+
clipPath: "url(#NeetoChat_js__clip0_511_16524)"
|
|
2989
3007
|
}, /*#__PURE__*/React.createElement("path", {
|
|
2990
|
-
d: "
|
|
3008
|
+
d: "M537.313 494.247C537.313 538.46 504.71 574.301 464.492 574.301H298.823C258.604 574.301 226.001 538.46 226.001 494.247V438.21C226.001 393.997 258.604 358.156 298.823 358.156H464.492C504.71 358.156 537.313 393.997 537.313 438.21V494.247Z",
|
|
2991
3009
|
fill: "#75DC66"
|
|
2992
3010
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2993
|
-
d: "
|
|
3011
|
+
d: "M357.08 298.116L263.322 368.163L357.08 360.158V298.116Z",
|
|
2994
3012
|
fill: "#75DC66"
|
|
2995
3013
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2996
|
-
d: "
|
|
3014
|
+
d: "M261.448 305.165C261.448 261.444 294.213 226.001 334.63 226.001H501.12C541.537 226.001 574.302 261.444 574.302 305.165V360.58C574.302 404.301 541.537 439.744 501.12 439.744H334.63C294.213 439.744 261.448 404.301 261.448 360.58V305.165Z",
|
|
2997
3015
|
fill: "#5BCC5A"
|
|
2998
3016
|
}), /*#__PURE__*/React.createElement("path", {
|
|
2999
|
-
d: "
|
|
3017
|
+
d: "M442.574 499.117L536.796 429.849L442.574 437.765V499.117Z",
|
|
3000
3018
|
fill: "#5BCC5A"
|
|
3001
3019
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3002
|
-
d: "
|
|
3020
|
+
d: "M536.902 429.652C536.781 429.725 536.661 429.798 536.54 429.87L536.796 429.849L442.574 499.117L442.573 439.744L334.63 439.744C296.908 439.744 265.852 408.871 261.877 369.209C262.439 368.845 263.005 368.489 263.576 368.141L263.322 368.163L357.08 298.116L357.079 358.156L464.492 358.156C502.08 358.156 533.017 389.463 536.902 429.652Z",
|
|
3003
3021
|
fill: "#0DA84C"
|
|
3004
3022
|
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3005
|
-
id: "
|
|
3023
|
+
id: "NeetoChat_js__clip0_511_16524"
|
|
3006
3024
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
3007
|
-
width:
|
|
3008
|
-
height:
|
|
3025
|
+
width: 348.3,
|
|
3026
|
+
height: 348.3,
|
|
3009
3027
|
fill: "white",
|
|
3010
|
-
transform: "translate(
|
|
3028
|
+
transform: "translate(226 226)"
|
|
3011
3029
|
}))));
|
|
3012
3030
|
};
|
|
3013
3031
|
|
|
@@ -3020,21 +3038,21 @@ var NeetoCi = function NeetoCi(_ref) {
|
|
|
3020
3038
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3021
3039
|
width: size,
|
|
3022
3040
|
height: size,
|
|
3023
|
-
viewBox: "0 0
|
|
3041
|
+
viewBox: "0 0 800 800",
|
|
3024
3042
|
fill: "none"
|
|
3025
3043
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3026
|
-
width:
|
|
3027
|
-
height:
|
|
3028
|
-
rx:
|
|
3044
|
+
width: 800,
|
|
3045
|
+
height: 800,
|
|
3046
|
+
rx: 160,
|
|
3029
3047
|
fill: "black"
|
|
3030
3048
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3031
|
-
d: "
|
|
3049
|
+
d: "M490.319 452.567C490.319 530.742 426.945 594.116 348.77 594.116C270.595 594.116 207.221 530.742 207.221 452.567C207.221 374.392 270.595 311.018 348.77 311.018C426.945 311.018 490.319 374.392 490.319 452.567Z",
|
|
3032
3050
|
fill: "#5BCC5A"
|
|
3033
3051
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3034
|
-
d: "
|
|
3052
|
+
d: "M594.12 348.767C594.12 426.943 530.746 490.316 452.571 490.316C374.396 490.316 311.022 426.943 311.022 348.767C311.022 270.592 374.396 207.219 452.571 207.219C530.746 207.219 594.12 270.592 594.12 348.767Z",
|
|
3035
3053
|
fill: "#75DC66"
|
|
3036
3054
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3037
|
-
d: "
|
|
3055
|
+
d: "M315.063 315.063C325.866 312.424 337.155 311.024 348.771 311.024C426.946 311.024 490.32 374.398 490.32 452.573C490.32 464.19 488.92 475.48 486.281 486.284C475.478 488.923 464.189 490.322 452.572 490.322C374.397 490.322 311.024 426.949 311.024 348.774C311.024 337.157 312.423 325.867 315.063 315.063Z",
|
|
3038
3056
|
fill: "#0DA84C"
|
|
3039
3057
|
}));
|
|
3040
3058
|
};
|
|
@@ -3048,23 +3066,23 @@ var NeetoCode = function NeetoCode(_ref) {
|
|
|
3048
3066
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3049
3067
|
width: size,
|
|
3050
3068
|
height: size,
|
|
3051
|
-
viewBox: "0 0
|
|
3069
|
+
viewBox: "0 0 800 800",
|
|
3052
3070
|
fill: "none"
|
|
3053
3071
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3054
|
-
width:
|
|
3055
|
-
height:
|
|
3056
|
-
rx:
|
|
3072
|
+
width: 800,
|
|
3073
|
+
height: 800,
|
|
3074
|
+
rx: 160,
|
|
3057
3075
|
fill: "black"
|
|
3058
3076
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3059
|
-
d: "
|
|
3077
|
+
d: "M398.868 210.5L241.566 312.19V486.377L539.342 308.647C547.964 303.5 547.969 291.012 539.35 285.86L412.883 210.254C408.545 207.661 403.112 207.757 398.868 210.5Z",
|
|
3060
3078
|
fill: "#5BCC5A"
|
|
3061
3079
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3062
|
-
d: "
|
|
3080
|
+
d: "M398.868 588.06L241.566 486.37V312.184L539.342 489.914C547.964 495.06 547.969 507.548 539.35 512.701L412.883 588.306C408.545 590.899 403.112 590.804 398.868 588.06Z",
|
|
3063
3081
|
fill: "#75DC66"
|
|
3064
3082
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3065
3083
|
fillRule: "evenodd",
|
|
3066
3084
|
clipRule: "evenodd",
|
|
3067
|
-
d: "
|
|
3085
|
+
d: "M387.472 399.28L241.566 312.195V486.365L387.472 399.28Z",
|
|
3068
3086
|
fill: "#0DA84C"
|
|
3069
3087
|
}));
|
|
3070
3088
|
};
|
|
@@ -3078,31 +3096,31 @@ var NeetoCourse = function NeetoCourse(_ref) {
|
|
|
3078
3096
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3079
3097
|
width: size,
|
|
3080
3098
|
height: size,
|
|
3081
|
-
viewBox: "0 0
|
|
3099
|
+
viewBox: "0 0 800 800",
|
|
3082
3100
|
fill: "none"
|
|
3083
3101
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3084
|
-
width:
|
|
3085
|
-
height:
|
|
3086
|
-
rx:
|
|
3102
|
+
width: 800,
|
|
3103
|
+
height: 800,
|
|
3104
|
+
rx: 160,
|
|
3087
3105
|
fill: "black"
|
|
3088
3106
|
}), /*#__PURE__*/React.createElement("g", {
|
|
3089
|
-
clipPath: "url(#
|
|
3107
|
+
clipPath: "url(#NeetoCourse_js__clip0_511_16462)"
|
|
3090
3108
|
}, /*#__PURE__*/React.createElement("path", {
|
|
3091
|
-
d: "
|
|
3109
|
+
d: "M279.359 383.138C279.359 375.994 283.179 369.396 289.374 365.838L386.083 310.288C392.144 306.807 399.584 306.751 405.697 310.141L508.502 367.156C514.843 370.672 518.777 377.353 518.777 384.604V496.095C518.777 503.346 514.843 510.027 508.502 513.543L405.697 570.558C399.584 573.948 392.144 573.892 386.083 570.411L289.374 514.861C283.179 511.303 279.359 504.705 279.359 497.561V383.138Z",
|
|
3092
3110
|
fill: "#75DC66"
|
|
3093
3111
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3094
|
-
d: "
|
|
3112
|
+
d: "M386.089 230.487L189.777 343.247C176.425 350.917 176.425 370.179 189.777 377.848L386.089 490.609C392.15 494.09 399.591 494.146 405.703 490.756L609.027 377.996C622.727 370.398 622.727 350.698 609.027 343.1L405.703 230.34C399.591 226.95 392.15 227.006 386.089 230.487Z",
|
|
3095
3113
|
fill: "#5BCC5A"
|
|
3096
3114
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3097
|
-
d: "
|
|
3115
|
+
d: "M285.295 368.18L378.074 314.888C385.971 310.353 395.815 316.07 395.789 325.176L395.089 569.407C395.081 572.129 392.136 573.828 389.775 572.473L289.38 514.86C283.182 511.303 279.359 504.702 279.359 497.556V378.434C279.359 374.2 281.623 370.289 285.295 368.18Z",
|
|
3098
3116
|
fill: "#0DA84C"
|
|
3099
3117
|
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3100
|
-
id: "
|
|
3118
|
+
id: "NeetoCourse_js__clip0_511_16462"
|
|
3101
3119
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
3102
|
-
width:
|
|
3103
|
-
height:
|
|
3120
|
+
width: 438.6,
|
|
3121
|
+
height: 438.6,
|
|
3104
3122
|
fill: "white",
|
|
3105
|
-
transform: "translate(
|
|
3123
|
+
transform: "translate(180.7 180.699)"
|
|
3106
3124
|
}))));
|
|
3107
3125
|
};
|
|
3108
3126
|
|
|
@@ -3115,23 +3133,32 @@ var NeetoCrm = function NeetoCrm(_ref) {
|
|
|
3115
3133
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3116
3134
|
width: size,
|
|
3117
3135
|
height: size,
|
|
3118
|
-
viewBox: "0 0
|
|
3136
|
+
viewBox: "0 0 800 800",
|
|
3119
3137
|
fill: "none"
|
|
3120
3138
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3121
|
-
width:
|
|
3122
|
-
height:
|
|
3123
|
-
rx:
|
|
3139
|
+
width: 800,
|
|
3140
|
+
height: 800,
|
|
3141
|
+
rx: 160,
|
|
3124
3142
|
fill: "black"
|
|
3125
|
-
}), /*#__PURE__*/React.createElement("
|
|
3126
|
-
|
|
3143
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3144
|
+
clipPath: "url(#NeetoCrm_js__clip0_511_16530)"
|
|
3145
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3146
|
+
d: "M225.351 507.158V291.505C225.351 255.118 265.716 233.243 296.201 253.11L485.039 376.173C501.773 387.078 501.773 411.586 485.039 422.491L296.201 545.554C265.716 565.42 225.351 543.545 225.351 507.158Z",
|
|
3127
3147
|
fill: "#5BCC5A"
|
|
3128
3148
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3129
|
-
d: "
|
|
3149
|
+
d: "M573.651 472.683V325.978C573.651 295.228 539.163 277.086 513.824 294.507L394.486 376.552C378.51 387.535 378.51 411.126 394.486 422.109L513.824 504.154C539.163 521.575 573.651 503.433 573.651 472.683Z",
|
|
3130
3150
|
fill: "#75DC66"
|
|
3131
3151
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3132
|
-
d: "
|
|
3152
|
+
d: "M438.836 346.064L485.04 376.174C501.774 387.08 501.774 411.588 485.04 422.493L438.838 452.602L394.488 422.111C378.511 411.127 378.511 387.537 394.488 376.553L438.836 346.064Z",
|
|
3133
3153
|
fill: "#0DA84C"
|
|
3134
|
-
}))
|
|
3154
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3155
|
+
id: "NeetoCrm_js__clip0_511_16530"
|
|
3156
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
3157
|
+
width: 348.3,
|
|
3158
|
+
height: 348.3,
|
|
3159
|
+
fill: "white",
|
|
3160
|
+
transform: "translate(225.35 225.35)"
|
|
3161
|
+
}))));
|
|
3135
3162
|
};
|
|
3136
3163
|
|
|
3137
3164
|
var _excluded$g = ["size"];
|
|
@@ -3143,21 +3170,21 @@ var NeetoDeploy = function NeetoDeploy(_ref) {
|
|
|
3143
3170
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3144
3171
|
width: size,
|
|
3145
3172
|
height: size,
|
|
3146
|
-
viewBox: "0 0
|
|
3173
|
+
viewBox: "0 0 800 800",
|
|
3147
3174
|
fill: "none"
|
|
3148
3175
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3149
|
-
width:
|
|
3150
|
-
height:
|
|
3151
|
-
rx:
|
|
3176
|
+
width: 800,
|
|
3177
|
+
height: 800,
|
|
3178
|
+
rx: 160,
|
|
3152
3179
|
fill: "black"
|
|
3153
3180
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3154
|
-
d: "
|
|
3181
|
+
d: "M413.164 215.661L564.556 566.189C570.623 580.235 556.503 594.523 542.386 588.622L381.084 521.2C374.295 518.363 370.102 511.481 370.691 504.147L393.627 218.889C394.479 208.29 408.948 205.9 413.164 215.661Z",
|
|
3155
3182
|
fill: "#75DC66"
|
|
3156
3183
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3157
|
-
d: "
|
|
3184
|
+
d: "M386.452 215.661L235.06 566.189C228.993 580.235 243.113 594.523 257.23 588.622L418.532 521.2C425.321 518.363 429.514 511.481 428.925 504.147L405.989 218.889C405.137 208.29 390.668 205.9 386.452 215.661Z",
|
|
3158
3185
|
fill: "#5BCC5A"
|
|
3159
3186
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3160
|
-
d: "
|
|
3187
|
+
d: "M399.804 210.3C396.563 211.632 393.969 214.583 393.623 218.89L370.688 504.147C370.098 511.481 374.292 518.363 381.08 521.2L399.804 529.027L418.528 521.2C425.317 518.363 429.511 511.481 428.921 504.147L405.986 218.89C405.64 214.583 403.045 211.632 399.804 210.3Z",
|
|
3161
3188
|
fill: "#0DA84C"
|
|
3162
3189
|
}));
|
|
3163
3190
|
};
|
|
@@ -3171,36 +3198,36 @@ var NeetoDesk = function NeetoDesk(_ref) {
|
|
|
3171
3198
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3172
3199
|
width: size,
|
|
3173
3200
|
height: size,
|
|
3174
|
-
viewBox: "0 0
|
|
3201
|
+
viewBox: "0 0 800 800",
|
|
3175
3202
|
fill: "none"
|
|
3176
3203
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3177
|
-
width:
|
|
3178
|
-
height:
|
|
3179
|
-
rx:
|
|
3204
|
+
width: 800,
|
|
3205
|
+
height: 800,
|
|
3206
|
+
rx: 160,
|
|
3180
3207
|
fill: "black"
|
|
3181
3208
|
}), /*#__PURE__*/React.createElement("g", {
|
|
3182
|
-
clipPath: "url(#
|
|
3209
|
+
clipPath: "url(#NeetoDesk_js__clip0_511_16521)"
|
|
3183
3210
|
}, /*#__PURE__*/React.createElement("path", {
|
|
3184
|
-
d: "
|
|
3211
|
+
d: "M331.397 485.786C331.397 512.599 309.222 534.303 282.465 534.303C255.709 534.303 234.019 512.567 234.019 485.753C234.019 470.048 241.46 456.085 253.002 447.211C265.732 440.65 271.865 437.236 282.95 437.236C309.706 437.236 331.397 458.973 331.397 485.786Z",
|
|
3185
3212
|
fill: "#75DC66"
|
|
3186
3213
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3187
3214
|
fillRule: "evenodd",
|
|
3188
3215
|
clipRule: "evenodd",
|
|
3189
|
-
d: "
|
|
3216
|
+
d: "M400.279 247.418C324.267 247.418 262.646 309.17 262.646 385.344C262.646 420.186 275.524 451.987 296.785 476.269L288.509 483.547L273.388 437.727C262.317 442.484 266.129 440.445 253.002 447.211C245.031 428.176 240.625 407.272 240.625 385.344C240.625 296.982 312.105 225.35 400.279 225.35C436.208 225.35 469.394 237.257 496.079 257.343L482.853 274.988C459.851 257.673 431.276 247.418 400.279 247.418Z",
|
|
3190
3217
|
fill: "#75DC66"
|
|
3191
3218
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3192
|
-
d: "
|
|
3219
|
+
d: "M564.305 421.736C564.305 505.822 496.284 573.988 412.376 573.988C328.468 573.988 260.932 505.855 260.932 421.769C260.932 337.683 328.468 269.485 412.376 269.485C496.284 269.485 564.305 337.65 564.305 421.736Z",
|
|
3193
3220
|
fill: "#5BCC5A"
|
|
3194
3221
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3195
|
-
d: "
|
|
3222
|
+
d: "M263.41 394.232C264.388 409.705 267.909 424.48 273.561 438.148C276.599 437.55 279.737 437.236 282.95 437.236C309.706 437.236 331.397 458.973 331.397 485.786C331.397 504.633 320.681 520.971 305.022 529.016C277.769 501.497 260.932 463.604 260.932 421.769C260.932 412.367 261.782 403.163 263.41 394.232Z",
|
|
3196
3223
|
fill: "#0DA84C"
|
|
3197
3224
|
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3198
|
-
id: "
|
|
3225
|
+
id: "NeetoDesk_js__clip0_511_16521"
|
|
3199
3226
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
3200
|
-
width:
|
|
3201
|
-
height:
|
|
3227
|
+
width: 348.3,
|
|
3228
|
+
height: 348.3,
|
|
3202
3229
|
fill: "white",
|
|
3203
|
-
transform: "translate(
|
|
3230
|
+
transform: "translate(225.35 225.35)"
|
|
3204
3231
|
}))));
|
|
3205
3232
|
};
|
|
3206
3233
|
|
|
@@ -3213,31 +3240,31 @@ var NeetoForm = function NeetoForm(_ref) {
|
|
|
3213
3240
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3214
3241
|
width: size,
|
|
3215
3242
|
height: size,
|
|
3216
|
-
viewBox: "0 0
|
|
3243
|
+
viewBox: "0 0 800 800",
|
|
3217
3244
|
fill: "none"
|
|
3218
3245
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3219
|
-
width:
|
|
3220
|
-
height:
|
|
3221
|
-
rx:
|
|
3246
|
+
width: 800,
|
|
3247
|
+
height: 800,
|
|
3248
|
+
rx: 160,
|
|
3222
3249
|
fill: "black"
|
|
3223
3250
|
}), /*#__PURE__*/React.createElement("g", {
|
|
3224
|
-
clipPath: "url(#
|
|
3251
|
+
clipPath: "url(#NeetoForm_js__clip0_511_16494)"
|
|
3225
3252
|
}, /*#__PURE__*/React.createElement("path", {
|
|
3226
|
-
d: "
|
|
3253
|
+
d: "M306.7 266.637C306.7 243.835 325.184 225.351 347.986 225.351H507.875C530.677 225.351 549.161 243.835 549.161 266.637V475.652C549.161 498.454 530.677 516.938 507.875 516.938H347.986C325.184 516.938 306.7 498.454 306.7 475.652V266.637Z",
|
|
3227
3254
|
fill: "#75DC66"
|
|
3228
3255
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3229
|
-
d: "
|
|
3256
|
+
d: "M249.65 323.686C249.65 300.885 268.134 282.4 290.936 282.4H450.825C473.627 282.4 492.111 300.885 492.111 323.686V532.702C492.111 555.504 473.627 573.988 450.825 573.988H290.936C268.134 573.988 249.65 555.504 249.65 532.702V323.686Z",
|
|
3230
3257
|
fill: "#5BCC5A"
|
|
3231
3258
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3232
|
-
d: "
|
|
3259
|
+
d: "M492.111 516.938L347.986 516.938C325.184 516.938 306.7 498.454 306.7 475.652V282.4H450.825C473.627 282.4 492.111 300.885 492.111 323.686V516.938Z",
|
|
3233
3260
|
fill: "#0DA84C"
|
|
3234
3261
|
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3235
|
-
id: "
|
|
3262
|
+
id: "NeetoForm_js__clip0_511_16494"
|
|
3236
3263
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
3237
|
-
width:
|
|
3238
|
-
height:
|
|
3264
|
+
width: 348.3,
|
|
3265
|
+
height: 348.3,
|
|
3239
3266
|
fill: "white",
|
|
3240
|
-
transform: "translate(
|
|
3267
|
+
transform: "translate(225.35 225.35)"
|
|
3241
3268
|
}))));
|
|
3242
3269
|
};
|
|
3243
3270
|
|
|
@@ -3250,44 +3277,53 @@ var NeetoGit = function NeetoGit(_ref) {
|
|
|
3250
3277
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3251
3278
|
width: size,
|
|
3252
3279
|
height: size,
|
|
3253
|
-
viewBox: "0 0
|
|
3280
|
+
viewBox: "0 0 800 800",
|
|
3254
3281
|
fill: "none"
|
|
3255
3282
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3256
|
-
width:
|
|
3257
|
-
height:
|
|
3258
|
-
rx:
|
|
3283
|
+
width: 800,
|
|
3284
|
+
height: 800,
|
|
3285
|
+
rx: 160,
|
|
3259
3286
|
fill: "black"
|
|
3260
|
-
}), /*#__PURE__*/React.createElement("
|
|
3287
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3288
|
+
clipPath: "url(#NeetoGit_js__clip0_511_16480)"
|
|
3289
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3261
3290
|
fillRule: "evenodd",
|
|
3262
3291
|
clipRule: "evenodd",
|
|
3263
|
-
d: "
|
|
3292
|
+
d: "M462.769 354.258C447.972 354.258 435.977 366.253 435.977 381.051V416.931C435.977 461.323 399.99 497.31 355.598 497.31H308.789C293.992 497.31 281.996 485.314 281.996 470.517C281.996 455.72 293.992 443.724 308.789 443.724H355.598C370.395 443.724 382.391 431.728 382.391 416.931V381.051C382.391 336.659 418.377 300.672 462.769 300.672H539.741C554.538 300.672 566.534 312.667 566.534 327.465C566.534 342.262 554.538 354.258 539.741 354.258H462.769Z",
|
|
3264
3293
|
fill: "#75DC66"
|
|
3265
3294
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3266
3295
|
fillRule: "evenodd",
|
|
3267
3296
|
clipRule: "evenodd",
|
|
3268
|
-
d: "
|
|
3297
|
+
d: "M271.655 470.516C271.655 455.718 283.651 443.723 298.448 443.723H539.741C554.538 443.723 566.534 455.718 566.534 470.516C566.534 485.313 554.538 497.308 539.741 497.308H298.448C283.651 497.308 271.655 485.313 271.655 470.516Z",
|
|
3269
3298
|
fill: "#5BCC5A"
|
|
3270
3299
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3271
3300
|
fillRule: "evenodd",
|
|
3272
3301
|
clipRule: "evenodd",
|
|
3273
|
-
d: "
|
|
3302
|
+
d: "M431.403 443.725C420.369 474.943 390.596 497.31 355.598 497.31H308.789C293.992 497.31 281.997 485.314 281.997 470.517C281.997 455.769 293.913 443.804 308.643 443.725H431.403Z",
|
|
3274
3303
|
fill: "#0DA84C"
|
|
3275
3304
|
}), /*#__PURE__*/React.createElement("circle", {
|
|
3276
|
-
cx:
|
|
3277
|
-
cy:
|
|
3278
|
-
r:
|
|
3305
|
+
cx: 257.303,
|
|
3306
|
+
cy: 470.735,
|
|
3307
|
+
r: 55.372,
|
|
3279
3308
|
fill: "#5BCC5A"
|
|
3280
3309
|
}), /*#__PURE__*/React.createElement("circle", {
|
|
3281
|
-
cx:
|
|
3282
|
-
cy:
|
|
3283
|
-
r:
|
|
3310
|
+
cx: 539.961,
|
|
3311
|
+
cy: 327.683,
|
|
3312
|
+
r: 55.372,
|
|
3284
3313
|
fill: "#75DC66"
|
|
3285
3314
|
}), /*#__PURE__*/React.createElement("circle", {
|
|
3286
|
-
cx:
|
|
3287
|
-
cy:
|
|
3288
|
-
r:
|
|
3315
|
+
cx: 539.96,
|
|
3316
|
+
cy: 470.735,
|
|
3317
|
+
r: 55.372,
|
|
3289
3318
|
fill: "#5BCC5A"
|
|
3290
|
-
}))
|
|
3319
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3320
|
+
id: "NeetoGit_js__clip0_511_16480"
|
|
3321
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
3322
|
+
width: 394.74,
|
|
3323
|
+
height: 394.74,
|
|
3324
|
+
fill: "white",
|
|
3325
|
+
transform: "translate(201.93 201.93)"
|
|
3326
|
+
}))));
|
|
3291
3327
|
};
|
|
3292
3328
|
|
|
3293
3329
|
var _excluded$c = ["size"];
|
|
@@ -3299,25 +3335,25 @@ var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
|
3299
3335
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3300
3336
|
width: size,
|
|
3301
3337
|
height: size,
|
|
3302
|
-
viewBox: "0 0
|
|
3338
|
+
viewBox: "0 0 800 800",
|
|
3303
3339
|
fill: "none"
|
|
3304
3340
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3305
|
-
width:
|
|
3306
|
-
height:
|
|
3307
|
-
rx:
|
|
3341
|
+
width: 800,
|
|
3342
|
+
height: 800,
|
|
3343
|
+
rx: 160,
|
|
3308
3344
|
fill: "black"
|
|
3309
3345
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3310
3346
|
fillRule: "evenodd",
|
|
3311
3347
|
clipRule: "evenodd",
|
|
3312
|
-
d: "
|
|
3348
|
+
d: "M392.082 547.858C477.007 547.858 545.853 479.012 545.853 394.087C545.853 309.161 477.007 240.315 392.082 240.315C307.156 240.315 238.311 309.161 238.311 394.087C238.311 479.012 307.156 547.858 392.082 547.858ZM392.082 466.873C432.284 466.873 464.873 434.283 464.873 394.082C464.873 353.88 432.284 321.291 392.082 321.291C351.881 321.291 319.291 353.88 319.291 394.082C319.291 434.283 351.881 466.873 392.082 466.873Z",
|
|
3313
3349
|
fill: "#5BCC5A"
|
|
3314
3350
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3315
|
-
d: "
|
|
3351
|
+
d: "M393.666 407.196C391.17 400.038 398.045 393.164 405.202 395.659L609.968 467.046C617.859 469.797 618.134 480.855 610.391 483.995L522.595 519.598C520.325 520.518 518.524 522.318 517.604 524.588L482.001 612.384C478.861 620.128 467.803 619.853 465.052 611.962L393.666 407.196Z",
|
|
3316
3352
|
fill: "#75DC66"
|
|
3317
3353
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3318
3354
|
fillRule: "evenodd",
|
|
3319
3355
|
clipRule: "evenodd",
|
|
3320
|
-
d: "
|
|
3356
|
+
d: "M538.229 442.02L461.713 415.345C454.667 438.433 436.453 456.649 413.366 463.698L440.043 540.217C486.395 525.014 523.031 488.374 538.229 442.02Z",
|
|
3321
3357
|
fill: "#0DA84C"
|
|
3322
3358
|
}));
|
|
3323
3359
|
};
|
|
@@ -3331,23 +3367,32 @@ var NeetoInvoice = function NeetoInvoice(_ref) {
|
|
|
3331
3367
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3332
3368
|
width: size,
|
|
3333
3369
|
height: size,
|
|
3334
|
-
viewBox: "0 0
|
|
3370
|
+
viewBox: "0 0 800 800",
|
|
3335
3371
|
fill: "none"
|
|
3336
3372
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3337
|
-
width:
|
|
3338
|
-
height:
|
|
3339
|
-
rx:
|
|
3373
|
+
width: 800,
|
|
3374
|
+
height: 800,
|
|
3375
|
+
rx: 160,
|
|
3340
3376
|
fill: "black"
|
|
3341
|
-
}), /*#__PURE__*/React.createElement("
|
|
3342
|
-
|
|
3377
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3378
|
+
clipPath: "url(#NeetoInvoice_js__clip0_511_16446)"
|
|
3379
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3380
|
+
d: "M543.15 573.651L255.05 573.651L255.05 502.701C255.05 423.144 319.543 358.651 399.1 358.651C478.657 358.651 543.15 423.144 543.15 502.701V573.651Z",
|
|
3343
3381
|
fill: "#5BCC5A"
|
|
3344
3382
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3345
|
-
d: "
|
|
3383
|
+
d: "M255.05 225.351H543.15V296.3C543.15 375.857 478.656 440.351 399.1 440.351C319.543 440.351 255.05 375.857 255.05 296.301V225.351Z",
|
|
3346
3384
|
fill: "#75DC66"
|
|
3347
3385
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3348
|
-
d: "
|
|
3386
|
+
d: "M499.599 399.5C473.646 424.779 438.191 440.351 399.1 440.351C360.008 440.351 324.554 424.779 298.6 399.501C324.554 374.222 360.008 358.651 399.1 358.651C438.192 358.651 473.646 374.222 499.599 399.5Z",
|
|
3349
3387
|
fill: "#0DA84C"
|
|
3350
|
-
}))
|
|
3388
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3389
|
+
id: "NeetoInvoice_js__clip0_511_16446"
|
|
3390
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
3391
|
+
width: 348.3,
|
|
3392
|
+
height: 348.3,
|
|
3393
|
+
fill: "white",
|
|
3394
|
+
transform: "translate(225.35 225.35)"
|
|
3395
|
+
}))));
|
|
3351
3396
|
};
|
|
3352
3397
|
|
|
3353
3398
|
var _excluded$a = ["size"];
|
|
@@ -3359,41 +3404,41 @@ var NeetoKb = function NeetoKb(_ref) {
|
|
|
3359
3404
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3360
3405
|
width: size,
|
|
3361
3406
|
height: size,
|
|
3362
|
-
viewBox: "0 0
|
|
3407
|
+
viewBox: "0 0 800 800",
|
|
3363
3408
|
fill: "none"
|
|
3364
3409
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3365
|
-
width:
|
|
3366
|
-
height:
|
|
3367
|
-
rx:
|
|
3410
|
+
width: 800,
|
|
3411
|
+
height: 800,
|
|
3412
|
+
rx: 160,
|
|
3368
3413
|
fill: "black"
|
|
3369
3414
|
}), /*#__PURE__*/React.createElement("g", {
|
|
3370
|
-
clipPath: "url(#
|
|
3415
|
+
clipPath: "url(#NeetoKb_js__clip0_511_16449)"
|
|
3371
3416
|
}, /*#__PURE__*/React.createElement("path", {
|
|
3372
|
-
d: "
|
|
3417
|
+
d: "M272.312 219.488C272.312 209.791 280.172 201.931 289.869 201.931H508.213C517.909 201.931 525.77 209.791 525.77 219.488V474.923C525.77 484.62 517.909 492.481 508.213 492.481H272.312V219.488Z",
|
|
3373
3418
|
fill: "#5BCC5A"
|
|
3374
3419
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3375
3420
|
fillRule: "evenodd",
|
|
3376
3421
|
clipRule: "evenodd",
|
|
3377
|
-
d: "
|
|
3422
|
+
d: "M323.313 492.48C310.51 492.48 300.13 502.859 300.13 515.662C300.13 528.465 310.51 538.844 323.313 538.844H513.407C520.235 538.844 525.77 544.379 525.77 551.208C525.77 558.036 520.235 563.572 513.407 563.572H323.313C296.853 563.572 275.403 542.122 275.403 515.662C275.403 489.202 296.853 467.752 323.313 467.752H453.163V492.48H323.313Z",
|
|
3378
3423
|
fill: "#5BCC5A"
|
|
3379
3424
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3380
|
-
d: "
|
|
3425
|
+
d: "M272.312 492.481H288.373L297.039 531.118L334.131 563.573L322.971 563.568C294.989 563.556 272.312 540.868 272.312 512.885V492.481Z",
|
|
3381
3426
|
fill: "#5BCC5A"
|
|
3382
3427
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3383
|
-
d: "
|
|
3428
|
+
d: "M337.221 452.988C337.221 450.402 339.317 448.306 341.903 448.306H406.722C409.308 448.306 411.404 450.402 411.404 452.988V596.672L374.313 577.891L337.221 596.672V452.988Z",
|
|
3384
3429
|
fill: "#75DC66"
|
|
3385
3430
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3386
3431
|
fillRule: "evenodd",
|
|
3387
3432
|
clipRule: "evenodd",
|
|
3388
|
-
d: "
|
|
3433
|
+
d: "M411.403 492.479H337.22V450.797C337.22 448.211 339.316 446.115 341.902 446.115H406.721C409.307 446.115 411.403 448.211 411.403 450.797V492.479Z",
|
|
3389
3434
|
fill: "#0DA84C"
|
|
3390
3435
|
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3391
|
-
id: "
|
|
3436
|
+
id: "NeetoKb_js__clip0_511_16449"
|
|
3392
3437
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
3393
|
-
width:
|
|
3394
|
-
height:
|
|
3438
|
+
width: 394.74,
|
|
3439
|
+
height: 394.74,
|
|
3395
3440
|
fill: "white",
|
|
3396
|
-
transform: "translate(
|
|
3441
|
+
transform: "translate(201.93 201.93)"
|
|
3397
3442
|
}))));
|
|
3398
3443
|
};
|
|
3399
3444
|
|
|
@@ -3406,34 +3451,34 @@ var NeetoPlanner = function NeetoPlanner(_ref) {
|
|
|
3406
3451
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3407
3452
|
width: size,
|
|
3408
3453
|
height: size,
|
|
3409
|
-
viewBox: "0 0
|
|
3454
|
+
viewBox: "0 0 800 800",
|
|
3410
3455
|
fill: "none"
|
|
3411
3456
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3412
|
-
width:
|
|
3413
|
-
height:
|
|
3414
|
-
rx:
|
|
3457
|
+
width: 800,
|
|
3458
|
+
height: 800,
|
|
3459
|
+
rx: 160,
|
|
3415
3460
|
fill: "black"
|
|
3416
3461
|
}), /*#__PURE__*/React.createElement("g", {
|
|
3417
|
-
clipPath: "url(#
|
|
3462
|
+
clipPath: "url(#NeetoPlanner_js__clip0_511_16459)"
|
|
3418
3463
|
}, /*#__PURE__*/React.createElement("path", {
|
|
3419
|
-
d: "
|
|
3464
|
+
d: "M226.337 244.652C226.337 234.537 234.537 226.338 244.651 226.338H342.325V555.987C342.325 566.101 334.126 574.3 324.011 574.3H240.256C232.569 574.3 226.337 568.069 226.337 560.382V244.652Z",
|
|
3420
3465
|
fill: "#5BCC5A"
|
|
3421
3466
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3422
|
-
d: "
|
|
3467
|
+
d: "M458.312 439.999C458.312 450.114 450.113 458.313 439.999 458.313H360.639C350.524 458.313 342.325 450.114 342.325 439.999L342.325 226.338H458.312V439.999Z",
|
|
3423
3468
|
fill: "#5BCC5A"
|
|
3424
3469
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3425
|
-
d: "
|
|
3470
|
+
d: "M458.312 342.325H356.243C348.556 342.325 342.325 348.557 342.325 356.244V458.313H439.999C450.113 458.313 458.312 450.114 458.312 439.999V342.325Z",
|
|
3426
3471
|
fill: "#0DA84C"
|
|
3427
3472
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3428
|
-
d: "
|
|
3473
|
+
d: "M458.312 226.338H555.986C566.101 226.338 574.3 234.537 574.3 244.652V382.005C574.3 392.12 566.101 400.319 555.986 400.319H458.312V226.338Z",
|
|
3429
3474
|
fill: "#75DC66"
|
|
3430
3475
|
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3431
|
-
id: "
|
|
3476
|
+
id: "NeetoPlanner_js__clip0_511_16459"
|
|
3432
3477
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
3433
|
-
width:
|
|
3434
|
-
height:
|
|
3478
|
+
width: 348.3,
|
|
3479
|
+
height: 348.3,
|
|
3435
3480
|
fill: "white",
|
|
3436
|
-
transform: "translate(
|
|
3481
|
+
transform: "translate(226 226)"
|
|
3437
3482
|
}))));
|
|
3438
3483
|
};
|
|
3439
3484
|
|
|
@@ -3446,33 +3491,33 @@ var NeetoPlaydash = function NeetoPlaydash(_ref) {
|
|
|
3446
3491
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3447
3492
|
width: size,
|
|
3448
3493
|
height: size,
|
|
3449
|
-
viewBox: "0 0
|
|
3494
|
+
viewBox: "0 0 800 800",
|
|
3450
3495
|
fill: "none"
|
|
3451
3496
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3452
|
-
width:
|
|
3453
|
-
height:
|
|
3454
|
-
rx:
|
|
3497
|
+
width: 800,
|
|
3498
|
+
height: 800,
|
|
3499
|
+
rx: 160,
|
|
3455
3500
|
fill: "black"
|
|
3456
3501
|
}), /*#__PURE__*/React.createElement("rect", {
|
|
3457
|
-
x:
|
|
3458
|
-
y:
|
|
3459
|
-
width:
|
|
3460
|
-
height:
|
|
3461
|
-
rx:
|
|
3462
|
-
transform: "rotate(-45
|
|
3502
|
+
x: 396.615,
|
|
3503
|
+
y: 442.539,
|
|
3504
|
+
width: 58.4065,
|
|
3505
|
+
height: 191.324,
|
|
3506
|
+
rx: 29.2033,
|
|
3507
|
+
transform: "rotate(-45 396.615 442.539)",
|
|
3463
3508
|
fill: "#5BCC5A"
|
|
3464
3509
|
}), /*#__PURE__*/React.createElement("circle", {
|
|
3465
|
-
cx:
|
|
3466
|
-
cy:
|
|
3467
|
-
r:
|
|
3510
|
+
cx: 406.74,
|
|
3511
|
+
cy: 401.747,
|
|
3512
|
+
r: 109.753,
|
|
3468
3513
|
fill: "#5BCC5A"
|
|
3469
3514
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3470
|
-
d: "
|
|
3515
|
+
d: "M406.606 223.32C308.28 223.32 228.571 303.377 228.571 402.133H406.606V223.32Z",
|
|
3471
3516
|
fill: "#75DC66"
|
|
3472
3517
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3473
3518
|
fillRule: "evenodd",
|
|
3474
3519
|
clipRule: "evenodd",
|
|
3475
|
-
d: "
|
|
3520
|
+
d: "M406.607 291.992C346.054 292.064 296.987 341.174 296.987 401.745C296.987 401.874 296.988 402.002 296.988 402.13H406.607V291.992Z",
|
|
3476
3521
|
fill: "#0DA84C"
|
|
3477
3522
|
}));
|
|
3478
3523
|
};
|
|
@@ -3486,33 +3531,33 @@ var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
|
3486
3531
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3487
3532
|
width: size,
|
|
3488
3533
|
height: size,
|
|
3489
|
-
viewBox: "0 0
|
|
3534
|
+
viewBox: "0 0 800 800",
|
|
3490
3535
|
fill: "none"
|
|
3491
3536
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3492
|
-
width:
|
|
3493
|
-
height:
|
|
3494
|
-
rx:
|
|
3537
|
+
width: 800,
|
|
3538
|
+
height: 800,
|
|
3539
|
+
rx: 160,
|
|
3495
3540
|
fill: "black"
|
|
3496
3541
|
}), /*#__PURE__*/React.createElement("g", {
|
|
3497
|
-
clipPath: "url(#
|
|
3542
|
+
clipPath: "url(#NeetoQuiz_js__clip0_511_16527)"
|
|
3498
3543
|
}, /*#__PURE__*/React.createElement("path", {
|
|
3499
3544
|
fillRule: "evenodd",
|
|
3500
3545
|
clipRule: "evenodd",
|
|
3501
|
-
d: "
|
|
3546
|
+
d: "M395.983 489.913C448.703 489.913 491.441 447.175 491.441 394.455C491.441 341.735 448.703 298.997 395.983 298.997C343.263 298.997 300.525 341.735 300.525 394.455C300.525 447.175 343.263 489.913 395.983 489.913ZM395.983 562.91C489.018 562.91 564.438 487.49 564.438 394.455C564.438 301.42 489.018 226 395.983 226C302.947 226 227.527 301.42 227.527 394.455C227.527 487.49 302.947 562.91 395.983 562.91Z",
|
|
3502
3547
|
fill: "#5BCC5A"
|
|
3503
3548
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3504
|
-
d: "
|
|
3549
|
+
d: "M409.958 408.431C427.47 390.919 455.862 390.919 473.373 408.431L560.57 495.627C578.081 513.139 578.081 541.531 560.57 559.042C543.058 576.554 514.666 576.554 497.154 559.042L409.958 471.846C392.446 454.335 392.446 425.942 409.958 408.431Z",
|
|
3505
3550
|
fill: "#75DC66"
|
|
3506
3551
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3507
|
-
d: "
|
|
3552
|
+
d: "M423.883 485.772L479.115 541.003C505.541 525.98 527.507 504.014 542.53 477.588L487.299 422.356C478.058 452.639 454.166 476.531 423.883 485.772Z",
|
|
3508
3553
|
fill: "#0DA84C"
|
|
3509
3554
|
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3510
|
-
id: "
|
|
3555
|
+
id: "NeetoQuiz_js__clip0_511_16527"
|
|
3511
3556
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
3512
|
-
width:
|
|
3513
|
-
height:
|
|
3557
|
+
width: 347.962,
|
|
3558
|
+
height: 347.962,
|
|
3514
3559
|
fill: "white",
|
|
3515
|
-
transform: "translate(
|
|
3560
|
+
transform: "translate(226 226)"
|
|
3516
3561
|
}))));
|
|
3517
3562
|
};
|
|
3518
3563
|
|
|
@@ -3525,21 +3570,21 @@ var NeetoRecord = function NeetoRecord(_ref) {
|
|
|
3525
3570
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3526
3571
|
width: size,
|
|
3527
3572
|
height: size,
|
|
3528
|
-
viewBox: "0 0
|
|
3573
|
+
viewBox: "0 0 800 800",
|
|
3529
3574
|
fill: "none"
|
|
3530
3575
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3531
|
-
width:
|
|
3532
|
-
height:
|
|
3533
|
-
rx:
|
|
3576
|
+
width: 800,
|
|
3577
|
+
height: 800,
|
|
3578
|
+
rx: 160,
|
|
3534
3579
|
fill: "black"
|
|
3535
3580
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3536
|
-
d: "
|
|
3581
|
+
d: "M253.97 462.86L253.97 209.42L418.627 209.42C488.438 209.42 545.03 266.154 545.03 336.14C545.03 406.125 488.438 462.86 418.627 462.86H253.97Z",
|
|
3537
3582
|
fill: "#5BCC5A"
|
|
3538
3583
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3539
|
-
d: "
|
|
3584
|
+
d: "M253.97 209.42L544.955 589.58H350.965L253.97 462.86L253.97 209.42Z",
|
|
3540
3585
|
fill: "#75DC66"
|
|
3541
3586
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3542
|
-
d: "
|
|
3587
|
+
d: "M253.97 209.42L445.726 459.941C436.996 461.853 427.929 462.86 418.627 462.86H253.97L253.97 209.42Z",
|
|
3543
3588
|
fill: "#0DA84C"
|
|
3544
3589
|
}));
|
|
3545
3590
|
};
|
|
@@ -3553,23 +3598,32 @@ var NeetoReplay = function NeetoReplay(_ref) {
|
|
|
3553
3598
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3554
3599
|
width: size,
|
|
3555
3600
|
height: size,
|
|
3556
|
-
viewBox: "0 0
|
|
3601
|
+
viewBox: "0 0 800 800",
|
|
3557
3602
|
fill: "none"
|
|
3558
3603
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3559
|
-
width:
|
|
3560
|
-
height:
|
|
3561
|
-
rx:
|
|
3604
|
+
width: 800,
|
|
3605
|
+
height: 800,
|
|
3606
|
+
rx: 160,
|
|
3562
3607
|
fill: "black"
|
|
3563
|
-
}), /*#__PURE__*/React.createElement("
|
|
3564
|
-
|
|
3608
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3609
|
+
clipPath: "url(#NeetoReplay_js__clip0_511_16503)"
|
|
3610
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3611
|
+
d: "M318.815 526.146V273.97C318.815 251.483 343.761 237.964 362.601 250.241L563.363 381.075C577.079 390.014 577.079 410.102 563.363 419.041L362.601 549.874C343.761 562.152 318.815 548.633 318.815 526.146Z",
|
|
3565
3612
|
fill: "#5BCC5A"
|
|
3566
3613
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3567
|
-
d: "
|
|
3614
|
+
d: "M225.35 480.95V318.033C225.35 295.228 250.926 281.774 269.718 294.694L394.993 380.82C408.089 389.824 408.089 409.16 394.993 418.163L269.718 504.289C250.926 517.209 225.35 503.755 225.35 480.95Z",
|
|
3568
3615
|
fill: "#75DC66"
|
|
3569
3616
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3570
|
-
d: "
|
|
3617
|
+
d: "M318.816 470.533L394.993 418.163C408.089 409.16 408.089 389.824 394.993 380.82L318.816 328.445V470.533Z",
|
|
3571
3618
|
fill: "#0DA84C"
|
|
3572
|
-
}))
|
|
3619
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3620
|
+
id: "NeetoReplay_js__clip0_511_16503"
|
|
3621
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
3622
|
+
width: 348.3,
|
|
3623
|
+
height: 348.3,
|
|
3624
|
+
fill: "white",
|
|
3625
|
+
transform: "translate(225.35 225.35)"
|
|
3626
|
+
}))));
|
|
3573
3627
|
};
|
|
3574
3628
|
|
|
3575
3629
|
var _excluded$4 = ["size"];
|
|
@@ -3581,37 +3635,37 @@ var NeetoRunner = function NeetoRunner(_ref) {
|
|
|
3581
3635
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3582
3636
|
width: size,
|
|
3583
3637
|
height: size,
|
|
3584
|
-
viewBox: "0 0
|
|
3638
|
+
viewBox: "0 0 800 800",
|
|
3585
3639
|
fill: "none"
|
|
3586
3640
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3587
|
-
width:
|
|
3588
|
-
height:
|
|
3589
|
-
rx:
|
|
3641
|
+
width: 800,
|
|
3642
|
+
height: 800,
|
|
3643
|
+
rx: 160,
|
|
3590
3644
|
fill: "black"
|
|
3591
3645
|
}), /*#__PURE__*/React.createElement("g", {
|
|
3592
|
-
clipPath: "url(#
|
|
3646
|
+
clipPath: "url(#NeetoRunner_js__clip0_511_16539)"
|
|
3593
3647
|
}, /*#__PURE__*/React.createElement("path", {
|
|
3594
|
-
d: "
|
|
3648
|
+
d: "M381.348 480.442C397.288 496.382 397.288 522.227 381.348 538.167C365.408 554.108 339.563 554.108 323.623 538.167L213.42 427.965C197.48 412.024 197.48 386.18 213.42 370.239C229.361 354.299 255.205 354.299 271.145 370.239L381.348 480.442Z",
|
|
3595
3649
|
fill: "#5BCC5A"
|
|
3596
3650
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3597
|
-
d: "
|
|
3651
|
+
d: "M381.348 318.503C397.288 302.562 397.288 276.718 381.348 260.778C365.408 244.837 339.563 244.837 323.623 260.778L213.42 370.98C197.48 386.921 197.48 412.765 213.42 428.705C229.361 444.646 255.205 444.646 271.145 428.705L381.348 318.503Z",
|
|
3598
3652
|
fill: "#5BCC5A"
|
|
3599
3653
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3600
|
-
d: "
|
|
3654
|
+
d: "M417.492 480.442C401.552 496.382 401.552 522.227 417.492 538.167C433.433 554.108 459.277 554.108 475.218 538.167L585.42 427.965C601.361 412.024 601.361 386.18 585.42 370.239C569.48 354.299 543.635 354.299 527.695 370.239L417.492 480.442Z",
|
|
3601
3655
|
fill: "#75DC66"
|
|
3602
3656
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3603
|
-
d: "
|
|
3657
|
+
d: "M417.492 318.503C401.552 302.562 401.552 276.718 417.492 260.778C433.433 244.837 459.277 244.837 475.218 260.778L585.42 370.98C601.361 386.921 601.361 412.765 585.42 428.705C569.48 444.646 543.635 444.646 527.695 428.705L417.492 318.503Z",
|
|
3604
3658
|
fill: "#0DA84C"
|
|
3605
3659
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3606
|
-
d: "
|
|
3660
|
+
d: "M498.467 399.479L527.7 370.246C542.062 355.884 564.464 354.462 580.418 365.98L585.425 370.987C593.301 378.863 597.285 389.157 597.379 399.479C597.285 409.802 593.301 420.095 585.425 427.971L580.418 432.978C564.464 444.496 542.062 443.074 527.7 428.712L498.467 399.479Z",
|
|
3607
3661
|
fill: "#0DA84C"
|
|
3608
3662
|
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3609
|
-
id: "
|
|
3663
|
+
id: "NeetoRunner_js__clip0_511_16539"
|
|
3610
3664
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
3611
|
-
width:
|
|
3612
|
-
height:
|
|
3665
|
+
width: 394.74,
|
|
3666
|
+
height: 394.74,
|
|
3613
3667
|
fill: "white",
|
|
3614
|
-
transform: "translate(
|
|
3668
|
+
transform: "translate(202.63 202.629)"
|
|
3615
3669
|
}))));
|
|
3616
3670
|
};
|
|
3617
3671
|
|
|
@@ -3624,27 +3678,27 @@ var NeetoSeo = function NeetoSeo(_ref) {
|
|
|
3624
3678
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3625
3679
|
width: size,
|
|
3626
3680
|
height: size,
|
|
3627
|
-
viewBox: "0 0
|
|
3681
|
+
viewBox: "0 0 800 800",
|
|
3628
3682
|
fill: "none"
|
|
3629
3683
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3630
|
-
width:
|
|
3631
|
-
height:
|
|
3632
|
-
rx:
|
|
3684
|
+
width: 800,
|
|
3685
|
+
height: 800,
|
|
3686
|
+
rx: 160,
|
|
3633
3687
|
fill: "black"
|
|
3634
3688
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3635
|
-
d: "
|
|
3689
|
+
d: "M385.904 479.959C372.608 466.663 372.608 445.106 385.904 431.81C399.2 418.514 420.757 418.514 434.053 431.81L543.628 541.385C556.924 554.681 556.924 576.238 543.628 589.534C530.332 602.83 508.775 602.83 495.479 589.534L385.904 479.959Z",
|
|
3636
3690
|
fill: "#5BCC5A"
|
|
3637
3691
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3638
|
-
d: "
|
|
3692
|
+
d: "M530.771 400.917C530.771 405.003 527.459 408.315 523.373 408.315L452.202 408.315L452.201 207.691C452.201 203.605 455.514 200.293 459.6 200.293L523.373 200.293C527.459 200.293 530.771 203.605 530.771 207.691L530.771 400.917Z",
|
|
3639
3693
|
fill: "#75DC66"
|
|
3640
3694
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3641
|
-
d: "
|
|
3695
|
+
d: "M452.197 408.315L381.026 408.315C376.94 408.315 373.628 405.003 373.628 400.917L373.628 266.806C373.628 262.72 376.94 259.407 381.026 259.407L452.197 259.407V408.315Z",
|
|
3642
3696
|
fill: "#75DC66"
|
|
3643
3697
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3644
|
-
d: "
|
|
3698
|
+
d: "M501.589 408.316C501.589 478.984 444.301 536.272 373.633 536.272C302.965 536.272 245.677 478.984 245.677 408.316C245.677 337.648 302.965 280.36 373.633 280.36C444.301 280.36 501.589 337.648 501.589 408.316Z",
|
|
3645
3699
|
fill: "#5BCC5A"
|
|
3646
3700
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3647
|
-
d: "
|
|
3701
|
+
d: "M373.631 280.342C373.631 280.342 373.631 280.342 373.631 280.342C403.248 280.342 430.516 290.404 452.2 307.297C482.255 330.71 501.586 367.244 501.588 408.294H381.114C376.981 408.294 373.631 404.943 373.631 400.811L373.631 280.342Z",
|
|
3648
3702
|
fill: "#0DA84C"
|
|
3649
3703
|
}));
|
|
3650
3704
|
};
|
|
@@ -3658,26 +3712,35 @@ var NeetoSite = function NeetoSite(_ref) {
|
|
|
3658
3712
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3659
3713
|
width: size,
|
|
3660
3714
|
height: size,
|
|
3661
|
-
viewBox: "0 0
|
|
3715
|
+
viewBox: "0 0 800 800",
|
|
3662
3716
|
fill: "none"
|
|
3663
3717
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3664
|
-
width:
|
|
3665
|
-
height:
|
|
3666
|
-
rx:
|
|
3718
|
+
width: 800,
|
|
3719
|
+
height: 800,
|
|
3720
|
+
rx: 160,
|
|
3667
3721
|
fill: "black"
|
|
3668
|
-
}), /*#__PURE__*/React.createElement("
|
|
3669
|
-
|
|
3722
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3723
|
+
clipPath: "url(#NeetoSite_js__clip0_511_16500)"
|
|
3724
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3725
|
+
d: "M226.844 317.023C226.844 299.418 241.115 285.147 258.72 285.147H542.423C560.028 285.147 574.3 299.418 574.3 317.023V345.713H226.844V317.023Z",
|
|
3670
3726
|
fill: "#5BCC5A"
|
|
3671
3727
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3672
|
-
d: "
|
|
3728
|
+
d: "M226.844 350.494H574.3V525.816C574.3 543.421 560.028 557.693 542.423 557.693H258.72C241.115 557.693 226.844 543.421 226.844 525.816V350.494Z",
|
|
3673
3729
|
fill: "#5BCC5A"
|
|
3674
3730
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3675
|
-
d: "
|
|
3731
|
+
d: "M454.762 259.645C454.762 250.843 461.898 243.707 470.701 243.707H502.577C511.38 243.707 518.516 250.843 518.516 259.645V453.695L486.639 490.752L454.762 453.695V259.645Z",
|
|
3676
3732
|
fill: "#0DA84C"
|
|
3677
3733
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3678
|
-
d: "
|
|
3734
|
+
d: "M454.762 259.645C454.762 250.843 461.898 243.707 470.701 243.707H502.577C511.38 243.707 518.516 250.843 518.516 259.645V350.494H454.762V259.645Z",
|
|
3679
3735
|
fill: "#75DC66"
|
|
3680
|
-
}))
|
|
3736
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3737
|
+
id: "NeetoSite_js__clip0_511_16500"
|
|
3738
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
3739
|
+
width: 348.3,
|
|
3740
|
+
height: 348.3,
|
|
3741
|
+
fill: "white",
|
|
3742
|
+
transform: "translate(226 226)"
|
|
3743
|
+
}))));
|
|
3681
3744
|
};
|
|
3682
3745
|
|
|
3683
3746
|
var _excluded$1 = ["size"];
|
|
@@ -3689,33 +3752,33 @@ var NeetoTestify = function NeetoTestify(_ref) {
|
|
|
3689
3752
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3690
3753
|
width: size,
|
|
3691
3754
|
height: size,
|
|
3692
|
-
viewBox: "0 0
|
|
3755
|
+
viewBox: "0 0 800 800",
|
|
3693
3756
|
fill: "none"
|
|
3694
3757
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3695
|
-
width:
|
|
3696
|
-
height:
|
|
3697
|
-
rx:
|
|
3758
|
+
width: 800,
|
|
3759
|
+
height: 800,
|
|
3760
|
+
rx: 160,
|
|
3698
3761
|
fill: "black"
|
|
3699
3762
|
}), /*#__PURE__*/React.createElement("g", {
|
|
3700
|
-
clipPath: "url(#
|
|
3763
|
+
clipPath: "url(#NeetoTestify_js__clip0_511_16533)"
|
|
3701
3764
|
}, /*#__PURE__*/React.createElement("path", {
|
|
3702
3765
|
fillRule: "evenodd",
|
|
3703
3766
|
clipRule: "evenodd",
|
|
3704
|
-
d: "
|
|
3767
|
+
d: "M501.234 299.037C495.552 293.354 489.224 288.071 482.359 283.326L485.349 241.442C485.824 234.792 481.493 228.749 475.044 227.061L423.564 213.588C417.23 211.931 410.601 214.936 407.674 220.793L388.661 258.83C371.998 260.381 355.657 264.804 340.76 271.807L306.073 248.807C300.583 245.167 293.288 245.899 288.631 250.556L250.551 288.636C245.894 293.293 245.162 300.587 248.802 306.077L271.788 340.749C264.677 355.784 260.346 371.848 258.795 388.665L220.785 407.676C214.93 410.605 211.926 417.233 213.584 423.565L227.057 475.048C228.745 481.497 234.788 485.828 241.438 485.354L283.321 482.364C288.067 489.229 293.35 495.556 299.032 501.239C304.715 506.921 311.042 512.204 317.907 516.95L314.917 558.833C314.443 565.483 318.774 571.527 325.223 573.214L376.703 586.687C383.037 588.345 389.666 585.339 392.593 579.483L411.606 541.446C428.269 539.894 444.61 535.471 459.507 528.468L494.194 551.468C499.684 555.108 506.978 554.377 511.636 549.719L549.715 511.64C554.373 506.982 555.104 499.688 551.465 494.199L528.479 459.527C535.574 444.507 539.921 428.427 541.472 411.61L579.491 392.612C585.349 389.686 588.355 383.056 586.697 376.721L573.225 325.242C571.538 318.793 565.494 314.462 558.844 314.937L516.961 317.927C512.2 311.047 506.917 304.719 501.234 299.037ZM453.886 453.89C424.245 483.531 376.021 483.531 346.381 453.89C316.74 424.25 316.74 376.026 346.381 346.385C376.021 316.744 424.245 316.745 453.886 346.385C483.526 376.026 483.527 424.25 453.886 453.89Z",
|
|
3705
3768
|
fill: "#5BCC5A"
|
|
3706
3769
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3707
|
-
d: "
|
|
3770
|
+
d: "M482.351 283.326C489.216 288.071 495.543 293.354 501.226 299.037C506.908 304.719 512.191 311.047 516.952 317.927L558.836 314.937C565.485 314.462 571.529 318.793 573.217 325.242L586.689 376.721C588.347 383.056 585.34 389.686 579.483 392.612L541.463 411.61C539.912 428.427 535.566 444.507 528.47 459.527L551.456 494.199C555.096 499.688 554.364 506.982 549.706 511.64L511.627 549.719C506.969 554.377 499.675 555.108 494.185 551.468L460.309 529.005L417.899 474.03C431.093 470.879 443.602 464.166 453.877 453.89C483.518 424.25 483.518 376.026 453.877 346.385C424.236 316.745 376.013 316.744 346.372 346.385C340.92 351.837 336.471 357.917 333.025 364.395L332.932 364.274L387.521 258.94C387.898 258.902 388.275 258.865 388.652 258.83L407.665 220.793C410.592 214.936 417.221 211.931 423.555 213.588L475.035 227.061C481.484 228.749 485.815 234.792 485.341 241.442L482.351 283.326Z",
|
|
3708
3771
|
fill: "#75DC66"
|
|
3709
3772
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3710
|
-
d: "
|
|
3773
|
+
d: "M417.67 473.98L492.633 570.21C497.748 576.776 507.46 577.377 513.346 571.491L571.465 513.372C577.351 507.486 576.751 497.774 570.184 492.659L473.951 417.693C470.819 430.925 464.092 443.481 453.771 453.802C443.451 464.122 430.899 470.848 417.67 473.98Z",
|
|
3711
3774
|
fill: "#0DA84C"
|
|
3712
3775
|
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
3713
|
-
id: "
|
|
3776
|
+
id: "NeetoTestify_js__clip0_511_16533"
|
|
3714
3777
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
3715
|
-
width:
|
|
3716
|
-
height:
|
|
3778
|
+
width: 375.3,
|
|
3779
|
+
height: 375.3,
|
|
3717
3780
|
fill: "white",
|
|
3718
|
-
transform: "translate(
|
|
3781
|
+
transform: "translate(211.85 211.85)"
|
|
3719
3782
|
}))));
|
|
3720
3783
|
};
|
|
3721
3784
|
|
|
@@ -3728,24 +3791,24 @@ var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
|
3728
3791
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3729
3792
|
width: size,
|
|
3730
3793
|
height: size,
|
|
3731
|
-
viewBox: "0 0
|
|
3794
|
+
viewBox: "0 0 800 800",
|
|
3732
3795
|
fill: "none"
|
|
3733
3796
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
3734
|
-
width:
|
|
3735
|
-
height:
|
|
3736
|
-
rx:
|
|
3797
|
+
width: 800,
|
|
3798
|
+
height: 800,
|
|
3799
|
+
rx: 160,
|
|
3737
3800
|
fill: "black"
|
|
3738
3801
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3739
|
-
d: "
|
|
3802
|
+
d: "M572.797 413.294V542.485C572.797 559.227 559.225 572.8 542.482 572.8H257.515C240.772 572.8 227.2 559.227 227.2 542.485L227.2 413.294H572.797Z",
|
|
3740
3803
|
fill: "#5BCC5A"
|
|
3741
3804
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3742
|
-
d: "
|
|
3805
|
+
d: "M386.706 227.2L386.706 386.707L227.2 386.707L227.2 257.516C227.2 240.773 240.773 227.2 257.515 227.2L386.706 227.2Z",
|
|
3743
3806
|
fill: "#5BCC5A"
|
|
3744
3807
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3745
|
-
d: "
|
|
3808
|
+
d: "M542.482 227.2C559.225 227.2 572.797 240.773 572.797 257.516V542.485C572.797 559.227 559.225 572.8 542.482 572.8L413.291 572.798V227.2L542.482 227.2Z",
|
|
3746
3809
|
fill: "#75DC66"
|
|
3747
3810
|
}), /*#__PURE__*/React.createElement("path", {
|
|
3748
|
-
d: "
|
|
3811
|
+
d: "M413.291 572.798L413.291 413.291L572.797 413.294V542.485C572.797 559.125 559.39 572.633 542.788 572.798L413.291 572.798Z",
|
|
3749
3812
|
fill: "#0DA84C"
|
|
3750
3813
|
}));
|
|
3751
3814
|
};
|