@bigbinary/neeto-icons 1.12.0 → 1.12.3
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 +6078 -0
- package/dist/app-icons.cjs.js.map +1 -0
- package/dist/app-icons.js +3317 -839
- package/dist/app-icons.js.map +1 -1
- package/dist/{index-881eb5c0.js → misc.cjs.js} +856 -4
- package/dist/misc.cjs.js.map +1 -0
- package/dist/misc.js +2692 -202
- package/dist/misc.js.map +1 -1
- package/dist/neeto-icons.cjs.js +9606 -0
- package/dist/neeto-icons.cjs.js.map +1 -0
- package/dist/neeto-icons.js +3504 -1243
- package/dist/neeto-icons.js.map +1 -1
- package/dist/{index-3dd40946.js → neeto-logos.cjs.js} +2053 -2
- package/dist/neeto-logos.cjs.js.map +1 -0
- package/dist/neeto-logos.js +3034 -625
- package/dist/neeto-logos.js.map +1 -1
- package/dist/typeface-logos.cjs.js +5649 -0
- package/dist/typeface-logos.cjs.js.map +1 -0
- package/dist/typeface-logos.js +3282 -880
- package/dist/typeface-logos.js.map +1 -1
- package/package.json +1 -1
- package/dist/index-3dd40946.js.map +0 -1
- package/dist/index-881eb5c0.js.map +0 -1
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
1
5
|
function _extends() {
|
|
2
6
|
_extends = Object.assign || function (target) {
|
|
3
7
|
for (var i = 1; i < arguments.length; i++) {
|
|
@@ -2510,5 +2514,2052 @@ if (process.env.NODE_ENV === 'production') {
|
|
|
2510
2514
|
|
|
2511
2515
|
var React = react.exports;
|
|
2512
2516
|
|
|
2513
|
-
|
|
2514
|
-
|
|
2517
|
+
var _excluded$r = ["size"];
|
|
2518
|
+
var NeetoGit = function NeetoGit(_ref) {
|
|
2519
|
+
var _ref$size = _ref.size,
|
|
2520
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2521
|
+
props = _objectWithoutProperties(_ref, _excluded$r);
|
|
2522
|
+
|
|
2523
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2524
|
+
width: size,
|
|
2525
|
+
height: size,
|
|
2526
|
+
fill: "none",
|
|
2527
|
+
viewBox: "0 0 140 140"
|
|
2528
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
2529
|
+
fill: "url(#NeetoGit_js__a)",
|
|
2530
|
+
d: "M140 70c0-38.66-31.34-70-70-70H0v140h140V70Z"
|
|
2531
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
2532
|
+
filter: "url(#NeetoGit_js__b)"
|
|
2533
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
2534
|
+
fill: "#fff",
|
|
2535
|
+
d: "M36 36h22.214v17.16a7.257 7.257 0 0 0 0 13.772v13.124a7.253 7.253 0 1 0 4.533 0V66.944a7.244 7.244 0 0 0 2.54-1.45l7.758 4.48a7.253 7.253 0 1 0 2.235-3.945l-7.692-4.44a7.257 7.257 0 0 0-4.84-8.441V36H70c18.778 0 34 15.222 34 34v34H36V36Z"
|
|
2536
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
2537
|
+
id: "NeetoGit_js__a",
|
|
2538
|
+
x1: 216.5,
|
|
2539
|
+
x2: -80,
|
|
2540
|
+
y1: 256,
|
|
2541
|
+
y2: -86.5,
|
|
2542
|
+
gradientUnits: "userSpaceOnUse"
|
|
2543
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
2544
|
+
stopColor: "#FF4E6E"
|
|
2545
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
2546
|
+
offset: 0.696,
|
|
2547
|
+
stopColor: "#FF8B8B"
|
|
2548
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
2549
|
+
id: "NeetoGit_js__b",
|
|
2550
|
+
width: 74,
|
|
2551
|
+
height: 75,
|
|
2552
|
+
x: 36,
|
|
2553
|
+
y: 36,
|
|
2554
|
+
colorInterpolationFilters: "sRGB",
|
|
2555
|
+
filterUnits: "userSpaceOnUse"
|
|
2556
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
2557
|
+
floodOpacity: 0,
|
|
2558
|
+
result: "BackgroundImageFix"
|
|
2559
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
2560
|
+
in: "SourceAlpha",
|
|
2561
|
+
result: "hardAlpha",
|
|
2562
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
2563
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
2564
|
+
dx: 3,
|
|
2565
|
+
dy: 4
|
|
2566
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
2567
|
+
stdDeviation: 1.5
|
|
2568
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
2569
|
+
in2: "hardAlpha",
|
|
2570
|
+
operator: "out"
|
|
2571
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
2572
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
2573
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
2574
|
+
in2: "BackgroundImageFix",
|
|
2575
|
+
result: "effect1_dropShadow_3478_4243"
|
|
2576
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
2577
|
+
in: "SourceGraphic",
|
|
2578
|
+
in2: "effect1_dropShadow_3478_4243",
|
|
2579
|
+
result: "shape"
|
|
2580
|
+
}))));
|
|
2581
|
+
};
|
|
2582
|
+
|
|
2583
|
+
var _excluded$q = ["size"];
|
|
2584
|
+
var Neeto = function Neeto(_ref) {
|
|
2585
|
+
var _ref$size = _ref.size,
|
|
2586
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2587
|
+
props = _objectWithoutProperties(_ref, _excluded$q);
|
|
2588
|
+
|
|
2589
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2590
|
+
width: size,
|
|
2591
|
+
height: size,
|
|
2592
|
+
fill: "none",
|
|
2593
|
+
viewBox: "0 0 415 415"
|
|
2594
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
2595
|
+
fill: "#0043AC",
|
|
2596
|
+
d: "M414.989 207.495C414.989 92.899 322.091 0 207.495 0H0v414.989h414.989V207.495Z"
|
|
2597
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
2598
|
+
id: "Neeto_js__a",
|
|
2599
|
+
width: 415,
|
|
2600
|
+
height: 415,
|
|
2601
|
+
x: 0,
|
|
2602
|
+
y: 0,
|
|
2603
|
+
maskUnits: "userSpaceOnUse",
|
|
2604
|
+
style: {
|
|
2605
|
+
maskType: "alpha"
|
|
2606
|
+
}
|
|
2607
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
2608
|
+
fill: "#0043AC",
|
|
2609
|
+
d: "M414.989 207.495C414.989 92.899 322.091 0 207.495 0H0v414.989h414.989V207.495Z"
|
|
2610
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
2611
|
+
mask: "url(#Neeto_js__a)"
|
|
2612
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
2613
|
+
fill: "url(#Neeto_js__b)",
|
|
2614
|
+
d: "M233.747 348.74c88.579 101.145 172.015 116.411 202.661 111.401v32.491H-8.032V230.487c43.685-2.726 153.2 17.108 241.779 118.253Z"
|
|
2615
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
2616
|
+
fill: "#fff",
|
|
2617
|
+
d: "m74.965 99.783 78.777 78.777v175.062H74.965V99.782Z"
|
|
2618
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2619
|
+
fill: "#fff",
|
|
2620
|
+
d: "M162.496 169.807h43.765c29.005 0 52.518 23.514 52.518 52.519v131.296h78.778V222.326c0-72.513-58.783-131.296-131.296-131.296H83.718l78.778 78.777Z"
|
|
2621
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
2622
|
+
id: "Neeto_js__b",
|
|
2623
|
+
cx: 0,
|
|
2624
|
+
cy: 0,
|
|
2625
|
+
r: 1,
|
|
2626
|
+
gradientTransform: "rotate(47.118 -220.556 214.818) scale(427.964 725.049)",
|
|
2627
|
+
gradientUnits: "userSpaceOnUse"
|
|
2628
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
2629
|
+
stopColor: "#0043AC"
|
|
2630
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
2631
|
+
offset: 1,
|
|
2632
|
+
stopColor: "#3DB1CA",
|
|
2633
|
+
stopOpacity: 0.8
|
|
2634
|
+
}))));
|
|
2635
|
+
};
|
|
2636
|
+
|
|
2637
|
+
var _excluded$p = ["size"];
|
|
2638
|
+
var NeetoAnalytics = function NeetoAnalytics(_ref) {
|
|
2639
|
+
var _ref$size = _ref.size,
|
|
2640
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2641
|
+
props = _objectWithoutProperties(_ref, _excluded$p);
|
|
2642
|
+
|
|
2643
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2644
|
+
width: size,
|
|
2645
|
+
height: size,
|
|
2646
|
+
fill: "none",
|
|
2647
|
+
viewBox: "0 0 40 40"
|
|
2648
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
2649
|
+
fill: "url(#NeetoAnalytics_js__a)",
|
|
2650
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
2651
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
2652
|
+
fill: "#fff",
|
|
2653
|
+
filter: "url(#NeetoAnalytics_js__b)"
|
|
2654
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
2655
|
+
d: "M8.571 18.987h2.705v4.734H8.571zM12.358 15.606h2.705v8.115h-2.705zM16.145 11.143h2.706V23.72h-2.706V11.143Z"
|
|
2656
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2657
|
+
fillRule: "evenodd",
|
|
2658
|
+
d: "M24.251 26.158a1.467 1.467 0 0 1 2.064.208l4.782 5.851a1.467 1.467 0 1 1-2.271 1.857l-4.782-5.852a1.467 1.467 0 0 1 .207-2.064Z",
|
|
2659
|
+
clipRule: "evenodd"
|
|
2660
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2661
|
+
fillRule: "evenodd",
|
|
2662
|
+
d: "M26.863 20.599a6.522 6.522 0 0 0-6.448-6.522v-2.934a9.456 9.456 0 1 1-8.268 14.18h3.695a6.497 6.497 0 0 0 4.498 1.798 6.487 6.487 0 0 0 3.858-1.262 6.511 6.511 0 0 0 2.665-5.26Z",
|
|
2663
|
+
clipRule: "evenodd"
|
|
2664
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
2665
|
+
id: "NeetoAnalytics_js__a",
|
|
2666
|
+
x1: 40,
|
|
2667
|
+
x2: 5,
|
|
2668
|
+
y1: 59,
|
|
2669
|
+
y2: -3.143,
|
|
2670
|
+
gradientUnits: "userSpaceOnUse"
|
|
2671
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
2672
|
+
stopColor: "#8588FF"
|
|
2673
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
2674
|
+
offset: 1,
|
|
2675
|
+
stopColor: "#63D9FE"
|
|
2676
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
2677
|
+
id: "NeetoAnalytics_js__b",
|
|
2678
|
+
width: 23.658,
|
|
2679
|
+
height: 24.404,
|
|
2680
|
+
x: 8.571,
|
|
2681
|
+
y: 11.143,
|
|
2682
|
+
colorInterpolationFilters: "sRGB",
|
|
2683
|
+
filterUnits: "userSpaceOnUse"
|
|
2684
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
2685
|
+
floodOpacity: 0,
|
|
2686
|
+
result: "BackgroundImageFix"
|
|
2687
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
2688
|
+
in: "SourceAlpha",
|
|
2689
|
+
result: "hardAlpha",
|
|
2690
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
2691
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
2692
|
+
dx: 0.401,
|
|
2693
|
+
dy: 0.534
|
|
2694
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
2695
|
+
stdDeviation: 0.2
|
|
2696
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
2697
|
+
in2: "hardAlpha",
|
|
2698
|
+
operator: "out"
|
|
2699
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
2700
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
2701
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
2702
|
+
in2: "BackgroundImageFix",
|
|
2703
|
+
result: "effect1_dropShadow_3204_320"
|
|
2704
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
2705
|
+
in: "SourceGraphic",
|
|
2706
|
+
in2: "effect1_dropShadow_3204_320",
|
|
2707
|
+
result: "shape"
|
|
2708
|
+
}))));
|
|
2709
|
+
};
|
|
2710
|
+
|
|
2711
|
+
var _excluded$o = ["size"];
|
|
2712
|
+
var NeetoCal = function NeetoCal(_ref) {
|
|
2713
|
+
var _ref$size = _ref.size,
|
|
2714
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2715
|
+
props = _objectWithoutProperties(_ref, _excluded$o);
|
|
2716
|
+
|
|
2717
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2718
|
+
width: size,
|
|
2719
|
+
height: size,
|
|
2720
|
+
fill: "none",
|
|
2721
|
+
viewBox: "0 0 40 40"
|
|
2722
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
2723
|
+
fill: "url(#NeetoCal_js__a)",
|
|
2724
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
2725
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
2726
|
+
fill: "#fff",
|
|
2727
|
+
filter: "url(#NeetoCal_js__b)"
|
|
2728
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
2729
|
+
width: 2.399,
|
|
2730
|
+
height: 2.399,
|
|
2731
|
+
x: 14.123,
|
|
2732
|
+
y: 22.222,
|
|
2733
|
+
rx: 0.24
|
|
2734
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
2735
|
+
width: 2.399,
|
|
2736
|
+
height: 2.399,
|
|
2737
|
+
x: 14.123,
|
|
2738
|
+
y: 25.34,
|
|
2739
|
+
rx: 0.24
|
|
2740
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
2741
|
+
width: 2.399,
|
|
2742
|
+
height: 2.399,
|
|
2743
|
+
x: 17.242,
|
|
2744
|
+
y: 19.104,
|
|
2745
|
+
rx: 0.24
|
|
2746
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
2747
|
+
width: 2.399,
|
|
2748
|
+
height: 2.399,
|
|
2749
|
+
x: 17.242,
|
|
2750
|
+
y: 22.222,
|
|
2751
|
+
rx: 0.24
|
|
2752
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
2753
|
+
width: 2.399,
|
|
2754
|
+
height: 2.399,
|
|
2755
|
+
x: 17.242,
|
|
2756
|
+
y: 25.34,
|
|
2757
|
+
rx: 0.24
|
|
2758
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
2759
|
+
width: 2.399,
|
|
2760
|
+
height: 2.399,
|
|
2761
|
+
x: 20.36,
|
|
2762
|
+
y: 19.104,
|
|
2763
|
+
rx: 0.24
|
|
2764
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
2765
|
+
width: 2.399,
|
|
2766
|
+
height: 2.399,
|
|
2767
|
+
x: 23.478,
|
|
2768
|
+
y: 19.104,
|
|
2769
|
+
rx: 0.24
|
|
2770
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
2771
|
+
width: 2.399,
|
|
2772
|
+
height: 2.399,
|
|
2773
|
+
x: 20.36,
|
|
2774
|
+
y: 22.222,
|
|
2775
|
+
rx: 0.24
|
|
2776
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
2777
|
+
width: 2.399,
|
|
2778
|
+
height: 2.399,
|
|
2779
|
+
x: 20.36,
|
|
2780
|
+
y: 25.34,
|
|
2781
|
+
rx: 0.24
|
|
2782
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
2783
|
+
width: 2.399,
|
|
2784
|
+
height: 2.399,
|
|
2785
|
+
x: 23.478,
|
|
2786
|
+
y: 22.222,
|
|
2787
|
+
rx: 0.24
|
|
2788
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
2789
|
+
width: 1.799,
|
|
2790
|
+
height: 3.358,
|
|
2791
|
+
x: 14.963,
|
|
2792
|
+
y: 11.428,
|
|
2793
|
+
rx: 0.899
|
|
2794
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
2795
|
+
width: 1.799,
|
|
2796
|
+
height: 3.358,
|
|
2797
|
+
x: 23.238,
|
|
2798
|
+
y: 11.428,
|
|
2799
|
+
rx: 0.899
|
|
2800
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2801
|
+
fillRule: "evenodd",
|
|
2802
|
+
d: "M22.878 12.868h-5.756v1.02a1.26 1.26 0 1 1-2.519 0v-1.02h-1.2a3.118 3.118 0 0 0-3.117 3.118V28.46a3.118 3.118 0 0 0 3.118 3.118h13.192a3.118 3.118 0 0 0 3.118-3.118V15.986a3.118 3.118 0 0 0-3.118-3.118h-1.2v1.02a1.26 1.26 0 1 1-2.518 0v-1.02Zm-9.714 4.797a.48.48 0 0 0-.48.48v10.554c0 .265.215.48.48.48h13.672a.48.48 0 0 0 .48-.48V18.145a.48.48 0 0 0-.48-.48H13.164Z",
|
|
2803
|
+
clipRule: "evenodd"
|
|
2804
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
2805
|
+
id: "NeetoCal_js__a",
|
|
2806
|
+
x1: 40,
|
|
2807
|
+
x2: 21.122,
|
|
2808
|
+
y1: 48.143,
|
|
2809
|
+
y2: 4.673,
|
|
2810
|
+
gradientUnits: "userSpaceOnUse"
|
|
2811
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
2812
|
+
stopColor: "#EE4D5F"
|
|
2813
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
2814
|
+
offset: 1,
|
|
2815
|
+
stopColor: "#FFCDA5"
|
|
2816
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
2817
|
+
id: "NeetoCal_js__b",
|
|
2818
|
+
width: 21.143,
|
|
2819
|
+
height: 22.148,
|
|
2820
|
+
x: 10.286,
|
|
2821
|
+
y: 11.428,
|
|
2822
|
+
colorInterpolationFilters: "sRGB",
|
|
2823
|
+
filterUnits: "userSpaceOnUse"
|
|
2824
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
2825
|
+
floodOpacity: 0,
|
|
2826
|
+
result: "BackgroundImageFix"
|
|
2827
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
2828
|
+
in: "SourceAlpha",
|
|
2829
|
+
result: "hardAlpha",
|
|
2830
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
2831
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
2832
|
+
dx: 0.857,
|
|
2833
|
+
dy: 1.143
|
|
2834
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
2835
|
+
stdDeviation: 0.429
|
|
2836
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
2837
|
+
in2: "hardAlpha",
|
|
2838
|
+
operator: "out"
|
|
2839
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
2840
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
2841
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
2842
|
+
in2: "BackgroundImageFix",
|
|
2843
|
+
result: "effect1_dropShadow_3204_328"
|
|
2844
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
2845
|
+
in: "SourceGraphic",
|
|
2846
|
+
in2: "effect1_dropShadow_3204_328",
|
|
2847
|
+
result: "shape"
|
|
2848
|
+
}))));
|
|
2849
|
+
};
|
|
2850
|
+
|
|
2851
|
+
var _excluded$n = ["size"];
|
|
2852
|
+
var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
2853
|
+
var _ref$size = _ref.size,
|
|
2854
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2855
|
+
props = _objectWithoutProperties(_ref, _excluded$n);
|
|
2856
|
+
|
|
2857
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2858
|
+
width: size,
|
|
2859
|
+
height: size,
|
|
2860
|
+
fill: "none",
|
|
2861
|
+
viewBox: "0 0 40 40"
|
|
2862
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
2863
|
+
fill: "url(#NeetoChangelog_js__a)",
|
|
2864
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
2865
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
2866
|
+
fill: "#fff",
|
|
2867
|
+
filter: "url(#NeetoChangelog_js__b)"
|
|
2868
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
2869
|
+
width: 2.43,
|
|
2870
|
+
height: 15.749,
|
|
2871
|
+
x: 25.208,
|
|
2872
|
+
y: 13.429,
|
|
2873
|
+
rx: 1.215
|
|
2874
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2875
|
+
fillRule: "evenodd",
|
|
2876
|
+
d: "M29.087 23.329a1.514 1.514 0 0 0 2.056-1.413v-1.132a1.514 1.514 0 0 0-2.056-1.414v3.959Z",
|
|
2877
|
+
clipRule: "evenodd"
|
|
2878
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2879
|
+
d: "M12.219 23.248c-.032-.278.017-.56.142-.811.682-1.375 2.753-.89 2.753.645v6.809a1.062 1.062 0 0 1-2.118.121l-.777-6.764Z"
|
|
2880
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
2881
|
+
fillRule: "evenodd",
|
|
2882
|
+
d: "M9.312 18.061a.935.935 0 0 0-.74.915v5.012c0 .449.318.834.759.918l5.76 1.1v-9.17l-5.779 1.226Zm7.157-1.517v9.726l8.74 1.669V14.69l-8.74 1.854Z",
|
|
2883
|
+
clipRule: "evenodd"
|
|
2884
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
2885
|
+
id: "NeetoChangelog_js__a",
|
|
2886
|
+
x1: 43.143,
|
|
2887
|
+
x2: 6.286,
|
|
2888
|
+
y1: 51.857,
|
|
2889
|
+
y2: -3.571,
|
|
2890
|
+
gradientUnits: "userSpaceOnUse"
|
|
2891
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
2892
|
+
stopColor: "#FFA768"
|
|
2893
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
2894
|
+
offset: 0.699,
|
|
2895
|
+
stopColor: "#FF8787"
|
|
2896
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
2897
|
+
id: "NeetoChangelog_js__b",
|
|
2898
|
+
width: 24.286,
|
|
2899
|
+
height: 19.524,
|
|
2900
|
+
x: 8.572,
|
|
2901
|
+
y: 13.429,
|
|
2902
|
+
colorInterpolationFilters: "sRGB",
|
|
2903
|
+
filterUnits: "userSpaceOnUse"
|
|
2904
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
2905
|
+
floodOpacity: 0,
|
|
2906
|
+
result: "BackgroundImageFix"
|
|
2907
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
2908
|
+
in: "SourceAlpha",
|
|
2909
|
+
result: "hardAlpha",
|
|
2910
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
2911
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
2912
|
+
dx: 0.857,
|
|
2913
|
+
dy: 1.143
|
|
2914
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
2915
|
+
stdDeviation: 0.429
|
|
2916
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
2917
|
+
in2: "hardAlpha",
|
|
2918
|
+
operator: "out"
|
|
2919
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
2920
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
2921
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
2922
|
+
in2: "BackgroundImageFix",
|
|
2923
|
+
result: "effect1_dropShadow_3193_166"
|
|
2924
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
2925
|
+
in: "SourceGraphic",
|
|
2926
|
+
in2: "effect1_dropShadow_3193_166",
|
|
2927
|
+
result: "shape"
|
|
2928
|
+
}))));
|
|
2929
|
+
};
|
|
2930
|
+
|
|
2931
|
+
var _excluded$m = ["size"];
|
|
2932
|
+
var NeetoChat = function NeetoChat(_ref) {
|
|
2933
|
+
var _ref$size = _ref.size,
|
|
2934
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2935
|
+
props = _objectWithoutProperties(_ref, _excluded$m);
|
|
2936
|
+
|
|
2937
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2938
|
+
width: size,
|
|
2939
|
+
height: size,
|
|
2940
|
+
fill: "none",
|
|
2941
|
+
viewBox: "0 0 40 40"
|
|
2942
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
2943
|
+
clipPath: "url(#NeetoChat_js__a)"
|
|
2944
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
2945
|
+
fill: "url(#NeetoChat_js__b)",
|
|
2946
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
2947
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
2948
|
+
filter: "url(#NeetoChat_js__c)"
|
|
2949
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
2950
|
+
fill: "#fff",
|
|
2951
|
+
d: "M18.33 13.165h3.848c2.041 0 3.999.787 5.442 2.19a7.372 7.372 0 0 1 2.254 5.288c0 1.983-.81 3.885-2.254 5.287a7.812 7.812 0 0 1-5.442 2.19v3.272c-4.81-1.87-11.544-4.673-11.544-10.75 0-.981.199-1.954.586-2.861a7.468 7.468 0 0 1 1.668-2.426 7.714 7.714 0 0 1 2.497-1.621 7.892 7.892 0 0 1 2.945-.57Z"
|
|
2952
|
+
}))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
2953
|
+
id: "NeetoChat_js__b",
|
|
2954
|
+
x1: 21.308,
|
|
2955
|
+
x2: 21.122,
|
|
2956
|
+
y1: 56.075,
|
|
2957
|
+
y2: 4.673,
|
|
2958
|
+
gradientUnits: "userSpaceOnUse"
|
|
2959
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
2960
|
+
stopColor: "#A368DC"
|
|
2961
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
2962
|
+
offset: 1,
|
|
2963
|
+
stopColor: "#8886FF"
|
|
2964
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
2965
|
+
id: "NeetoChat_js__a"
|
|
2966
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
2967
|
+
fill: "#fff",
|
|
2968
|
+
d: "M0 0h40v40H0z"
|
|
2969
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
2970
|
+
id: "NeetoChat_js__c",
|
|
2971
|
+
width: 23.406,
|
|
2972
|
+
height: 22.393,
|
|
2973
|
+
x: 8.551,
|
|
2974
|
+
y: 11.915,
|
|
2975
|
+
colorInterpolationFilters: "sRGB",
|
|
2976
|
+
filterUnits: "userSpaceOnUse"
|
|
2977
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
2978
|
+
floodOpacity: 0,
|
|
2979
|
+
result: "BackgroundImageFix"
|
|
2980
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
2981
|
+
in: "SourceAlpha",
|
|
2982
|
+
result: "hardAlpha",
|
|
2983
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
2984
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
2985
|
+
dy: 0.833
|
|
2986
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
2987
|
+
stdDeviation: 1.041
|
|
2988
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
2989
|
+
in2: "hardAlpha",
|
|
2990
|
+
operator: "out"
|
|
2991
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
2992
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"
|
|
2993
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
2994
|
+
in2: "BackgroundImageFix",
|
|
2995
|
+
result: "effect1_dropShadow_3083_351"
|
|
2996
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
2997
|
+
in: "SourceGraphic",
|
|
2998
|
+
in2: "effect1_dropShadow_3083_351",
|
|
2999
|
+
result: "shape"
|
|
3000
|
+
}))));
|
|
3001
|
+
};
|
|
3002
|
+
|
|
3003
|
+
var _excluded$l = ["size"];
|
|
3004
|
+
var NeetoCi = function NeetoCi(_ref) {
|
|
3005
|
+
var _ref$size = _ref.size,
|
|
3006
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3007
|
+
props = _objectWithoutProperties(_ref, _excluded$l);
|
|
3008
|
+
|
|
3009
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3010
|
+
width: size,
|
|
3011
|
+
height: size,
|
|
3012
|
+
fill: "none",
|
|
3013
|
+
viewBox: "0 0 40 40"
|
|
3014
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
3015
|
+
fill: "url(#NeetoCi_js__a)",
|
|
3016
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
3017
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3018
|
+
filter: "url(#NeetoCi_js__b)"
|
|
3019
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3020
|
+
fill: "#fff",
|
|
3021
|
+
d: "M29.463 12H10.537a.822.822 0 0 0-.823.823v18.926c0 .455.368.822.823.822h18.926a.822.822 0 0 0 .823-.822V12.823a.822.822 0 0 0-.823-.823Zm-9.435 10.443-4.937 4.14a.204.204 0 0 1-.337-.157v-1.613c0-.059.029-.118.075-.156l2.823-2.371-2.823-2.371a.198.198 0 0 1-.075-.157v-1.612c0-.175.203-.27.337-.157l4.937 4.137c.1.083.1.234 0 .317Zm5.218 3.983c0 .113-.088.205-.193.205h-4.757c-.106 0-.193-.092-.193-.205V25.19c0-.113.087-.205.193-.205h4.757c.105 0 .193.092.193.205v1.235Z"
|
|
3022
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
3023
|
+
id: "NeetoCi_js__a",
|
|
3024
|
+
x1: 40,
|
|
3025
|
+
x2: -22.857,
|
|
3026
|
+
y1: 48.143,
|
|
3027
|
+
y2: -24.714,
|
|
3028
|
+
gradientUnits: "userSpaceOnUse"
|
|
3029
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
3030
|
+
stopColor: "#FF85B8"
|
|
3031
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
3032
|
+
offset: 1,
|
|
3033
|
+
stopColor: "#EF8F59"
|
|
3034
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
3035
|
+
id: "NeetoCi_js__b",
|
|
3036
|
+
width: 22.286,
|
|
3037
|
+
height: 22.571,
|
|
3038
|
+
x: 9.714,
|
|
3039
|
+
y: 12,
|
|
3040
|
+
colorInterpolationFilters: "sRGB",
|
|
3041
|
+
filterUnits: "userSpaceOnUse"
|
|
3042
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
3043
|
+
floodOpacity: 0,
|
|
3044
|
+
result: "BackgroundImageFix"
|
|
3045
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3046
|
+
in: "SourceAlpha",
|
|
3047
|
+
result: "hardAlpha",
|
|
3048
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3049
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
3050
|
+
dx: 0.857,
|
|
3051
|
+
dy: 1.143
|
|
3052
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
3053
|
+
stdDeviation: 0.429
|
|
3054
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
3055
|
+
in2: "hardAlpha",
|
|
3056
|
+
operator: "out"
|
|
3057
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3058
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
3059
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3060
|
+
in2: "BackgroundImageFix",
|
|
3061
|
+
result: "effect1_dropShadow_3193_176"
|
|
3062
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3063
|
+
in: "SourceGraphic",
|
|
3064
|
+
in2: "effect1_dropShadow_3193_176",
|
|
3065
|
+
result: "shape"
|
|
3066
|
+
}))));
|
|
3067
|
+
};
|
|
3068
|
+
|
|
3069
|
+
var _excluded$k = ["size"];
|
|
3070
|
+
var NeetoCourse = function NeetoCourse(_ref) {
|
|
3071
|
+
var _ref$size = _ref.size,
|
|
3072
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3073
|
+
props = _objectWithoutProperties(_ref, _excluded$k);
|
|
3074
|
+
|
|
3075
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3076
|
+
width: size,
|
|
3077
|
+
height: size,
|
|
3078
|
+
fill: "none",
|
|
3079
|
+
viewBox: "0 0 40 40"
|
|
3080
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
3081
|
+
fill: "url(#NeetoCourse_js__a)",
|
|
3082
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
3083
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3084
|
+
fill: "#fff",
|
|
3085
|
+
filter: "url(#NeetoCourse_js__b)"
|
|
3086
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3087
|
+
fillRule: "evenodd",
|
|
3088
|
+
d: "M20 8.286c5.365 0 9.714 4.349 9.714 9.714v9.714H10.286V8.286H20Zm4.34 4.274a.971.971 0 0 0-.972.971v11.01a.972.972 0 0 0 1.943 0V13.53a.971.971 0 0 0-.972-.971Z",
|
|
3089
|
+
clipRule: "evenodd"
|
|
3090
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3091
|
+
fillRule: "evenodd",
|
|
3092
|
+
d: "M15.648 26.937c0-.43.348-.777.777-.777H26.8a2.914 2.914 0 0 1 0 5.828H10.286V29.82h1.554v.614H26.8a1.36 1.36 0 0 0 0-2.72H16.425a.777.777 0 0 1-.777-.777Z",
|
|
3093
|
+
clipRule: "evenodd"
|
|
3094
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3095
|
+
d: "M28.419 26.549h1.295v2.59H28.42v-2.59Z"
|
|
3096
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
3097
|
+
id: "NeetoCourse_js__a",
|
|
3098
|
+
x1: 40,
|
|
3099
|
+
x2: -6.857,
|
|
3100
|
+
y1: 48.143,
|
|
3101
|
+
y2: -9.714,
|
|
3102
|
+
gradientUnits: "userSpaceOnUse"
|
|
3103
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
3104
|
+
stopColor: "#59CBEF"
|
|
3105
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
3106
|
+
offset: 1,
|
|
3107
|
+
stopColor: "#8CD672"
|
|
3108
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
3109
|
+
id: "NeetoCourse_js__b",
|
|
3110
|
+
width: 21.143,
|
|
3111
|
+
height: 25.703,
|
|
3112
|
+
x: 10.286,
|
|
3113
|
+
y: 8.286,
|
|
3114
|
+
colorInterpolationFilters: "sRGB",
|
|
3115
|
+
filterUnits: "userSpaceOnUse"
|
|
3116
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
3117
|
+
floodOpacity: 0,
|
|
3118
|
+
result: "BackgroundImageFix"
|
|
3119
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3120
|
+
in: "SourceAlpha",
|
|
3121
|
+
result: "hardAlpha",
|
|
3122
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3123
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
3124
|
+
dx: 0.857,
|
|
3125
|
+
dy: 1.143
|
|
3126
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
3127
|
+
stdDeviation: 0.429
|
|
3128
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
3129
|
+
in2: "hardAlpha",
|
|
3130
|
+
operator: "out"
|
|
3131
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3132
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
3133
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3134
|
+
in2: "BackgroundImageFix",
|
|
3135
|
+
result: "effect1_dropShadow_3193_169"
|
|
3136
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3137
|
+
in: "SourceGraphic",
|
|
3138
|
+
in2: "effect1_dropShadow_3193_169",
|
|
3139
|
+
result: "shape"
|
|
3140
|
+
}))));
|
|
3141
|
+
};
|
|
3142
|
+
|
|
3143
|
+
var _excluded$j = ["size"];
|
|
3144
|
+
var NeetoCrm = function NeetoCrm(_ref) {
|
|
3145
|
+
var _ref$size = _ref.size,
|
|
3146
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3147
|
+
props = _objectWithoutProperties(_ref, _excluded$j);
|
|
3148
|
+
|
|
3149
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3150
|
+
width: size,
|
|
3151
|
+
height: size,
|
|
3152
|
+
fill: "none",
|
|
3153
|
+
viewBox: "0 0 40 40"
|
|
3154
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
3155
|
+
fill: "url(#NeetoCrm_js__a)",
|
|
3156
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
3157
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3158
|
+
fill: "#fff",
|
|
3159
|
+
fillRule: "evenodd",
|
|
3160
|
+
clipPath: "url(#NeetoCrm_js__b)",
|
|
3161
|
+
clipRule: "evenodd",
|
|
3162
|
+
filter: "url(#NeetoCrm_js__c)"
|
|
3163
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3164
|
+
d: "M15.278 20.913a1.942 1.942 0 1 0-2.746 2.746 1.942 1.942 0 0 0 2.746-2.746Zm1.564-1.565a4.154 4.154 0 1 0-5.874 5.875 4.154 4.154 0 0 0 5.874-5.875ZM27.468 14.818a1.942 1.942 0 1 0-2.746 2.746 1.942 1.942 0 0 0 2.746-2.746Zm1.564-1.564a4.154 4.154 0 1 0-5.875 5.874 4.154 4.154 0 0 0 5.875-5.874ZM27.468 27.007a1.942 1.942 0 1 0-2.746 2.747 1.942 1.942 0 0 0 2.746-2.747Zm1.564-1.564a4.154 4.154 0 1 0-5.875 5.875 4.154 4.154 0 0 0 5.875-5.875Z"
|
|
3165
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3166
|
+
d: "M24.372 17.048c.273.547.052 1.211-.494 1.484l-6.766 3.383a1.106 1.106 0 0 1-.99-1.978l6.767-3.383a1.106 1.106 0 0 1 1.483.494ZM15.628 23.151a1.106 1.106 0 0 1 1.484-.494l6.766 3.383a1.106 1.106 0 0 1-.99 1.978l-6.765-3.383a1.106 1.106 0 0 1-.495-1.484Z"
|
|
3167
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
3168
|
+
id: "NeetoCrm_js__a",
|
|
3169
|
+
x1: 40,
|
|
3170
|
+
x2: 21.122,
|
|
3171
|
+
y1: 48.143,
|
|
3172
|
+
y2: 4.673,
|
|
3173
|
+
gradientUnits: "userSpaceOnUse"
|
|
3174
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
3175
|
+
stopColor: "#609AF0"
|
|
3176
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
3177
|
+
offset: 1,
|
|
3178
|
+
stopColor: "#6BD1F1"
|
|
3179
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
3180
|
+
id: "NeetoCrm_js__b"
|
|
3181
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3182
|
+
fill: "#fff",
|
|
3183
|
+
d: "M6.286 8.571h27.429v27.43H6.285z"
|
|
3184
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
3185
|
+
id: "NeetoCrm_js__c",
|
|
3186
|
+
width: 22.238,
|
|
3187
|
+
height: 22.528,
|
|
3188
|
+
x: 9.751,
|
|
3189
|
+
y: 12.037,
|
|
3190
|
+
colorInterpolationFilters: "sRGB",
|
|
3191
|
+
filterUnits: "userSpaceOnUse"
|
|
3192
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
3193
|
+
floodOpacity: 0,
|
|
3194
|
+
result: "BackgroundImageFix"
|
|
3195
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3196
|
+
in: "SourceAlpha",
|
|
3197
|
+
result: "hardAlpha",
|
|
3198
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3199
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
3200
|
+
dx: 0.87,
|
|
3201
|
+
dy: 1.16
|
|
3202
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
3203
|
+
stdDeviation: 0.435
|
|
3204
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
3205
|
+
in2: "hardAlpha",
|
|
3206
|
+
operator: "out"
|
|
3207
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3208
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
3209
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3210
|
+
in2: "BackgroundImageFix",
|
|
3211
|
+
result: "effect1_dropShadow_3204_326"
|
|
3212
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3213
|
+
in: "SourceGraphic",
|
|
3214
|
+
in2: "effect1_dropShadow_3204_326",
|
|
3215
|
+
result: "shape"
|
|
3216
|
+
}))));
|
|
3217
|
+
};
|
|
3218
|
+
|
|
3219
|
+
var _excluded$i = ["size"];
|
|
3220
|
+
var NeetoDeploy = function NeetoDeploy(_ref) {
|
|
3221
|
+
var _ref$size = _ref.size,
|
|
3222
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3223
|
+
props = _objectWithoutProperties(_ref, _excluded$i);
|
|
3224
|
+
|
|
3225
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3226
|
+
width: size,
|
|
3227
|
+
height: size,
|
|
3228
|
+
fill: "none",
|
|
3229
|
+
viewBox: "0 0 40 40"
|
|
3230
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
3231
|
+
fill: "url(#NeetoDeploy_js__a)",
|
|
3232
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
3233
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3234
|
+
fill: "#fff",
|
|
3235
|
+
filter: "url(#NeetoDeploy_js__b)"
|
|
3236
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3237
|
+
d: "M9.11 22.945a125.448 125.448 0 0 0 3.579-5.414c-2.924.258-5.726 3.896-5.726 3.896l1.93 1.93c.056-.143.127-.282.218-.412ZM16.645 31.109l1.928 1.928s3.638-2.802 3.897-5.725c-1.216.76-2.86 1.803-5.414 3.578-.13.09-.267.162-.41.219ZM13.713 30.112c-.331.134-.657.276-.996.39-.906.302-1.839.507-2.785.637-.397.055-.797.101-1.198.132l.012-.149c.083-.964.23-1.923.466-2.861.115-.453.26-.893.417-1.333.097-.274.218-.535.34-.797l-.212-.212a5.263 5.263 0 0 0-1.23 1.17 7.683 7.683 0 0 0-1.172 2.233A9.29 9.29 0 0 0 6.865 32c-.004.127-.013.258.007.384a.894.894 0 0 0 .608.712c.13.042.262.043.398.042a8.953 8.953 0 0 0 2.45-.385c1.443-.429 2.9-1.235 3.754-2.51l-.206-.206-.163.074ZM29.766 10.235a.8.8 0 0 0-.582-.234c-2.576.05-8.93.532-12.306 3.907-1.532 1.532-2.03 2.33-3.121 4.078-.786 1.258-1.862 2.982-3.829 5.812a.8.8 0 0 0 .091 1.023l5.16 5.16a.8.8 0 0 0 1.023.091c2.831-1.967 4.554-3.043 5.812-3.828 1.748-1.092 2.546-1.59 4.078-3.122 3.381-3.381 3.86-9.732 3.908-12.306a.8.8 0 0 0-.234-.581Zm-5.975 9.736a2.66 2.66 0 1 1-3.762-3.762 2.66 2.66 0 0 1 3.762 3.762Z"
|
|
3238
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
3239
|
+
id: "NeetoDeploy_js__a",
|
|
3240
|
+
x1: 48.143,
|
|
3241
|
+
x2: -6.857,
|
|
3242
|
+
y1: 59.857,
|
|
3243
|
+
y2: -9.714,
|
|
3244
|
+
gradientUnits: "userSpaceOnUse"
|
|
3245
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
3246
|
+
stopColor: "#67BDE2"
|
|
3247
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
3248
|
+
offset: 1,
|
|
3249
|
+
stopColor: "#14D1A4"
|
|
3250
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
3251
|
+
id: "NeetoDeploy_js__b",
|
|
3252
|
+
width: 25.998,
|
|
3253
|
+
height: 25.995,
|
|
3254
|
+
x: 6.859,
|
|
3255
|
+
y: 9.715,
|
|
3256
|
+
colorInterpolationFilters: "sRGB",
|
|
3257
|
+
filterUnits: "userSpaceOnUse"
|
|
3258
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
3259
|
+
floodOpacity: 0,
|
|
3260
|
+
result: "BackgroundImageFix"
|
|
3261
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3262
|
+
in: "SourceAlpha",
|
|
3263
|
+
result: "hardAlpha",
|
|
3264
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3265
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
3266
|
+
dx: 1.429,
|
|
3267
|
+
dy: 1.143
|
|
3268
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
3269
|
+
stdDeviation: 0.714
|
|
3270
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
3271
|
+
in2: "hardAlpha",
|
|
3272
|
+
operator: "out"
|
|
3273
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3274
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
3275
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3276
|
+
in2: "BackgroundImageFix",
|
|
3277
|
+
result: "effect1_dropShadow_3193_173"
|
|
3278
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3279
|
+
in: "SourceGraphic",
|
|
3280
|
+
in2: "effect1_dropShadow_3193_173",
|
|
3281
|
+
result: "shape"
|
|
3282
|
+
}))));
|
|
3283
|
+
};
|
|
3284
|
+
|
|
3285
|
+
var _excluded$h = ["size"];
|
|
3286
|
+
var NeetoDesk = function NeetoDesk(_ref) {
|
|
3287
|
+
var _ref$size = _ref.size,
|
|
3288
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3289
|
+
props = _objectWithoutProperties(_ref, _excluded$h);
|
|
3290
|
+
|
|
3291
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3292
|
+
width: size,
|
|
3293
|
+
height: size,
|
|
3294
|
+
fill: "none",
|
|
3295
|
+
viewBox: "0 0 40 40"
|
|
3296
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
3297
|
+
clipPath: "url(#NeetoDesk_js__a)"
|
|
3298
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3299
|
+
fill: "url(#NeetoDesk_js__b)",
|
|
3300
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
3301
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3302
|
+
fill: "#fff",
|
|
3303
|
+
filter: "url(#NeetoDesk_js__c)"
|
|
3304
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3305
|
+
d: "M9.511 20.341h4.231c1.169 0 2.116.939 2.116 2.096v3.144c0 1.736-1.42 3.144-3.173 3.144-1.753 0-3.174-1.408-3.174-3.144v-5.24ZM24.32 22.437c0-1.157.948-2.096 2.116-2.096h4.231v5.24c0 1.736-1.42 3.144-3.173 3.144-1.753 0-3.173-1.408-3.173-3.144v-3.144ZM9.563 20.341c.531-5.296 5.041-9.432 10.526-9.432 5.485 0 9.995 4.136 10.526 9.432h-2.129c-.52-4.136-4.081-7.336-8.397-7.336-4.315 0-7.876 3.2-8.397 7.336H9.563Z"
|
|
3306
|
+
}))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
3307
|
+
id: "NeetoDesk_js__b",
|
|
3308
|
+
x1: 21.308,
|
|
3309
|
+
x2: 21.122,
|
|
3310
|
+
y1: 56.075,
|
|
3311
|
+
y2: 4.673,
|
|
3312
|
+
gradientUnits: "userSpaceOnUse"
|
|
3313
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
3314
|
+
stopColor: "#FD9437"
|
|
3315
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
3316
|
+
offset: 1,
|
|
3317
|
+
stopColor: "#FFD55C"
|
|
3318
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
3319
|
+
id: "NeetoDesk_js__a"
|
|
3320
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3321
|
+
fill: "#fff",
|
|
3322
|
+
d: "M0 0h40v40H0z"
|
|
3323
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
3324
|
+
id: "NeetoDesk_js__c",
|
|
3325
|
+
width: 22.44,
|
|
3326
|
+
height: 19.099,
|
|
3327
|
+
x: 9.511,
|
|
3328
|
+
y: 10.909,
|
|
3329
|
+
colorInterpolationFilters: "sRGB",
|
|
3330
|
+
filterUnits: "userSpaceOnUse"
|
|
3331
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
3332
|
+
floodOpacity: 0,
|
|
3333
|
+
result: "BackgroundImageFix"
|
|
3334
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3335
|
+
in: "SourceAlpha",
|
|
3336
|
+
result: "hardAlpha",
|
|
3337
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3338
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
3339
|
+
dx: 0.642,
|
|
3340
|
+
dy: 0.642
|
|
3341
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
3342
|
+
stdDeviation: 0.321
|
|
3343
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
3344
|
+
in2: "hardAlpha",
|
|
3345
|
+
operator: "out"
|
|
3346
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3347
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0"
|
|
3348
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3349
|
+
in2: "BackgroundImageFix",
|
|
3350
|
+
result: "effect1_dropShadow_3083_350"
|
|
3351
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3352
|
+
in: "SourceGraphic",
|
|
3353
|
+
in2: "effect1_dropShadow_3083_350",
|
|
3354
|
+
result: "shape"
|
|
3355
|
+
}))));
|
|
3356
|
+
};
|
|
3357
|
+
|
|
3358
|
+
var _excluded$g = ["size"];
|
|
3359
|
+
var NeetoEngage = function NeetoEngage(_ref) {
|
|
3360
|
+
var _ref$size = _ref.size,
|
|
3361
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3362
|
+
props = _objectWithoutProperties(_ref, _excluded$g);
|
|
3363
|
+
|
|
3364
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3365
|
+
width: size,
|
|
3366
|
+
height: size,
|
|
3367
|
+
fill: "none",
|
|
3368
|
+
viewBox: "0 0 40 40"
|
|
3369
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
3370
|
+
fill: "url(#NeetoEngage_js__a)",
|
|
3371
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
3372
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3373
|
+
fill: "#fff",
|
|
3374
|
+
fillRule: "evenodd",
|
|
3375
|
+
clipRule: "evenodd",
|
|
3376
|
+
filter: "url(#NeetoEngage_js__b)"
|
|
3377
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3378
|
+
d: "M23.551 10.61a9.905 9.905 0 1 0-3.79 19.056.642.642 0 1 1 0 1.284A11.19 11.19 0 1 1 30.95 19.76a.642.642 0 0 1-1.284 0 9.905 9.905 0 0 0-6.115-9.15Z"
|
|
3379
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3380
|
+
d: "M9.172 16.245c0-.355.288-.642.642-.642h19.768a.642.642 0 0 1 0 1.284H9.814a.642.642 0 0 1-.642-.642ZM9.173 23.276c0-.354.288-.642.642-.642h9.945a.642.642 0 1 1 0 1.284H9.815a.642.642 0 0 1-.642-.642Z"
|
|
3381
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3382
|
+
d: "M18.2 8.991a3.12 3.12 0 0 1 4.264 1.14 18.779 18.779 0 0 1 2.627 9.632.642.642 0 1 1-1.284-.004 17.495 17.495 0 0 0-2.45-8.975l-.004-.008a1.834 1.834 0 0 0-3.182 0l-.004.006a17.673 17.673 0 0 0 0 17.959l.003.004a1.849 1.849 0 0 0 1.594.922.642.642 0 1 1-.003 1.284 3.133 3.133 0 0 1-2.701-1.56 18.958 18.958 0 0 1 0-19.258A3.12 3.12 0 0 1 18.2 8.99Z"
|
|
3383
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3384
|
+
d: "M26.74 31.428a4.688 4.688 0 1 0 0-9.375 4.688 4.688 0 0 0 0 9.375Zm-2.046-3.626a1.478 1.478 0 0 1 1.045-.433h2.174a1.479 1.479 0 0 1 1.478 1.478v.543a.391.391 0 1 1-.782 0v-.543a.696.696 0 0 0-.696-.696h-2.174a.695.695 0 0 0-.696.696v.543a.391.391 0 0 1-.782 0v-.543c0-.392.155-.768.433-1.045Zm1.436-2.369a.696.696 0 1 1 1.391 0 .696.696 0 0 1-1.39 0Zm.696-1.478a1.478 1.478 0 1 0 0 2.956 1.478 1.478 0 0 0 0-2.956Z"
|
|
3385
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
3386
|
+
id: "NeetoEngage_js__a",
|
|
3387
|
+
x1: 41.571,
|
|
3388
|
+
x2: 2.571,
|
|
3389
|
+
y1: 62.714,
|
|
3390
|
+
y2: -8.571,
|
|
3391
|
+
gradientUnits: "userSpaceOnUse"
|
|
3392
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
3393
|
+
stopColor: "#96BAFF"
|
|
3394
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
3395
|
+
offset: 1,
|
|
3396
|
+
stopColor: "#10AADB"
|
|
3397
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
3398
|
+
id: "NeetoEngage_js__b",
|
|
3399
|
+
width: 23.666,
|
|
3400
|
+
height: 23.801,
|
|
3401
|
+
x: 8.571,
|
|
3402
|
+
y: 8.571,
|
|
3403
|
+
colorInterpolationFilters: "sRGB",
|
|
3404
|
+
filterUnits: "userSpaceOnUse"
|
|
3405
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
3406
|
+
floodOpacity: 0,
|
|
3407
|
+
result: "BackgroundImageFix"
|
|
3408
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3409
|
+
in: "SourceAlpha",
|
|
3410
|
+
result: "hardAlpha",
|
|
3411
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3412
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
3413
|
+
dx: 0.405,
|
|
3414
|
+
dy: 0.539
|
|
3415
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
3416
|
+
stdDeviation: 0.202
|
|
3417
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
3418
|
+
in2: "hardAlpha",
|
|
3419
|
+
operator: "out"
|
|
3420
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3421
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
3422
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3423
|
+
in2: "BackgroundImageFix",
|
|
3424
|
+
result: "effect1_dropShadow_3204_330"
|
|
3425
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3426
|
+
in: "SourceGraphic",
|
|
3427
|
+
in2: "effect1_dropShadow_3204_330",
|
|
3428
|
+
result: "shape"
|
|
3429
|
+
}))));
|
|
3430
|
+
};
|
|
3431
|
+
|
|
3432
|
+
var _excluded$f = ["size"];
|
|
3433
|
+
var NeetoForm = function NeetoForm(_ref) {
|
|
3434
|
+
var _ref$size = _ref.size,
|
|
3435
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3436
|
+
props = _objectWithoutProperties(_ref, _excluded$f);
|
|
3437
|
+
|
|
3438
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3439
|
+
width: size,
|
|
3440
|
+
height: size,
|
|
3441
|
+
fill: "none",
|
|
3442
|
+
viewBox: "0 0 40 40"
|
|
3443
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
3444
|
+
clipPath: "url(#NeetoForm_js__a)"
|
|
3445
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3446
|
+
fill: "url(#NeetoForm_js__b)",
|
|
3447
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
3448
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
3449
|
+
width: 13.788,
|
|
3450
|
+
height: 3.76,
|
|
3451
|
+
x: 16.005,
|
|
3452
|
+
y: 19.68,
|
|
3453
|
+
fill: "#fff",
|
|
3454
|
+
rx: 1.88
|
|
3455
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
3456
|
+
width: 10.655,
|
|
3457
|
+
height: 3.76,
|
|
3458
|
+
x: 16.005,
|
|
3459
|
+
y: 25.948,
|
|
3460
|
+
fill: "#fff",
|
|
3461
|
+
rx: 1.88
|
|
3462
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
3463
|
+
width: 10.028,
|
|
3464
|
+
height: 3.76,
|
|
3465
|
+
x: 16.005,
|
|
3466
|
+
y: 13.413,
|
|
3467
|
+
fill: "#fff",
|
|
3468
|
+
rx: 1.88
|
|
3469
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
3470
|
+
cx: 12.245,
|
|
3471
|
+
cy: 15.293,
|
|
3472
|
+
r: 1.88,
|
|
3473
|
+
fill: "#fff"
|
|
3474
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
3475
|
+
cx: 12.245,
|
|
3476
|
+
cy: 21.561,
|
|
3477
|
+
r: 1.88,
|
|
3478
|
+
fill: "#fff"
|
|
3479
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
3480
|
+
cx: 12.245,
|
|
3481
|
+
cy: 27.828,
|
|
3482
|
+
r: 1.88,
|
|
3483
|
+
fill: "#fff"
|
|
3484
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
3485
|
+
id: "NeetoForm_js__b",
|
|
3486
|
+
x1: 21.308,
|
|
3487
|
+
x2: 21.122,
|
|
3488
|
+
y1: 56.075,
|
|
3489
|
+
y2: 4.673,
|
|
3490
|
+
gradientUnits: "userSpaceOnUse"
|
|
3491
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
3492
|
+
stopColor: "#E26682"
|
|
3493
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
3494
|
+
offset: 1,
|
|
3495
|
+
stopColor: "#FE8072"
|
|
3496
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
3497
|
+
id: "NeetoForm_js__a"
|
|
3498
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3499
|
+
fill: "#fff",
|
|
3500
|
+
d: "M0 0h40v40H0z"
|
|
3501
|
+
}))));
|
|
3502
|
+
};
|
|
3503
|
+
|
|
3504
|
+
var _excluded$e = ["size"];
|
|
3505
|
+
var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
3506
|
+
var _ref$size = _ref.size,
|
|
3507
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3508
|
+
props = _objectWithoutProperties(_ref, _excluded$e);
|
|
3509
|
+
|
|
3510
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3511
|
+
width: size,
|
|
3512
|
+
height: size,
|
|
3513
|
+
fill: "none",
|
|
3514
|
+
viewBox: "0 0 40 40"
|
|
3515
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
3516
|
+
fill: "url(#NeetoInvisible_js__a)",
|
|
3517
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
3518
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3519
|
+
fill: "#fff",
|
|
3520
|
+
filter: "url(#NeetoInvisible_js__b)"
|
|
3521
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3522
|
+
fillRule: "evenodd",
|
|
3523
|
+
d: "M15.63 11.255a6.662 6.662 0 0 0 0 13.323v.97a7.63 7.63 0 1 1 7.632-7.631h-.97a6.662 6.662 0 0 0-6.661-6.662Z",
|
|
3524
|
+
clipRule: "evenodd"
|
|
3525
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3526
|
+
fillRule: "evenodd",
|
|
3527
|
+
d: "M15.63 14.404a3.513 3.513 0 0 0 0 7.025v.969a4.482 4.482 0 1 1 4.482-4.482h-.969a3.513 3.513 0 0 0-3.512-3.512Z",
|
|
3528
|
+
clipRule: "evenodd"
|
|
3529
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3530
|
+
d: "M15.497 18.412a.302.302 0 0 1 .387-.387l15.76 5.731a.302.302 0 0 1-.002.569l-7.202 2.564a.302.302 0 0 0-.184.186l-2.462 7.083a.302.302 0 0 1-.569.004l-5.728-15.75Z"
|
|
3531
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
3532
|
+
id: "NeetoInvisible_js__a",
|
|
3533
|
+
x1: 43.143,
|
|
3534
|
+
x2: -13,
|
|
3535
|
+
y1: 51.857,
|
|
3536
|
+
y2: -21.429,
|
|
3537
|
+
gradientUnits: "userSpaceOnUse"
|
|
3538
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
3539
|
+
stopColor: "#28CCF0"
|
|
3540
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
3541
|
+
offset: 0.699,
|
|
3542
|
+
stopColor: "#799DFA"
|
|
3543
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
3544
|
+
id: "NeetoInvisible_js__b",
|
|
3545
|
+
width: 25.557,
|
|
3546
|
+
height: 26.075,
|
|
3547
|
+
x: 8,
|
|
3548
|
+
y: 10.286,
|
|
3549
|
+
colorInterpolationFilters: "sRGB",
|
|
3550
|
+
filterUnits: "userSpaceOnUse"
|
|
3551
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
3552
|
+
floodOpacity: 0,
|
|
3553
|
+
result: "BackgroundImageFix"
|
|
3554
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3555
|
+
in: "SourceAlpha",
|
|
3556
|
+
result: "hardAlpha",
|
|
3557
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3558
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
3559
|
+
dx: 0.857,
|
|
3560
|
+
dy: 1.143
|
|
3561
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
3562
|
+
stdDeviation: 0.429
|
|
3563
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
3564
|
+
in2: "hardAlpha",
|
|
3565
|
+
operator: "out"
|
|
3566
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3567
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
3568
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3569
|
+
in2: "BackgroundImageFix",
|
|
3570
|
+
result: "effect1_dropShadow_3193_167"
|
|
3571
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3572
|
+
in: "SourceGraphic",
|
|
3573
|
+
in2: "effect1_dropShadow_3193_167",
|
|
3574
|
+
result: "shape"
|
|
3575
|
+
}))));
|
|
3576
|
+
};
|
|
3577
|
+
|
|
3578
|
+
var _excluded$d = ["size"];
|
|
3579
|
+
var NeetoInvoice = function NeetoInvoice(_ref) {
|
|
3580
|
+
var _ref$size = _ref.size,
|
|
3581
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3582
|
+
props = _objectWithoutProperties(_ref, _excluded$d);
|
|
3583
|
+
|
|
3584
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3585
|
+
width: size,
|
|
3586
|
+
height: size,
|
|
3587
|
+
fill: "none",
|
|
3588
|
+
viewBox: "0 0 40 40"
|
|
3589
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
3590
|
+
clipPath: "url(#NeetoInvoice_js__a)"
|
|
3591
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3592
|
+
fill: "url(#NeetoInvoice_js__b)",
|
|
3593
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
3594
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3595
|
+
fill: "#fff",
|
|
3596
|
+
fillRule: "evenodd",
|
|
3597
|
+
d: "M29.266 30.057V13.296a.492.492 0 0 0-.493-.492H11.467a.492.492 0 0 0-.492.492v16.76c0 .143.062.28.17.373l2.556 2.215c.185.16.46.16.645 0l2.403-2.083c.185-.16.46-.16.645 0l2.404 2.083c.185.16.46.16.645 0l2.403-2.083c.185-.16.46-.16.645 0l2.404 2.083c.185.16.46.16.645 0l2.556-2.215a.492.492 0 0 0 .17-.372ZM12.804 17.07c0-.673.546-1.219 1.22-1.219h7.925a1.22 1.22 0 1 1 0 2.439h-7.926a1.22 1.22 0 0 1-1.22-1.22Zm1.22 3.049a1.22 1.22 0 1 0 0 2.439h12.193a1.22 1.22 0 0 0 0-2.44H14.023Z",
|
|
3598
|
+
clipRule: "evenodd"
|
|
3599
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
3600
|
+
id: "NeetoInvoice_js__b",
|
|
3601
|
+
x1: 20.245,
|
|
3602
|
+
x2: 20.245,
|
|
3603
|
+
y1: 68.286,
|
|
3604
|
+
y2: -7.926,
|
|
3605
|
+
gradientUnits: "userSpaceOnUse"
|
|
3606
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
3607
|
+
stopColor: "#46A0D3"
|
|
3608
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
3609
|
+
offset: 1,
|
|
3610
|
+
stopColor: "#72DAE0"
|
|
3611
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
3612
|
+
id: "NeetoInvoice_js__a"
|
|
3613
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3614
|
+
fill: "#fff",
|
|
3615
|
+
d: "M0 0h40v40H0z"
|
|
3616
|
+
}))));
|
|
3617
|
+
};
|
|
3618
|
+
|
|
3619
|
+
var _excluded$c = ["size"];
|
|
3620
|
+
var NeetoKb = function NeetoKb(_ref) {
|
|
3621
|
+
var _ref$size = _ref.size,
|
|
3622
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3623
|
+
props = _objectWithoutProperties(_ref, _excluded$c);
|
|
3624
|
+
|
|
3625
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3626
|
+
width: size,
|
|
3627
|
+
height: size,
|
|
3628
|
+
fill: "none",
|
|
3629
|
+
viewBox: "0 0 40 40"
|
|
3630
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
3631
|
+
clipPath: "url(#NeetoKb_js__a)"
|
|
3632
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3633
|
+
fill: "url(#NeetoKb_js__b)",
|
|
3634
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
3635
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3636
|
+
fill: "#fff",
|
|
3637
|
+
d: "M14.207 12.05c-.492.103-1.077.526-1.48 1.066a3.52 3.52 0 0 0-.471.968l-.062.227v14.481l.064.202c.272.871 1.094 1.683 2.036 2.013l.21.073 2.956.007 2.956.005 1.094-1.137 1.933-2.01c.46-.477.833-.87.83-.875-.004-.005-.048.013-.096.036a1.882 1.882 0 0 1-.224.09c-.13.038-.316.04-4.14.04-4.37 0-4.11.008-4.405-.134-.21-.101-.448-.341-.556-.563a1.297 1.297 0 0 1 .012-1.144c.144-.297.505-.59.819-.661.068-.016 1.441-.025 4.106-.025 4.404 0 4.114-.01 4.411.14.186.093.444.352.538.537.112.222.149.398.135.65-.01.205-.023.26-.142.56-.012.03-.012.039.004.023.012-.014.32-.332.685-.71.363-.377.967-1.004 1.342-1.39l.68-.705v-6.721l-1.652-.01c-1.585-.006-1.66-.009-1.816-.054-.797-.23-1.339-.89-1.57-1.91-.046-.202-.05-.291-.057-1.662l-.01-1.446-3.984.003c-3.437.002-4.009.007-4.146.036Zm9.723 7.614c.334.087.666.361.82.675a1.24 1.24 0 0 1-.184 1.393c-.155.172-.32.282-.547.362l-.18.064h-8.1l-.162-.06c-.67-.244-1-.92-.784-1.608.117-.377.494-.737.874-.828.094-.023 1-.028 4.122-.03 3.528-.002 4.022.002 4.141.032Z"
|
|
3638
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3639
|
+
fill: "#fff",
|
|
3640
|
+
d: "M23.626 13.366c.01 1.31.01 1.363.06 1.535.12.432.381.794.624.862.046.014.684.023 1.608.023h1.529l-.01-.295c-.009-.284-.011-.3-.091-.462-.197-.396-.824-1.043-1.942-2.002-.945-.81-1.282-1.016-1.664-1.016h-.121l.007 1.355ZM28.872 24.356c-.106.037-.3.186-.586.449l-.192.176.846.849c.464.464.858.846.872.846.016 0 .14-.112.274-.252.282-.28.398-.466.398-.624-.002-.382-.22-.8-.585-1.133a1.132 1.132 0 0 0-.55-.302c-.203-.052-.347-.054-.477-.009ZM26.478 26.578a292.33 292.33 0 0 0-2.157 2.169c-1.432 1.455-1.332 1.32-1.57 2.07-.196.62-.274.94-.29 1.167-.011.187-.01.199.046.263.052.064.07.069.203.066.188-.002.71-.13 1.238-.309.508-.167.735-.274.943-.434.089-.069 1.075-1.044 2.196-2.167l2.036-2.04-.846-.847a28.75 28.75 0 0 0-.863-.846c-.01 0-.43.41-.936.908Z"
|
|
3641
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
3642
|
+
id: "NeetoKb_js__b",
|
|
3643
|
+
x1: 20.245,
|
|
3644
|
+
x2: 20.245,
|
|
3645
|
+
y1: 68.286,
|
|
3646
|
+
y2: -7.926,
|
|
3647
|
+
gradientUnits: "userSpaceOnUse"
|
|
3648
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
3649
|
+
stopColor: "#18C0D3"
|
|
3650
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
3651
|
+
offset: 1,
|
|
3652
|
+
stopColor: "#65CDA1"
|
|
3653
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
3654
|
+
id: "NeetoKb_js__a"
|
|
3655
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3656
|
+
fill: "#fff",
|
|
3657
|
+
d: "M0 0h40v40H0z"
|
|
3658
|
+
}))));
|
|
3659
|
+
};
|
|
3660
|
+
|
|
3661
|
+
var _excluded$b = ["size"];
|
|
3662
|
+
var NeetoPlanner = function NeetoPlanner(_ref) {
|
|
3663
|
+
var _ref$size = _ref.size,
|
|
3664
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3665
|
+
props = _objectWithoutProperties(_ref, _excluded$b);
|
|
3666
|
+
|
|
3667
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3668
|
+
width: size,
|
|
3669
|
+
height: size,
|
|
3670
|
+
fill: "none",
|
|
3671
|
+
viewBox: "0 0 40 40"
|
|
3672
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
3673
|
+
fill: "url(#NeetoPlanner_js__a)",
|
|
3674
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
3675
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
3676
|
+
width: 5.174,
|
|
3677
|
+
height: 5.174,
|
|
3678
|
+
x: 6,
|
|
3679
|
+
y: 8,
|
|
3680
|
+
fill: "#fff",
|
|
3681
|
+
rx: 1.293
|
|
3682
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
3683
|
+
width: 5.174,
|
|
3684
|
+
height: 5.174,
|
|
3685
|
+
x: 11.82,
|
|
3686
|
+
y: 8,
|
|
3687
|
+
fill: "#fff",
|
|
3688
|
+
rx: 1.293
|
|
3689
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
3690
|
+
width: 5.174,
|
|
3691
|
+
height: 5.174,
|
|
3692
|
+
x: 17.641,
|
|
3693
|
+
y: 8,
|
|
3694
|
+
fill: "#fff",
|
|
3695
|
+
rx: 1.293
|
|
3696
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
3697
|
+
width: 5.174,
|
|
3698
|
+
height: 5.174,
|
|
3699
|
+
x: 23.462,
|
|
3700
|
+
y: 8,
|
|
3701
|
+
fill: "#fff",
|
|
3702
|
+
rx: 1.293
|
|
3703
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
3704
|
+
width: 5.174,
|
|
3705
|
+
height: 5.174,
|
|
3706
|
+
x: 6,
|
|
3707
|
+
y: 13.82,
|
|
3708
|
+
fill: "#fff",
|
|
3709
|
+
rx: 1.293
|
|
3710
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
3711
|
+
width: 5.174,
|
|
3712
|
+
height: 5.174,
|
|
3713
|
+
x: 11.82,
|
|
3714
|
+
y: 13.82,
|
|
3715
|
+
fill: "#fff",
|
|
3716
|
+
rx: 1.293
|
|
3717
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
3718
|
+
width: 5.174,
|
|
3719
|
+
height: 5.174,
|
|
3720
|
+
x: 17.641,
|
|
3721
|
+
y: 13.82,
|
|
3722
|
+
fill: "#fff",
|
|
3723
|
+
rx: 1.293
|
|
3724
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
3725
|
+
width: 5.174,
|
|
3726
|
+
height: 5.174,
|
|
3727
|
+
x: 6,
|
|
3728
|
+
y: 19.641,
|
|
3729
|
+
fill: "#fff",
|
|
3730
|
+
rx: 1.293
|
|
3731
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
3732
|
+
width: 5.174,
|
|
3733
|
+
height: 5.174,
|
|
3734
|
+
x: 11.82,
|
|
3735
|
+
y: 19.641,
|
|
3736
|
+
fill: "#fff",
|
|
3737
|
+
rx: 1.293
|
|
3738
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
3739
|
+
width: 5.174,
|
|
3740
|
+
height: 5.174,
|
|
3741
|
+
x: 6,
|
|
3742
|
+
y: 25.462,
|
|
3743
|
+
fill: "#fff",
|
|
3744
|
+
rx: 1.293
|
|
3745
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
3746
|
+
id: "NeetoPlanner_js__a",
|
|
3747
|
+
x1: 20,
|
|
3748
|
+
x2: 20,
|
|
3749
|
+
y1: 0,
|
|
3750
|
+
y2: 40,
|
|
3751
|
+
gradientUnits: "userSpaceOnUse"
|
|
3752
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
3753
|
+
stopColor: "#4DC8C3"
|
|
3754
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
3755
|
+
offset: 1,
|
|
3756
|
+
stopColor: "#52A9C6"
|
|
3757
|
+
}))));
|
|
3758
|
+
};
|
|
3759
|
+
|
|
3760
|
+
var _excluded$a = ["size"];
|
|
3761
|
+
var NeetoPopups = function NeetoPopups(_ref) {
|
|
3762
|
+
var _ref$size = _ref.size,
|
|
3763
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3764
|
+
props = _objectWithoutProperties(_ref, _excluded$a);
|
|
3765
|
+
|
|
3766
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3767
|
+
width: size,
|
|
3768
|
+
height: size,
|
|
3769
|
+
fill: "none",
|
|
3770
|
+
viewBox: "0 0 40 40"
|
|
3771
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
3772
|
+
fill: "url(#NeetoPopups_js__a)",
|
|
3773
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
3774
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3775
|
+
fill: "#fff",
|
|
3776
|
+
filter: "url(#NeetoPopups_js__b)"
|
|
3777
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3778
|
+
d: "m20 32.502-2.412-2.347h4.824L20 32.502Z"
|
|
3779
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3780
|
+
fillRule: "evenodd",
|
|
3781
|
+
d: "M20 10.857c5.365 0 9.714 4.35 9.714 9.714v9.715H10.286V10.857H20Zm-4.368 6.78a.522.522 0 0 0 0 1.044h8.606a.522.522 0 0 0 0-1.043h-8.606Zm-.522 3c0-.288.234-.522.522-.522h8.606a.522.522 0 0 1 0 1.043h-8.606a.522.522 0 0 1-.522-.521Zm.522 2.086a.522.522 0 0 0 0 1.043h4.172a.522.522 0 0 0 0-1.043h-4.172Z",
|
|
3782
|
+
clipRule: "evenodd"
|
|
3783
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
3784
|
+
id: "NeetoPopups_js__a",
|
|
3785
|
+
x1: 40,
|
|
3786
|
+
x2: -6.857,
|
|
3787
|
+
y1: 48.143,
|
|
3788
|
+
y2: -9.714,
|
|
3789
|
+
gradientUnits: "userSpaceOnUse"
|
|
3790
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
3791
|
+
stopColor: "#59B9EF"
|
|
3792
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
3793
|
+
offset: 1,
|
|
3794
|
+
stopColor: "#3EA8CA"
|
|
3795
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
3796
|
+
id: "NeetoPopups_js__b",
|
|
3797
|
+
width: 21.143,
|
|
3798
|
+
height: 23.645,
|
|
3799
|
+
x: 10.286,
|
|
3800
|
+
y: 10.857,
|
|
3801
|
+
colorInterpolationFilters: "sRGB",
|
|
3802
|
+
filterUnits: "userSpaceOnUse"
|
|
3803
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
3804
|
+
floodOpacity: 0,
|
|
3805
|
+
result: "BackgroundImageFix"
|
|
3806
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3807
|
+
in: "SourceAlpha",
|
|
3808
|
+
result: "hardAlpha",
|
|
3809
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3810
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
3811
|
+
dx: 0.857,
|
|
3812
|
+
dy: 1.143
|
|
3813
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
3814
|
+
stdDeviation: 0.429
|
|
3815
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
3816
|
+
in2: "hardAlpha",
|
|
3817
|
+
operator: "out"
|
|
3818
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3819
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
3820
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3821
|
+
in2: "BackgroundImageFix",
|
|
3822
|
+
result: "effect1_dropShadow_3193_170"
|
|
3823
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3824
|
+
in: "SourceGraphic",
|
|
3825
|
+
in2: "effect1_dropShadow_3193_170",
|
|
3826
|
+
result: "shape"
|
|
3827
|
+
}))));
|
|
3828
|
+
};
|
|
3829
|
+
|
|
3830
|
+
var _excluded$9 = ["size"];
|
|
3831
|
+
var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
3832
|
+
var _ref$size = _ref.size,
|
|
3833
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3834
|
+
props = _objectWithoutProperties(_ref, _excluded$9);
|
|
3835
|
+
|
|
3836
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3837
|
+
width: size,
|
|
3838
|
+
height: size,
|
|
3839
|
+
fill: "none",
|
|
3840
|
+
viewBox: "0 0 40 40"
|
|
3841
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
3842
|
+
fill: "url(#NeetoQuiz_js__a)",
|
|
3843
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
3844
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3845
|
+
fill: "#fff",
|
|
3846
|
+
fillRule: "evenodd",
|
|
3847
|
+
clipRule: "evenodd",
|
|
3848
|
+
filter: "url(#NeetoQuiz_js__b)"
|
|
3849
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3850
|
+
d: "M13.25 11.429h3.482c.915 0 1.82.177 2.665.522.845.345 1.613.85 2.26 1.488a6.857 6.857 0 0 1 1.92 3.582 7.09 7.09 0 0 0-2.182.502 6.976 6.976 0 0 0-2.26 1.478 6.808 6.808 0 0 0-1.509 2.211 6.693 6.693 0 0 0-.53 2.609c0 .889.157 1.701.439 2.445-1.441.753-2.946 1.363-4.285 1.89v-3.002a7.017 7.017 0 0 1-4.924-2.01 6.813 6.813 0 0 1-2.04-4.853c0-1.82.733-3.565 2.04-4.852a7.017 7.017 0 0 1 4.924-2.01Zm10.277 8.421c-.46 2.05-1.811 3.632-3.518 4.893a4.17 4.17 0 0 1-.1-.922c0-.518.104-1.031.308-1.513.203-.48.504-.922.886-1.297.383-.374.84-.675 1.349-.88.344-.14.706-.234 1.075-.28Z"
|
|
3851
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3852
|
+
d: "M27.422 17.716h-3.157c-.83 0-1.65.16-2.417.468a6.33 6.33 0 0 0-2.048 1.333 6.14 6.14 0 0 0-1.369 1.994 6.007 6.007 0 0 0-.48 2.352c0 4.995 5.524 7.3 9.471 8.837v-2.69c1.675 0 3.28-.647 4.465-1.8a6.066 6.066 0 0 0 1.85-4.347c0-1.63-.666-3.194-1.85-4.346a6.402 6.402 0 0 0-4.465-1.8Zm-3.461 4.435c-.172.274-.258.545-.258.813 0 .13.053.251.16.364.11.11.245.165.403.165.268 0 .45-.16.546-.478.101-.305.226-.535.372-.69.147-.158.376-.237.686-.237.265 0 .481.078.648.233.169.155.254.345.254.571a.638.638 0 0 1-.085.322 1.174 1.174 0 0 1-.203.27 8.82 8.82 0 0 1-.39.356 6.38 6.38 0 0 0-.49.47c-.122.13-.22.282-.293.457-.073.172-.11.377-.11.614 0 .19.05.332.148.428a.522.522 0 0 0 .373.143c.282 0 .45-.146.504-.44.03-.138.053-.234.067-.288a.932.932 0 0 1 .195-.347c.06-.067.137-.145.233-.232.347-.31.587-.53.72-.66.135-.133.25-.29.347-.47.098-.181.148-.391.148-.631 0-.305-.086-.587-.259-.847-.169-.26-.41-.464-.723-.614a2.448 2.448 0 0 0-1.084-.228c-.44 0-.825.09-1.155.27-.33.181-.582.41-.754.686Zm1.355 5.287c.13.11.28.165.453.165a.643.643 0 0 0 .44-.169.59.59 0 0 0 .19-.466.61.61 0 0 0-.182-.448.61.61 0 0 0-.448-.182.63.63 0 0 0-.644.63c0 .2.064.357.19.47Z"
|
|
3853
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
3854
|
+
id: "NeetoQuiz_js__a",
|
|
3855
|
+
x1: 40,
|
|
3856
|
+
x2: 5,
|
|
3857
|
+
y1: 59,
|
|
3858
|
+
y2: -3.143,
|
|
3859
|
+
gradientUnits: "userSpaceOnUse"
|
|
3860
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
3861
|
+
stopColor: "#FA9E9E"
|
|
3862
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
3863
|
+
offset: 1,
|
|
3864
|
+
stopColor: "#FE6363"
|
|
3865
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
3866
|
+
id: "NeetoQuiz_js__b",
|
|
3867
|
+
width: 29.165,
|
|
3868
|
+
height: 23.271,
|
|
3869
|
+
x: 6.286,
|
|
3870
|
+
y: 11.429,
|
|
3871
|
+
colorInterpolationFilters: "sRGB",
|
|
3872
|
+
filterUnits: "userSpaceOnUse"
|
|
3873
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
3874
|
+
floodOpacity: 0,
|
|
3875
|
+
result: "BackgroundImageFix"
|
|
3876
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3877
|
+
in: "SourceAlpha",
|
|
3878
|
+
result: "hardAlpha",
|
|
3879
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3880
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
3881
|
+
dx: 0.857,
|
|
3882
|
+
dy: 1.143
|
|
3883
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
3884
|
+
stdDeviation: 0.429
|
|
3885
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
3886
|
+
in2: "hardAlpha",
|
|
3887
|
+
operator: "out"
|
|
3888
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3889
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
3890
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3891
|
+
in2: "BackgroundImageFix",
|
|
3892
|
+
result: "effect1_dropShadow_3204_324"
|
|
3893
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3894
|
+
in: "SourceGraphic",
|
|
3895
|
+
in2: "effect1_dropShadow_3204_324",
|
|
3896
|
+
result: "shape"
|
|
3897
|
+
}))));
|
|
3898
|
+
};
|
|
3899
|
+
|
|
3900
|
+
var _excluded$8 = ["size"];
|
|
3901
|
+
var NeetoReplay = function NeetoReplay(_ref) {
|
|
3902
|
+
var _ref$size = _ref.size,
|
|
3903
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3904
|
+
props = _objectWithoutProperties(_ref, _excluded$8);
|
|
3905
|
+
|
|
3906
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3907
|
+
width: size,
|
|
3908
|
+
height: size,
|
|
3909
|
+
fill: "none",
|
|
3910
|
+
viewBox: "0 0 40 40"
|
|
3911
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
3912
|
+
fill: "url(#NeetoReplay_js__a)",
|
|
3913
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
3914
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3915
|
+
fill: "#fff",
|
|
3916
|
+
filter: "url(#NeetoReplay_js__b)"
|
|
3917
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3918
|
+
d: "M24.493 21.353a.504.504 0 0 1 0 .874l-6.336 3.658a.504.504 0 0 1-.757-.437v-7.316c0-.389.42-.631.757-.437l6.336 3.658ZM29.717 15.616a.457.457 0 0 1-.522.521l-3.59-.557a.457.457 0 0 1-.252-.775l3.032-3.032a.457.457 0 0 1 .775.253l.557 3.59Z"
|
|
3919
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3920
|
+
fillRule: "evenodd",
|
|
3921
|
+
d: "M20.456 12.272c-5.137 0-9.302 4.12-9.302 9.203 0 5.082 4.165 9.202 9.302 9.202a9.311 9.311 0 0 0 8.408-5.259 1.154 1.154 0 0 1 1.53-.538c.573.269.817.947.545 1.513a11.61 11.61 0 0 1-10.483 6.557c-6.406 0-11.599-5.138-11.599-11.475C8.857 15.137 14.05 10 20.457 10a11.63 11.63 0 0 1 8.285 3.444 1.128 1.128 0 0 1-.017 1.607c-.453.439-1.18.432-1.624-.017a9.321 9.321 0 0 0-6.645-2.762Z",
|
|
3922
|
+
clipRule: "evenodd"
|
|
3923
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
3924
|
+
id: "NeetoReplay_js__a",
|
|
3925
|
+
x1: 59.571,
|
|
3926
|
+
x2: -8.857,
|
|
3927
|
+
y1: 70,
|
|
3928
|
+
y2: -15.429,
|
|
3929
|
+
gradientUnits: "userSpaceOnUse"
|
|
3930
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
3931
|
+
offset: 0.344,
|
|
3932
|
+
stopColor: "#20C7BD"
|
|
3933
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
3934
|
+
offset: 0.699,
|
|
3935
|
+
stopColor: "#83D6AE"
|
|
3936
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
3937
|
+
id: "NeetoReplay_js__b",
|
|
3938
|
+
width: 23.907,
|
|
3939
|
+
height: 24.95,
|
|
3940
|
+
x: 8.857,
|
|
3941
|
+
y: 10,
|
|
3942
|
+
colorInterpolationFilters: "sRGB",
|
|
3943
|
+
filterUnits: "userSpaceOnUse"
|
|
3944
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
3945
|
+
floodOpacity: 0,
|
|
3946
|
+
result: "BackgroundImageFix"
|
|
3947
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3948
|
+
in: "SourceAlpha",
|
|
3949
|
+
result: "hardAlpha",
|
|
3950
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
3951
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
3952
|
+
dx: 0.857,
|
|
3953
|
+
dy: 1.143
|
|
3954
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
3955
|
+
stdDeviation: 0.429
|
|
3956
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
3957
|
+
in2: "hardAlpha",
|
|
3958
|
+
operator: "out"
|
|
3959
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
3960
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
3961
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3962
|
+
in2: "BackgroundImageFix",
|
|
3963
|
+
result: "effect1_dropShadow_3193_164"
|
|
3964
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
3965
|
+
in: "SourceGraphic",
|
|
3966
|
+
in2: "effect1_dropShadow_3193_164",
|
|
3967
|
+
result: "shape"
|
|
3968
|
+
}))));
|
|
3969
|
+
};
|
|
3970
|
+
|
|
3971
|
+
var _excluded$7 = ["size"];
|
|
3972
|
+
var NeetoReview = function NeetoReview(_ref) {
|
|
3973
|
+
var _ref$size = _ref.size,
|
|
3974
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3975
|
+
props = _objectWithoutProperties(_ref, _excluded$7);
|
|
3976
|
+
|
|
3977
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3978
|
+
width: size,
|
|
3979
|
+
height: size,
|
|
3980
|
+
fill: "none",
|
|
3981
|
+
viewBox: "0 0 40 40"
|
|
3982
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
3983
|
+
fill: "url(#NeetoReview_js__a)",
|
|
3984
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
3985
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
3986
|
+
fill: "#fff",
|
|
3987
|
+
fillRule: "evenodd",
|
|
3988
|
+
clipRule: "evenodd",
|
|
3989
|
+
filter: "url(#NeetoReview_js__b)"
|
|
3990
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
3991
|
+
d: "M27.553 22.21a3.138 3.138 0 1 0-.072 4.507.776.776 0 0 1 .102-.1 3.137 3.137 0 0 0-.03-4.407Zm1.542 4.958a4.654 4.654 0 1 0-1.08 1.064l2.406 2.405a.758.758 0 0 0 1.071-1.072l-2.397-2.397Z"
|
|
3992
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
3993
|
+
d: "m14.297 26.455 3.436 3.436 3.01-3.01a5.17 5.17 0 0 1 6.153-7.447v-3.287a3.436 3.436 0 0 0-3.436-3.436H12.007a3.436 3.436 0 0 0-3.436 3.436v6.872a3.436 3.436 0 0 0 3.436 3.436h2.29Zm-1.996-9.256c0-.419.34-.758.758-.758h7.853a.757.757 0 0 1 0 1.515H13.06a.757.757 0 0 1-.758-.757Zm.758 2.047a.757.757 0 1 0 0 1.515h3.365a.757.757 0 0 0 0-1.515H13.06Z"
|
|
3994
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
3995
|
+
id: "NeetoReview_js__a",
|
|
3996
|
+
x1: 40,
|
|
3997
|
+
x2: -6.857,
|
|
3998
|
+
y1: 48.143,
|
|
3999
|
+
y2: -9.714,
|
|
4000
|
+
gradientUnits: "userSpaceOnUse"
|
|
4001
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
4002
|
+
stopColor: "#59CBEF"
|
|
4003
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
4004
|
+
offset: 1,
|
|
4005
|
+
stopColor: "#54CCAF"
|
|
4006
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
4007
|
+
id: "NeetoReview_js__b",
|
|
4008
|
+
width: 24.858,
|
|
4009
|
+
height: 20.148,
|
|
4010
|
+
x: 8.571,
|
|
4011
|
+
y: 12.711,
|
|
4012
|
+
colorInterpolationFilters: "sRGB",
|
|
4013
|
+
filterUnits: "userSpaceOnUse"
|
|
4014
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
4015
|
+
floodOpacity: 0,
|
|
4016
|
+
result: "BackgroundImageFix"
|
|
4017
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4018
|
+
in: "SourceAlpha",
|
|
4019
|
+
result: "hardAlpha",
|
|
4020
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
4021
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
4022
|
+
dx: 0.857,
|
|
4023
|
+
dy: 1.143
|
|
4024
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
4025
|
+
stdDeviation: 0.429
|
|
4026
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
4027
|
+
in2: "hardAlpha",
|
|
4028
|
+
operator: "out"
|
|
4029
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4030
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
4031
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4032
|
+
in2: "BackgroundImageFix",
|
|
4033
|
+
result: "effect1_dropShadow_3193_171"
|
|
4034
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4035
|
+
in: "SourceGraphic",
|
|
4036
|
+
in2: "effect1_dropShadow_3193_171",
|
|
4037
|
+
result: "shape"
|
|
4038
|
+
}))));
|
|
4039
|
+
};
|
|
4040
|
+
|
|
4041
|
+
var _excluded$6 = ["size"];
|
|
4042
|
+
var NeetoRunner = function NeetoRunner(_ref) {
|
|
4043
|
+
var _ref$size = _ref.size,
|
|
4044
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4045
|
+
props = _objectWithoutProperties(_ref, _excluded$6);
|
|
4046
|
+
|
|
4047
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4048
|
+
width: size,
|
|
4049
|
+
height: size,
|
|
4050
|
+
fill: "none",
|
|
4051
|
+
viewBox: "0 0 40 40"
|
|
4052
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
4053
|
+
fill: "url(#NeetoRunner_js__a)",
|
|
4054
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
4055
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
4056
|
+
filter: "url(#NeetoRunner_js__b)"
|
|
4057
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
4058
|
+
fill: "#fff",
|
|
4059
|
+
fillRule: "evenodd",
|
|
4060
|
+
d: "m19.12 9.429-1.451 1.455-6.767 6.78L8.572 20l2.33 2.336 6.767 6.78 1.452 1.455V25.9L13.234 20l5.887-5.9V9.43Zm1.759 16.47L26.766 20l-5.887-5.9V9.43l1.452 1.455 6.767 6.78L31.428 20l-2.33 2.336-6.767 6.78-1.452 1.455V25.9Z",
|
|
4061
|
+
clipRule: "evenodd"
|
|
4062
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
4063
|
+
id: "NeetoRunner_js__a",
|
|
4064
|
+
x1: 43.143,
|
|
4065
|
+
x2: 6.286,
|
|
4066
|
+
y1: 51.857,
|
|
4067
|
+
y2: -3.571,
|
|
4068
|
+
gradientUnits: "userSpaceOnUse"
|
|
4069
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
4070
|
+
stopColor: "#4B47FF"
|
|
4071
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
4072
|
+
offset: 0.699,
|
|
4073
|
+
stopColor: "#79B3F6"
|
|
4074
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
4075
|
+
id: "NeetoRunner_js__b",
|
|
4076
|
+
width: 25.143,
|
|
4077
|
+
height: 23.143,
|
|
4078
|
+
x: 8.571,
|
|
4079
|
+
y: 9.429,
|
|
4080
|
+
colorInterpolationFilters: "sRGB",
|
|
4081
|
+
filterUnits: "userSpaceOnUse"
|
|
4082
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
4083
|
+
floodOpacity: 0,
|
|
4084
|
+
result: "BackgroundImageFix"
|
|
4085
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4086
|
+
in: "SourceAlpha",
|
|
4087
|
+
result: "hardAlpha",
|
|
4088
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
4089
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
4090
|
+
dx: 1.429,
|
|
4091
|
+
dy: 1.143
|
|
4092
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
4093
|
+
stdDeviation: 0.429
|
|
4094
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
4095
|
+
in2: "hardAlpha",
|
|
4096
|
+
operator: "out"
|
|
4097
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4098
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
4099
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4100
|
+
in2: "BackgroundImageFix",
|
|
4101
|
+
result: "effect1_dropShadow_3193_165"
|
|
4102
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4103
|
+
in: "SourceGraphic",
|
|
4104
|
+
in2: "effect1_dropShadow_3193_165",
|
|
4105
|
+
result: "shape"
|
|
4106
|
+
}))));
|
|
4107
|
+
};
|
|
4108
|
+
|
|
4109
|
+
var _excluded$5 = ["size"];
|
|
4110
|
+
var NeetoSign = function NeetoSign(_ref) {
|
|
4111
|
+
var _ref$size = _ref.size,
|
|
4112
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4113
|
+
props = _objectWithoutProperties(_ref, _excluded$5);
|
|
4114
|
+
|
|
4115
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4116
|
+
width: size,
|
|
4117
|
+
height: size,
|
|
4118
|
+
fill: "none",
|
|
4119
|
+
viewBox: "0 0 40 40"
|
|
4120
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
4121
|
+
fill: "url(#NeetoSign_js__a)",
|
|
4122
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
4123
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
4124
|
+
filter: "url(#NeetoSign_js__b)"
|
|
4125
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
4126
|
+
fill: "#fff",
|
|
4127
|
+
d: "m22.314 26.547.251-.002c1.134 0 1.73.47 2.465 1.583l.365.566c.286.422.464.599.688.691.402.166.736.085 1.96-.505l.374-.182c.766-.376 1.288-.591 1.878-.739a.697.697 0 1 1 .338 1.353 6.513 6.513 0 0 0-1.178.435l-1.077.518c-1.457.688-1.95.77-2.826.41-.58-.24-.911-.587-1.395-1.326l-.18-.282c-.56-.881-.841-1.128-1.412-1.128l-.148.003c-.402.025-.663.209-2.399 1.498-1.62 1.201-2.854 1.775-4.424 1.775-1.914 0-3.718-.352-5.406-1.055l2.678-.619c.878.187 1.787.28 2.728.28 1.2 0 2.194-.462 3.593-1.5l1.078-.796c1.182-.859 1.445-.965 2.049-.978Zm5.852-16.524a3.983 3.983 0 0 1 0 5.633l-.962.962c1.07 1.303 1.032 2.683.036 3.681l-2.788 2.79a.697.697 0 1 1-.986-.987l2.787-2.787c.451-.452.503-1.013-.037-1.709l-9.845 9.846a2.09 2.09 0 0 1-1.009.559l-5.65 1.304a.697.697 0 0 1-.836-.836l1.304-5.651a2.09 2.09 0 0 1 .558-1.008l11.796-11.796a3.983 3.983 0 0 1 5.632 0Z"
|
|
4128
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
4129
|
+
id: "NeetoSign_js__a",
|
|
4130
|
+
x1: 40,
|
|
4131
|
+
x2: -6.857,
|
|
4132
|
+
y1: 48.143,
|
|
4133
|
+
y2: -9.714,
|
|
4134
|
+
gradientUnits: "userSpaceOnUse"
|
|
4135
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
4136
|
+
stopColor: "#698EEF"
|
|
4137
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
4138
|
+
offset: 1,
|
|
4139
|
+
stopColor: "#59CBEF"
|
|
4140
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
4141
|
+
id: "NeetoSign_js__b",
|
|
4142
|
+
width: 24.018,
|
|
4143
|
+
height: 24.358,
|
|
4144
|
+
x: 8.857,
|
|
4145
|
+
y: 8.857,
|
|
4146
|
+
colorInterpolationFilters: "sRGB",
|
|
4147
|
+
filterUnits: "userSpaceOnUse"
|
|
4148
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
4149
|
+
floodOpacity: 0,
|
|
4150
|
+
result: "BackgroundImageFix"
|
|
4151
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4152
|
+
in: "SourceAlpha",
|
|
4153
|
+
result: "hardAlpha",
|
|
4154
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
4155
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
4156
|
+
dx: 0.857,
|
|
4157
|
+
dy: 1.143
|
|
4158
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
4159
|
+
stdDeviation: 0.429
|
|
4160
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
4161
|
+
in2: "hardAlpha",
|
|
4162
|
+
operator: "out"
|
|
4163
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4164
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
4165
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4166
|
+
in2: "BackgroundImageFix",
|
|
4167
|
+
result: "effect1_dropShadow_3193_177"
|
|
4168
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4169
|
+
in: "SourceGraphic",
|
|
4170
|
+
in2: "effect1_dropShadow_3193_177",
|
|
4171
|
+
result: "shape"
|
|
4172
|
+
}))));
|
|
4173
|
+
};
|
|
4174
|
+
|
|
4175
|
+
var _excluded$4 = ["size"];
|
|
4176
|
+
var NeetoSite = function NeetoSite(_ref) {
|
|
4177
|
+
var _ref$size = _ref.size,
|
|
4178
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4179
|
+
props = _objectWithoutProperties(_ref, _excluded$4);
|
|
4180
|
+
|
|
4181
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4182
|
+
width: size,
|
|
4183
|
+
height: size,
|
|
4184
|
+
fill: "none",
|
|
4185
|
+
viewBox: "0 0 40 40"
|
|
4186
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
4187
|
+
fill: "url(#NeetoSite_js__a)",
|
|
4188
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
4189
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
4190
|
+
filter: "url(#NeetoSite_js__b)"
|
|
4191
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
4192
|
+
fill: "#fff",
|
|
4193
|
+
fillRule: "evenodd",
|
|
4194
|
+
d: "m28.447 11.173.028-.03H9.462c-.65 0-1.176.527-1.176 1.177v1.307h16.213v.262H8.286v13.99c0 .65.527 1.177 1.176 1.177h20.79c.65 0 1.177-.527 1.177-1.177V14.044l-2.982-2.871Zm-.639.663-5.748 5.968 3.095 2.98 5.748-5.968-3.095-2.98Zm-6.37 6.647-1.024 4.127 4.086-1.178-3.063-2.95ZM10.246 12.45a.392.392 0 1 1-.784 0 .392.392 0 0 1 .784 0Zm.785.393a.392.392 0 1 0 0-.785.392.392 0 0 0 0 .785Zm1.569-.393a.392.392 0 1 1-.785 0 .392.392 0 0 1 .785 0Z",
|
|
4195
|
+
clipRule: "evenodd"
|
|
4196
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
4197
|
+
id: "NeetoSite_js__a",
|
|
4198
|
+
x1: -4.286,
|
|
4199
|
+
x2: 57.857,
|
|
4200
|
+
y1: -11,
|
|
4201
|
+
y2: 70.857,
|
|
4202
|
+
gradientUnits: "userSpaceOnUse"
|
|
4203
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
4204
|
+
offset: 0.374,
|
|
4205
|
+
stopColor: "#8176FF"
|
|
4206
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
4207
|
+
offset: 1,
|
|
4208
|
+
stopColor: "#41BBFF"
|
|
4209
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
4210
|
+
id: "NeetoSite_js__b",
|
|
4211
|
+
width: 24.857,
|
|
4212
|
+
height: 19.913,
|
|
4213
|
+
x: 8.286,
|
|
4214
|
+
y: 11.143,
|
|
4215
|
+
colorInterpolationFilters: "sRGB",
|
|
4216
|
+
filterUnits: "userSpaceOnUse"
|
|
4217
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
4218
|
+
floodOpacity: 0,
|
|
4219
|
+
result: "BackgroundImageFix"
|
|
4220
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4221
|
+
in: "SourceAlpha",
|
|
4222
|
+
result: "hardAlpha",
|
|
4223
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
4224
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
4225
|
+
dx: 0.857,
|
|
4226
|
+
dy: 1.143
|
|
4227
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
4228
|
+
stdDeviation: 0.429
|
|
4229
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
4230
|
+
in2: "hardAlpha",
|
|
4231
|
+
operator: "out"
|
|
4232
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4233
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
4234
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4235
|
+
in2: "BackgroundImageFix",
|
|
4236
|
+
result: "effect1_dropShadow_3193_172"
|
|
4237
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4238
|
+
in: "SourceGraphic",
|
|
4239
|
+
in2: "effect1_dropShadow_3193_172",
|
|
4240
|
+
result: "shape"
|
|
4241
|
+
}))));
|
|
4242
|
+
};
|
|
4243
|
+
|
|
4244
|
+
var _excluded$3 = ["size"];
|
|
4245
|
+
var NeetoSocial = function NeetoSocial(_ref) {
|
|
4246
|
+
var _ref$size = _ref.size,
|
|
4247
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4248
|
+
props = _objectWithoutProperties(_ref, _excluded$3);
|
|
4249
|
+
|
|
4250
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4251
|
+
width: size,
|
|
4252
|
+
height: size,
|
|
4253
|
+
fill: "none",
|
|
4254
|
+
viewBox: "0 0 40 40"
|
|
4255
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
4256
|
+
fill: "url(#NeetoSocial_js__a)",
|
|
4257
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
4258
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
4259
|
+
filter: "url(#NeetoSocial_js__b)"
|
|
4260
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
4261
|
+
fill: "#fff",
|
|
4262
|
+
d: "M31.092 15.703a4.002 4.002 0 0 0-4.007-3.989H13.15a4 4 0 0 0-4.007 4.012l.034 10.665a4 4 0 0 0 4.007 3.987h3.95l1.88 2.696a1.353 1.353 0 0 0 2.217.004l1.9-2.699h3.988a3.998 3.998 0 0 0 4.007-4.01l-.034-10.666Zm-10.958-1.611a3.738 3.738 0 1 1 0 7.475 3.738 3.738 0 0 1 0-7.476Zm5.952 13.063a.834.834 0 0 1-.834.834H15.014a.835.835 0 0 1-.835-.835 3.785 3.785 0 0 1 3.78-3.793h4.35c1.006 0 1.964.401 2.674 1.112a3.788 3.788 0 0 1 1.103 2.682Z"
|
|
4263
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
4264
|
+
id: "NeetoSocial_js__a",
|
|
4265
|
+
x1: 48.143,
|
|
4266
|
+
x2: -6.857,
|
|
4267
|
+
y1: 59.857,
|
|
4268
|
+
y2: -9.714,
|
|
4269
|
+
gradientUnits: "userSpaceOnUse"
|
|
4270
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
4271
|
+
stopColor: "#81D2F4"
|
|
4272
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
4273
|
+
offset: 1,
|
|
4274
|
+
stopColor: "#4A9CE9"
|
|
4275
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
4276
|
+
id: "NeetoSocial_js__b",
|
|
4277
|
+
width: 23.697,
|
|
4278
|
+
height: 23.938,
|
|
4279
|
+
x: 9.143,
|
|
4280
|
+
y: 11.714,
|
|
4281
|
+
colorInterpolationFilters: "sRGB",
|
|
4282
|
+
filterUnits: "userSpaceOnUse"
|
|
4283
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
4284
|
+
floodOpacity: 0,
|
|
4285
|
+
result: "BackgroundImageFix"
|
|
4286
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4287
|
+
in: "SourceAlpha",
|
|
4288
|
+
result: "hardAlpha",
|
|
4289
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
4290
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
4291
|
+
dx: 0.857,
|
|
4292
|
+
dy: 1.143
|
|
4293
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
4294
|
+
stdDeviation: 0.429
|
|
4295
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
4296
|
+
in2: "hardAlpha",
|
|
4297
|
+
operator: "out"
|
|
4298
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4299
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
4300
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4301
|
+
in2: "BackgroundImageFix",
|
|
4302
|
+
result: "effect1_dropShadow_3193_175"
|
|
4303
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4304
|
+
in: "SourceGraphic",
|
|
4305
|
+
in2: "effect1_dropShadow_3193_175",
|
|
4306
|
+
result: "shape"
|
|
4307
|
+
}))));
|
|
4308
|
+
};
|
|
4309
|
+
|
|
4310
|
+
var _excluded$2 = ["size"];
|
|
4311
|
+
var NeetoStore = function NeetoStore(_ref) {
|
|
4312
|
+
var _ref$size = _ref.size,
|
|
4313
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4314
|
+
props = _objectWithoutProperties(_ref, _excluded$2);
|
|
4315
|
+
|
|
4316
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4317
|
+
width: size,
|
|
4318
|
+
height: size,
|
|
4319
|
+
fill: "none",
|
|
4320
|
+
viewBox: "0 0 40 40"
|
|
4321
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
4322
|
+
fill: "url(#NeetoStore_js__a)",
|
|
4323
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
4324
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
4325
|
+
filter: "url(#NeetoStore_js__b)"
|
|
4326
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
4327
|
+
fill: "#fff",
|
|
4328
|
+
fillRule: "evenodd",
|
|
4329
|
+
d: "M20 10.286c5.365 0 9.714 4.349 9.714 9.714v9.714H10.286V10.286H20Zm-4.145 4.792a.777.777 0 1 0-1.554 0 5.699 5.699 0 0 0 11.398 0 .777.777 0 1 0-1.554 0 4.145 4.145 0 1 1-8.29 0Z",
|
|
4330
|
+
clipRule: "evenodd"
|
|
4331
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
4332
|
+
id: "NeetoStore_js__a",
|
|
4333
|
+
x1: 43.143,
|
|
4334
|
+
x2: 6.286,
|
|
4335
|
+
y1: 51.857,
|
|
4336
|
+
y2: -3.571,
|
|
4337
|
+
gradientUnits: "userSpaceOnUse"
|
|
4338
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
4339
|
+
stopColor: "#3C5BFF"
|
|
4340
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
4341
|
+
offset: 0.699,
|
|
4342
|
+
stopColor: "#55ABE9"
|
|
4343
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
4344
|
+
id: "NeetoStore_js__b",
|
|
4345
|
+
width: 21.143,
|
|
4346
|
+
height: 21.429,
|
|
4347
|
+
x: 10.286,
|
|
4348
|
+
y: 10.286,
|
|
4349
|
+
colorInterpolationFilters: "sRGB",
|
|
4350
|
+
filterUnits: "userSpaceOnUse"
|
|
4351
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
4352
|
+
floodOpacity: 0,
|
|
4353
|
+
result: "BackgroundImageFix"
|
|
4354
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4355
|
+
in: "SourceAlpha",
|
|
4356
|
+
result: "hardAlpha",
|
|
4357
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
4358
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
4359
|
+
dx: 0.857,
|
|
4360
|
+
dy: 1.143
|
|
4361
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
4362
|
+
stdDeviation: 0.429
|
|
4363
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
4364
|
+
in2: "hardAlpha",
|
|
4365
|
+
operator: "out"
|
|
4366
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4367
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
4368
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4369
|
+
in2: "BackgroundImageFix",
|
|
4370
|
+
result: "effect1_dropShadow_3193_168"
|
|
4371
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4372
|
+
in: "SourceGraphic",
|
|
4373
|
+
in2: "effect1_dropShadow_3193_168",
|
|
4374
|
+
result: "shape"
|
|
4375
|
+
}))));
|
|
4376
|
+
};
|
|
4377
|
+
|
|
4378
|
+
var _excluded$1 = ["size"];
|
|
4379
|
+
var NeetoTestify = function NeetoTestify(_ref) {
|
|
4380
|
+
var _ref$size = _ref.size,
|
|
4381
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4382
|
+
props = _objectWithoutProperties(_ref, _excluded$1);
|
|
4383
|
+
|
|
4384
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4385
|
+
width: size,
|
|
4386
|
+
height: size,
|
|
4387
|
+
fill: "none",
|
|
4388
|
+
viewBox: "0 0 40 40"
|
|
4389
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
4390
|
+
fill: "url(#NeetoTestify_js__a)",
|
|
4391
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
4392
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
4393
|
+
fill: "#fff",
|
|
4394
|
+
filter: "url(#NeetoTestify_js__b)"
|
|
4395
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
4396
|
+
d: "m31.884 31.144-3.15-3.112c-.317.51-.695.988-1.132 1.423-.44.44-.923.822-1.439 1.142l3.169 3.13a1.814 1.814 0 0 0 2.566-.016 1.81 1.81 0 0 0-.014-2.567Z"
|
|
4397
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4398
|
+
fillRule: "evenodd",
|
|
4399
|
+
d: "M19.047 29.613c4.818 0 8.698-3.879 8.698-8.632 0-4.752-3.88-8.631-8.698-8.631-4.818 0-8.697 3.879-8.697 8.631 0 4.753 3.88 8.632 8.697 8.632Zm0 2.636c6.26 0 11.333-5.045 11.333-11.268 0-6.222-5.074-11.267-11.333-11.267S7.714 14.76 7.714 20.981c0 6.223 5.074 11.267 11.333 11.267Z",
|
|
4400
|
+
clipRule: "evenodd"
|
|
4401
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4402
|
+
d: "m22.716 17.07-1.167 1.157 2.16 2.689-2.16 2.69 1.167 1.158 3.052-3.848-3.052-3.845Zm-5.907 1.154-1.167-1.156-3.052 3.848 3.052 3.845 1.167-1.157-2.16-2.688 2.16-2.692Zm.723 6.777h1.647l1.647-8.17H19.18L17.532 25Z"
|
|
4403
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
4404
|
+
id: "NeetoTestify_js__a",
|
|
4405
|
+
x1: 40,
|
|
4406
|
+
x2: -12.429,
|
|
4407
|
+
y1: 48.143,
|
|
4408
|
+
y2: -17,
|
|
4409
|
+
gradientUnits: "userSpaceOnUse"
|
|
4410
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
4411
|
+
stopColor: "#FF9E45"
|
|
4412
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
4413
|
+
offset: 1,
|
|
4414
|
+
stopColor: "#FFF27A"
|
|
4415
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
4416
|
+
id: "NeetoTestify_js__b",
|
|
4417
|
+
width: 26.425,
|
|
4418
|
+
height: 26.536,
|
|
4419
|
+
x: 7.714,
|
|
4420
|
+
y: 9.714,
|
|
4421
|
+
colorInterpolationFilters: "sRGB",
|
|
4422
|
+
filterUnits: "userSpaceOnUse"
|
|
4423
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
4424
|
+
floodOpacity: 0,
|
|
4425
|
+
result: "BackgroundImageFix"
|
|
4426
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4427
|
+
in: "SourceAlpha",
|
|
4428
|
+
result: "hardAlpha",
|
|
4429
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
4430
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
4431
|
+
dx: 0.857,
|
|
4432
|
+
dy: 1.143
|
|
4433
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
4434
|
+
stdDeviation: 0.429
|
|
4435
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
4436
|
+
in2: "hardAlpha",
|
|
4437
|
+
operator: "out"
|
|
4438
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4439
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
4440
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4441
|
+
in2: "BackgroundImageFix",
|
|
4442
|
+
result: "effect1_dropShadow_3193_174"
|
|
4443
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4444
|
+
in: "SourceGraphic",
|
|
4445
|
+
in2: "effect1_dropShadow_3193_174",
|
|
4446
|
+
result: "shape"
|
|
4447
|
+
}))));
|
|
4448
|
+
};
|
|
4449
|
+
|
|
4450
|
+
var _excluded = ["size"];
|
|
4451
|
+
var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
4452
|
+
var _ref$size = _ref.size,
|
|
4453
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4454
|
+
props = _objectWithoutProperties(_ref, _excluded);
|
|
4455
|
+
|
|
4456
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4457
|
+
width: size,
|
|
4458
|
+
height: size,
|
|
4459
|
+
fill: "none",
|
|
4460
|
+
viewBox: "0 0 40 40"
|
|
4461
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
4462
|
+
fill: "url(#NeetoWireframe_js__a)",
|
|
4463
|
+
d: "M40 20C40 8.954 31.046 0 20 0H0v40h40V20Z"
|
|
4464
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
4465
|
+
fill: "#fff",
|
|
4466
|
+
filter: "url(#NeetoWireframe_js__b)"
|
|
4467
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
4468
|
+
width: 12.985,
|
|
4469
|
+
height: 5.224,
|
|
4470
|
+
x: 17.015,
|
|
4471
|
+
y: 11.714,
|
|
4472
|
+
rx: 0.512
|
|
4473
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
4474
|
+
width: 12.985,
|
|
4475
|
+
height: 12.985,
|
|
4476
|
+
x: 10,
|
|
4477
|
+
y: 18.729,
|
|
4478
|
+
rx: 0.512
|
|
4479
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
4480
|
+
cx: 12.612,
|
|
4481
|
+
cy: 14.326,
|
|
4482
|
+
r: 2.612
|
|
4483
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
4484
|
+
width: 12.985,
|
|
4485
|
+
height: 5.224,
|
|
4486
|
+
x: 24.776,
|
|
4487
|
+
y: 31.714,
|
|
4488
|
+
rx: 0.512,
|
|
4489
|
+
transform: "rotate(-90 24.776 31.714)"
|
|
4490
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
4491
|
+
id: "NeetoWireframe_js__a",
|
|
4492
|
+
x1: 43.143,
|
|
4493
|
+
x2: 6.286,
|
|
4494
|
+
y1: 51.857,
|
|
4495
|
+
y2: -3.571,
|
|
4496
|
+
gradientUnits: "userSpaceOnUse"
|
|
4497
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
4498
|
+
stopColor: "#6A67E8"
|
|
4499
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
4500
|
+
offset: 0.699,
|
|
4501
|
+
stopColor: "#B49AFC"
|
|
4502
|
+
})), /*#__PURE__*/React.createElement("filter", {
|
|
4503
|
+
id: "NeetoWireframe_js__b",
|
|
4504
|
+
width: 21.714,
|
|
4505
|
+
height: 22,
|
|
4506
|
+
x: 10,
|
|
4507
|
+
y: 11.714,
|
|
4508
|
+
colorInterpolationFilters: "sRGB",
|
|
4509
|
+
filterUnits: "userSpaceOnUse"
|
|
4510
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
4511
|
+
floodOpacity: 0,
|
|
4512
|
+
result: "BackgroundImageFix"
|
|
4513
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4514
|
+
in: "SourceAlpha",
|
|
4515
|
+
result: "hardAlpha",
|
|
4516
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
4517
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
4518
|
+
dx: 0.857,
|
|
4519
|
+
dy: 1.143
|
|
4520
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
4521
|
+
stdDeviation: 0.429
|
|
4522
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
4523
|
+
in2: "hardAlpha",
|
|
4524
|
+
operator: "out"
|
|
4525
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4526
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
4527
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4528
|
+
in2: "BackgroundImageFix",
|
|
4529
|
+
result: "effect1_dropShadow_3204_332"
|
|
4530
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4531
|
+
in: "SourceGraphic",
|
|
4532
|
+
in2: "effect1_dropShadow_3204_332",
|
|
4533
|
+
result: "shape"
|
|
4534
|
+
}))));
|
|
4535
|
+
};
|
|
4536
|
+
|
|
4537
|
+
exports.Neeto = Neeto;
|
|
4538
|
+
exports.NeetoAnalytics = NeetoAnalytics;
|
|
4539
|
+
exports.NeetoCal = NeetoCal;
|
|
4540
|
+
exports.NeetoChangelog = NeetoChangelog;
|
|
4541
|
+
exports.NeetoChat = NeetoChat;
|
|
4542
|
+
exports.NeetoCi = NeetoCi;
|
|
4543
|
+
exports.NeetoCourse = NeetoCourse;
|
|
4544
|
+
exports.NeetoCrm = NeetoCrm;
|
|
4545
|
+
exports.NeetoDeploy = NeetoDeploy;
|
|
4546
|
+
exports.NeetoDesk = NeetoDesk;
|
|
4547
|
+
exports.NeetoEngage = NeetoEngage;
|
|
4548
|
+
exports.NeetoForm = NeetoForm;
|
|
4549
|
+
exports.NeetoGit = NeetoGit;
|
|
4550
|
+
exports.NeetoInvisible = NeetoInvisible;
|
|
4551
|
+
exports.NeetoInvoice = NeetoInvoice;
|
|
4552
|
+
exports.NeetoKb = NeetoKb;
|
|
4553
|
+
exports.NeetoPlanner = NeetoPlanner;
|
|
4554
|
+
exports.NeetoPopups = NeetoPopups;
|
|
4555
|
+
exports.NeetoQuiz = NeetoQuiz;
|
|
4556
|
+
exports.NeetoReplay = NeetoReplay;
|
|
4557
|
+
exports.NeetoReview = NeetoReview;
|
|
4558
|
+
exports.NeetoRunner = NeetoRunner;
|
|
4559
|
+
exports.NeetoSign = NeetoSign;
|
|
4560
|
+
exports.NeetoSite = NeetoSite;
|
|
4561
|
+
exports.NeetoSocial = NeetoSocial;
|
|
4562
|
+
exports.NeetoStore = NeetoStore;
|
|
4563
|
+
exports.NeetoTestify = NeetoTestify;
|
|
4564
|
+
exports.NeetoWireframe = NeetoWireframe;
|
|
4565
|
+
//# sourceMappingURL=neeto-logos.cjs.js.map
|