@bigbinary/neeto-icons 1.18.8 → 1.18.10
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 +63 -34
- package/dist/app-icons.cjs.js.map +1 -1
- package/dist/app-icons.js +63 -35
- package/dist/app-icons.js.map +1 -1
- package/dist/neeto-icons.cjs.js +662 -434
- package/dist/neeto-icons.cjs.js.map +1 -1
- package/dist/neeto-icons.js +659 -435
- package/dist/neeto-icons.js.map +1 -1
- package/dist/neeto-logos.cjs.js +67 -34
- package/dist/neeto-logos.cjs.js.map +1 -1
- package/dist/neeto-logos.js +67 -35
- package/dist/neeto-logos.js.map +1 -1
- package/dist/typeface-logos.cjs.js +90 -34
- package/dist/typeface-logos.cjs.js.map +1 -1
- package/dist/typeface-logos.js +90 -35
- package/dist/typeface-logos.js.map +1 -1
- package/package.json +1 -1
package/dist/typeface-logos.js
CHANGED
|
@@ -2832,13 +2832,13 @@ if (process.env.NODE_ENV === 'production') {
|
|
|
2832
2832
|
|
|
2833
2833
|
var React = react.exports;
|
|
2834
2834
|
|
|
2835
|
-
var _excluded$
|
|
2835
|
+
var _excluded$p = ["width", "height"];
|
|
2836
2836
|
var Neeto = function Neeto(_ref) {
|
|
2837
2837
|
var _ref$width = _ref.width,
|
|
2838
2838
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
2839
2839
|
_ref$height = _ref.height,
|
|
2840
2840
|
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
2841
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2841
|
+
props = _objectWithoutProperties(_ref, _excluded$p);
|
|
2842
2842
|
|
|
2843
2843
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2844
2844
|
width: width,
|
|
@@ -2866,13 +2866,13 @@ var Neeto = function Neeto(_ref) {
|
|
|
2866
2866
|
}));
|
|
2867
2867
|
};
|
|
2868
2868
|
|
|
2869
|
-
var _excluded$
|
|
2869
|
+
var _excluded$o = ["width", "height"];
|
|
2870
2870
|
var NeetoCal = function NeetoCal(_ref) {
|
|
2871
2871
|
var _ref$width = _ref.width,
|
|
2872
2872
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
2873
2873
|
_ref$height = _ref.height,
|
|
2874
2874
|
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
2875
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2875
|
+
props = _objectWithoutProperties(_ref, _excluded$o);
|
|
2876
2876
|
|
|
2877
2877
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2878
2878
|
width: width,
|
|
@@ -2963,13 +2963,13 @@ var NeetoCal = function NeetoCal(_ref) {
|
|
|
2963
2963
|
}));
|
|
2964
2964
|
};
|
|
2965
2965
|
|
|
2966
|
-
var _excluded$
|
|
2966
|
+
var _excluded$n = ["width", "height"];
|
|
2967
2967
|
var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
2968
2968
|
var _ref$width = _ref.width,
|
|
2969
2969
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
2970
2970
|
_ref$height = _ref.height,
|
|
2971
2971
|
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
2972
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2972
|
+
props = _objectWithoutProperties(_ref, _excluded$n);
|
|
2973
2973
|
|
|
2974
2974
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2975
2975
|
width: width,
|
|
@@ -3039,13 +3039,13 @@ var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
|
3039
3039
|
}));
|
|
3040
3040
|
};
|
|
3041
3041
|
|
|
3042
|
-
var _excluded$
|
|
3042
|
+
var _excluded$m = ["width", "height"];
|
|
3043
3043
|
var NeetoChat = function NeetoChat(_ref) {
|
|
3044
3044
|
var _ref$width = _ref.width,
|
|
3045
3045
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3046
3046
|
_ref$height = _ref.height,
|
|
3047
3047
|
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
3048
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3048
|
+
props = _objectWithoutProperties(_ref, _excluded$m);
|
|
3049
3049
|
|
|
3050
3050
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3051
3051
|
width: width,
|
|
@@ -3109,13 +3109,13 @@ var NeetoChat = function NeetoChat(_ref) {
|
|
|
3109
3109
|
}))));
|
|
3110
3110
|
};
|
|
3111
3111
|
|
|
3112
|
-
var _excluded$
|
|
3112
|
+
var _excluded$l = ["width", "height"];
|
|
3113
3113
|
var NeetoCi = function NeetoCi(_ref) {
|
|
3114
3114
|
var _ref$width = _ref.width,
|
|
3115
3115
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3116
3116
|
_ref$height = _ref.height,
|
|
3117
3117
|
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
3118
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3118
|
+
props = _objectWithoutProperties(_ref, _excluded$l);
|
|
3119
3119
|
|
|
3120
3120
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3121
3121
|
width: width,
|
|
@@ -3158,13 +3158,13 @@ var NeetoCi = function NeetoCi(_ref) {
|
|
|
3158
3158
|
}));
|
|
3159
3159
|
};
|
|
3160
3160
|
|
|
3161
|
-
var _excluded$
|
|
3161
|
+
var _excluded$k = ["width", "height"];
|
|
3162
3162
|
var NeetoCode = function NeetoCode(_ref) {
|
|
3163
3163
|
var _ref$width = _ref.width,
|
|
3164
3164
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3165
3165
|
_ref$height = _ref.height,
|
|
3166
3166
|
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
3167
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3167
|
+
props = _objectWithoutProperties(_ref, _excluded$k);
|
|
3168
3168
|
|
|
3169
3169
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3170
3170
|
width: width,
|
|
@@ -3224,13 +3224,13 @@ var NeetoCode = function NeetoCode(_ref) {
|
|
|
3224
3224
|
}))));
|
|
3225
3225
|
};
|
|
3226
3226
|
|
|
3227
|
-
var _excluded$
|
|
3227
|
+
var _excluded$j = ["width", "height"];
|
|
3228
3228
|
var NeetoCourse = function NeetoCourse(_ref) {
|
|
3229
3229
|
var _ref$width = _ref.width,
|
|
3230
3230
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3231
3231
|
_ref$height = _ref.height,
|
|
3232
3232
|
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
3233
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3233
|
+
props = _objectWithoutProperties(_ref, _excluded$j);
|
|
3234
3234
|
|
|
3235
3235
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3236
3236
|
width: width,
|
|
@@ -3285,13 +3285,13 @@ var NeetoCourse = function NeetoCourse(_ref) {
|
|
|
3285
3285
|
}));
|
|
3286
3286
|
};
|
|
3287
3287
|
|
|
3288
|
-
var _excluded$
|
|
3288
|
+
var _excluded$i = ["width", "height"];
|
|
3289
3289
|
var NeetoCrm = function NeetoCrm(_ref) {
|
|
3290
3290
|
var _ref$width = _ref.width,
|
|
3291
3291
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3292
3292
|
_ref$height = _ref.height,
|
|
3293
3293
|
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
3294
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3294
|
+
props = _objectWithoutProperties(_ref, _excluded$i);
|
|
3295
3295
|
|
|
3296
3296
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3297
3297
|
width: width,
|
|
@@ -3337,13 +3337,13 @@ var NeetoCrm = function NeetoCrm(_ref) {
|
|
|
3337
3337
|
}));
|
|
3338
3338
|
};
|
|
3339
3339
|
|
|
3340
|
-
var _excluded$
|
|
3340
|
+
var _excluded$h = ["width", "height"];
|
|
3341
3341
|
var NeetoDeploy = function NeetoDeploy(_ref) {
|
|
3342
3342
|
var _ref$width = _ref.width,
|
|
3343
3343
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3344
3344
|
_ref$height = _ref.height,
|
|
3345
3345
|
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
3346
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3346
|
+
props = _objectWithoutProperties(_ref, _excluded$h);
|
|
3347
3347
|
|
|
3348
3348
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3349
3349
|
width: width,
|
|
@@ -3407,13 +3407,13 @@ var NeetoDeploy = function NeetoDeploy(_ref) {
|
|
|
3407
3407
|
}))));
|
|
3408
3408
|
};
|
|
3409
3409
|
|
|
3410
|
-
var _excluded$
|
|
3410
|
+
var _excluded$g = ["width", "height"];
|
|
3411
3411
|
var NeetoDesk = function NeetoDesk(_ref) {
|
|
3412
3412
|
var _ref$width = _ref.width,
|
|
3413
3413
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3414
3414
|
_ref$height = _ref.height,
|
|
3415
3415
|
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
3416
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3416
|
+
props = _objectWithoutProperties(_ref, _excluded$g);
|
|
3417
3417
|
|
|
3418
3418
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3419
3419
|
width: width,
|
|
@@ -3485,13 +3485,13 @@ var NeetoDesk = function NeetoDesk(_ref) {
|
|
|
3485
3485
|
}))));
|
|
3486
3486
|
};
|
|
3487
3487
|
|
|
3488
|
-
var _excluded$
|
|
3488
|
+
var _excluded$f = ["width", "height"];
|
|
3489
3489
|
var NeetoForm = function NeetoForm(_ref) {
|
|
3490
3490
|
var _ref$width = _ref.width,
|
|
3491
3491
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3492
3492
|
_ref$height = _ref.height,
|
|
3493
3493
|
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
3494
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3494
|
+
props = _objectWithoutProperties(_ref, _excluded$f);
|
|
3495
3495
|
|
|
3496
3496
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3497
3497
|
width: width,
|
|
@@ -3549,13 +3549,13 @@ var NeetoForm = function NeetoForm(_ref) {
|
|
|
3549
3549
|
}))));
|
|
3550
3550
|
};
|
|
3551
3551
|
|
|
3552
|
-
var _excluded$
|
|
3552
|
+
var _excluded$e = ["width", "height"];
|
|
3553
3553
|
var NeetoGit = function NeetoGit(_ref) {
|
|
3554
3554
|
var _ref$width = _ref.width,
|
|
3555
3555
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3556
3556
|
_ref$height = _ref.height,
|
|
3557
3557
|
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
3558
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3558
|
+
props = _objectWithoutProperties(_ref, _excluded$e);
|
|
3559
3559
|
|
|
3560
3560
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3561
3561
|
width: width,
|
|
@@ -3631,13 +3631,13 @@ var NeetoGit = function NeetoGit(_ref) {
|
|
|
3631
3631
|
}))));
|
|
3632
3632
|
};
|
|
3633
3633
|
|
|
3634
|
-
var _excluded$
|
|
3634
|
+
var _excluded$d = ["width", "height"];
|
|
3635
3635
|
var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
3636
3636
|
var _ref$width = _ref.width,
|
|
3637
3637
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3638
3638
|
_ref$height = _ref.height,
|
|
3639
3639
|
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
3640
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3640
|
+
props = _objectWithoutProperties(_ref, _excluded$d);
|
|
3641
3641
|
|
|
3642
3642
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3643
3643
|
width: width,
|
|
@@ -3714,13 +3714,13 @@ var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
|
3714
3714
|
}))));
|
|
3715
3715
|
};
|
|
3716
3716
|
|
|
3717
|
-
var _excluded$
|
|
3717
|
+
var _excluded$c = ["width", "height"];
|
|
3718
3718
|
var NeetoInvoice = function NeetoInvoice(_ref) {
|
|
3719
3719
|
var _ref$width = _ref.width,
|
|
3720
3720
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3721
3721
|
_ref$height = _ref.height,
|
|
3722
3722
|
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
3723
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3723
|
+
props = _objectWithoutProperties(_ref, _excluded$c);
|
|
3724
3724
|
|
|
3725
3725
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3726
3726
|
width: width,
|
|
@@ -3787,13 +3787,13 @@ var NeetoInvoice = function NeetoInvoice(_ref) {
|
|
|
3787
3787
|
}))));
|
|
3788
3788
|
};
|
|
3789
3789
|
|
|
3790
|
-
var _excluded$
|
|
3790
|
+
var _excluded$b = ["width", "height"];
|
|
3791
3791
|
var NeetoKb = function NeetoKb(_ref) {
|
|
3792
3792
|
var _ref$width = _ref.width,
|
|
3793
3793
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3794
3794
|
_ref$height = _ref.height,
|
|
3795
3795
|
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
3796
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3796
|
+
props = _objectWithoutProperties(_ref, _excluded$b);
|
|
3797
3797
|
|
|
3798
3798
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3799
3799
|
width: width,
|
|
@@ -3855,13 +3855,13 @@ var NeetoKb = function NeetoKb(_ref) {
|
|
|
3855
3855
|
}))));
|
|
3856
3856
|
};
|
|
3857
3857
|
|
|
3858
|
-
var _excluded$
|
|
3858
|
+
var _excluded$a = ["width", "height"];
|
|
3859
3859
|
var NeetoPlanner = function NeetoPlanner(_ref) {
|
|
3860
3860
|
var _ref$width = _ref.width,
|
|
3861
3861
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3862
3862
|
_ref$height = _ref.height,
|
|
3863
3863
|
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
3864
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3864
|
+
props = _objectWithoutProperties(_ref, _excluded$a);
|
|
3865
3865
|
|
|
3866
3866
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3867
3867
|
width: width,
|
|
@@ -3931,13 +3931,13 @@ var NeetoPlanner = function NeetoPlanner(_ref) {
|
|
|
3931
3931
|
}))));
|
|
3932
3932
|
};
|
|
3933
3933
|
|
|
3934
|
-
var _excluded$
|
|
3934
|
+
var _excluded$9 = ["width", "height"];
|
|
3935
3935
|
var NeetoPlaydash = function NeetoPlaydash(_ref) {
|
|
3936
3936
|
var _ref$width = _ref.width,
|
|
3937
3937
|
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3938
3938
|
_ref$height = _ref.height,
|
|
3939
3939
|
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
3940
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3940
|
+
props = _objectWithoutProperties(_ref, _excluded$9);
|
|
3941
3941
|
|
|
3942
3942
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3943
3943
|
width: width,
|
|
@@ -4028,6 +4028,61 @@ var NeetoPlaydash = function NeetoPlaydash(_ref) {
|
|
|
4028
4028
|
}))));
|
|
4029
4029
|
};
|
|
4030
4030
|
|
|
4031
|
+
var _excluded$8 = ["width", "height"];
|
|
4032
|
+
var NeetoPublish = function NeetoPublish(_ref) {
|
|
4033
|
+
var _ref$width = _ref.width,
|
|
4034
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4035
|
+
_ref$height = _ref.height,
|
|
4036
|
+
height = _ref$height === void 0 ? 36 : _ref$height,
|
|
4037
|
+
props = _objectWithoutProperties(_ref, _excluded$8);
|
|
4038
|
+
|
|
4039
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4040
|
+
width: width,
|
|
4041
|
+
height: height,
|
|
4042
|
+
viewBox: "0 0 579 153",
|
|
4043
|
+
fill: "none"
|
|
4044
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
4045
|
+
d: "M22.4999 135.3V8.44141H79.3393C102.542 8.44141 121.351 27.2507 121.351 50.4531C121.351 73.6555 102.542 92.4648 79.3393 92.4648H65.3354V135.3H22.4999Z",
|
|
4046
|
+
fill: "#5BCC5A"
|
|
4047
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4048
|
+
d: "M22.544 49.8087H65.4228V135.566H22.544V49.8087Z",
|
|
4049
|
+
fill: "#75DC66"
|
|
4050
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4051
|
+
d: "M22.5003 49.6293H65.3357L65.3354 92.4648L22.5003 49.6293Z",
|
|
4052
|
+
fill: "#0DA84C"
|
|
4053
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
4054
|
+
clipPath: "url(#NeetoPublish_js__clip0_1409_732)"
|
|
4055
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
4056
|
+
d: "M231.463 79.8608C231.463 84.1658 230.425 88.2017 228.349 91.9686C226.351 95.7355 223.16 98.772 218.778 101.078C214.473 103.385 209.015 104.538 202.404 104.538H188.913V135.441H172.769V54.9533H202.404C208.631 54.9533 213.935 56.0295 218.317 58.182C222.699 60.3345 225.966 63.2942 228.119 67.0611C230.348 70.828 231.463 75.0945 231.463 79.8608ZM201.712 91.5073C206.171 91.5073 209.477 90.508 211.629 88.5092C213.782 86.4336 214.858 83.5508 214.858 79.8608C214.858 72.0195 210.476 68.0989 201.712 68.0989H188.913V91.5073H201.712ZM300.927 71.5583V135.441H284.668V127.37C282.592 130.137 279.863 132.328 276.481 133.942C273.175 135.48 269.562 136.249 265.641 136.249C260.644 136.249 256.224 135.211 252.38 133.135C248.537 130.983 245.5 127.869 243.271 123.795C241.118 119.644 240.042 114.724 240.042 109.035V71.5583H256.186V106.729C256.186 111.802 257.454 115.723 259.991 118.49C262.528 121.181 265.987 122.526 270.369 122.526C274.828 122.526 278.326 121.181 280.863 118.49C283.399 115.723 284.668 111.802 284.668 106.729V71.5583H300.927ZM330.693 80.8986C332.768 77.8236 335.613 75.3252 339.226 73.4033C342.916 71.4814 347.106 70.5205 351.795 70.5205C357.253 70.5205 362.173 71.8658 366.555 74.5564C371.014 77.247 374.512 81.0908 377.048 86.0877C379.662 91.0077 380.969 96.7348 380.969 103.269C380.969 109.804 379.662 115.608 377.048 120.681C374.512 125.678 371.014 129.56 366.555 132.328C362.173 135.095 357.253 136.479 351.795 136.479C347.029 136.479 342.839 135.557 339.226 133.712C335.69 131.79 332.845 129.33 330.693 126.332V135.441H314.549V50.1102H330.693V80.8986ZM364.479 103.269C364.479 99.4255 363.672 96.1198 362.058 93.3523C360.52 90.508 358.445 88.3555 355.831 86.8948C353.294 85.4342 350.527 84.7039 347.528 84.7039C344.607 84.7039 341.84 85.4727 339.226 87.0102C336.689 88.4708 334.613 90.6233 332.999 93.4677C331.462 96.312 330.693 99.6561 330.693 103.5C330.693 107.344 331.462 110.688 332.999 113.532C334.613 116.376 336.689 118.567 339.226 120.105C341.84 121.565 344.607 122.296 347.528 122.296C350.527 122.296 353.294 121.527 355.831 119.99C358.445 118.452 360.52 116.261 362.058 113.417C363.672 110.572 364.479 107.19 364.479 103.269ZM406.538 50.1102V135.441H390.394V50.1102H406.538ZM428.369 63.9477C425.524 63.9477 423.141 63.0636 421.219 61.2955C419.374 59.4505 418.452 57.1827 418.452 54.492C418.452 51.8014 419.374 49.572 421.219 47.8039C423.141 45.9589 425.524 45.0364 428.369 45.0364C431.213 45.0364 433.558 45.9589 435.403 47.8039C437.325 49.572 438.286 51.8014 438.286 54.492C438.286 57.1827 437.325 59.4505 435.403 61.2955C433.558 63.0636 431.213 63.9477 428.369 63.9477ZM436.325 71.5583V135.441H420.182V71.5583H436.325ZM474.415 136.479C469.188 136.479 464.499 135.557 460.347 133.712C456.196 131.79 452.89 129.215 450.43 125.986C448.047 122.757 446.74 119.182 446.51 115.262H462.769C463.076 117.722 464.268 119.759 466.344 121.373C468.496 122.988 471.148 123.795 474.3 123.795C477.375 123.795 479.758 123.18 481.45 121.95C483.218 120.72 484.102 119.144 484.102 117.222C484.102 115.146 483.025 113.609 480.873 112.61C478.797 111.533 475.453 110.38 470.841 109.15C466.075 107.997 462.154 106.805 459.079 105.575C456.081 104.345 453.467 102.462 451.238 99.9252C449.085 97.3883 448.009 93.9673 448.009 89.6623C448.009 86.1261 449.008 82.8973 451.007 79.9761C453.083 77.0548 456.004 74.7486 459.771 73.0573C463.615 71.3661 468.112 70.5205 473.262 70.5205C480.873 70.5205 486.946 72.4423 491.482 76.2861C496.017 80.053 498.516 85.1652 498.977 91.6227H483.525C483.295 89.0858 482.218 87.087 480.296 85.6264C478.451 84.0889 475.953 83.3202 472.801 83.3202C469.88 83.3202 467.612 83.8583 465.998 84.9345C464.46 86.0108 463.691 87.5098 463.691 89.4317C463.691 91.5842 464.768 93.237 466.92 94.3902C469.073 95.4664 472.417 96.5811 476.952 97.7342C481.565 98.8873 485.37 100.079 488.368 101.309C491.366 102.539 493.942 104.461 496.094 107.075C498.324 109.611 499.477 112.994 499.554 117.222C499.554 120.912 498.516 124.218 496.44 127.139C494.441 130.06 491.52 132.366 487.676 134.058C483.91 135.672 479.489 136.479 474.415 136.479ZM546.477 70.6358C551.32 70.6358 555.625 71.712 559.392 73.8645C563.159 75.9402 566.08 79.0536 568.156 83.2048C570.308 87.2792 571.384 92.1992 571.384 97.9648V135.441H555.241V100.156C555.241 95.082 553.972 91.1998 551.435 88.5092C548.898 85.7417 545.439 84.358 541.057 84.358C536.598 84.358 533.062 85.7417 530.448 88.5092C527.911 91.1998 526.643 95.082 526.643 100.156V135.441H510.499V50.1102H526.643V79.5148C528.719 76.7473 531.486 74.5948 534.946 73.0573C538.405 71.443 542.249 70.6358 546.477 70.6358Z",
|
|
4057
|
+
fill: "black"
|
|
4058
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4059
|
+
d: "M229.746 25.3769C229.746 26.2403 229.689 27.0174 229.574 27.7082H212.103C212.247 29.4351 212.851 30.7878 213.915 31.7664C214.979 32.7449 216.287 33.2342 217.84 33.2342C220.083 33.2342 221.679 32.27 222.628 30.3417H229.142C228.452 32.6442 227.129 34.5438 225.174 36.0404C223.218 37.5083 220.817 38.2422 217.97 38.2422C215.669 38.2422 213.598 37.7385 211.758 36.7312C209.946 35.695 208.523 34.2416 207.487 32.3708C206.481 30.5 205.977 28.3414 205.977 25.8949C205.977 23.4197 206.481 21.2467 207.487 19.3759C208.494 17.5051 209.903 16.0661 211.715 15.0587C213.527 14.0514 215.611 13.5477 217.97 13.5477C220.242 13.5477 222.269 14.037 224.052 15.0155C225.864 15.9941 227.259 17.39 228.236 19.2032C229.243 20.9877 229.746 23.0456 229.746 25.3769ZM223.491 23.65C223.462 22.0958 222.902 20.8582 221.809 19.9372C220.716 18.9874 219.379 18.5125 217.797 18.5125C216.302 18.5125 215.036 18.973 214.001 19.894C212.994 20.7862 212.376 22.0382 212.146 23.65H223.491Z",
|
|
4060
|
+
fill: "black"
|
|
4061
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4062
|
+
d: "M256.37 25.3769C256.37 26.2403 256.312 27.0174 256.197 27.7082H238.727C238.871 29.4351 239.474 30.7878 240.539 31.7664C241.603 32.7449 242.911 33.2342 244.464 33.2342C246.707 33.2342 248.303 32.27 249.252 30.3417H255.766C255.076 32.6442 253.753 34.5438 251.797 36.0404C249.842 37.5083 247.44 38.2422 244.593 38.2422C242.293 38.2422 240.222 37.7385 238.382 36.7312C236.57 35.695 235.146 34.2416 234.111 32.3708C233.105 30.5 232.601 28.3414 232.601 25.8949C232.601 23.4197 233.105 21.2467 234.111 19.3759C235.118 17.5051 236.527 16.0661 238.339 15.0587C240.15 14.0514 242.235 13.5477 244.593 13.5477C246.865 13.5477 248.893 14.037 250.676 15.0155C252.488 15.9941 253.882 17.39 254.86 19.2032C255.867 20.9877 256.37 23.0456 256.37 25.3769ZM250.115 23.65C250.086 22.0958 249.525 20.8582 248.433 19.9372C247.34 18.9874 246.003 18.5125 244.421 18.5125C242.925 18.5125 241.66 18.973 240.625 19.894C239.618 20.7862 239 22.0382 238.77 23.65H250.115Z",
|
|
4063
|
+
fill: "black"
|
|
4064
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4065
|
+
d: "M267.909 18.8546V30.5287C267.909 31.3346 268.122 31.8671 268.496 32.2412C268.898 32.5866 269.56 32.7593 270.48 32.7593H273.284V37.8536H269.488C264.398 37.8536 261.962 35.2502 261.962 30.2998V18.8546H258.76V13.8187H261.962V7.86719H267.909V13.8187H273.284V18.8546H267.909Z",
|
|
4066
|
+
fill: "black"
|
|
4067
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4068
|
+
d: "M288.114 38.2422C285.813 38.2422 283.743 37.7385 281.902 36.7312C280.062 35.695 278.609 34.2416 277.545 32.3708C276.51 30.5 275.992 28.3414 275.992 25.8949C275.992 23.4485 276.524 21.2899 277.588 19.4191C278.681 17.5483 280.162 16.1092 282.032 15.1019C283.901 14.0658 285.986 13.5477 288.286 13.5477C290.587 13.5477 292.672 14.0658 294.541 15.1019C296.411 16.1092 297.877 17.5483 298.941 19.4191C300.034 21.2899 300.581 23.4485 300.581 25.8949C300.581 28.3414 300.02 30.5 298.898 32.3708C297.805 34.2416 296.31 35.695 294.412 36.7312C292.543 37.7385 290.443 38.2422 288.114 38.2422ZM288.114 32.9752C289.207 32.9752 290.228 32.7161 291.177 32.1981C292.154 31.6512 292.931 30.8454 293.506 29.7804C294.081 28.7155 294.369 27.4204 294.369 25.8949C294.369 23.6212 293.765 21.8799 292.557 20.6711C291.378 19.4335 289.926 18.8147 288.2 18.8147C286.475 18.8147 285.022 19.4335 283.843 20.6711C282.693 21.8799 282.118 23.6212 282.118 25.8949C282.118 28.1687 282.679 29.9243 283.8 31.1619C284.95 32.3708 286.388 32.9752 288.114 32.9752Z",
|
|
4069
|
+
fill: "black"
|
|
4070
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4071
|
+
d: "M200.877 7.86719H189.283L200.877 25.2575V7.86719Z",
|
|
4072
|
+
fill: "black"
|
|
4073
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4074
|
+
d: "M172.125 38.2422L172.125 7.86719H180.497L200.877 38.2422H192.26L178.849 18.5332V38.2422H172.125Z",
|
|
4075
|
+
fill: "black"
|
|
4076
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
4077
|
+
id: "NeetoPublish_js__clip0_1409_732"
|
|
4078
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
4079
|
+
width: 415.125,
|
|
4080
|
+
height: 153,
|
|
4081
|
+
fill: "white",
|
|
4082
|
+
transform: "translate(163.687)"
|
|
4083
|
+
}))));
|
|
4084
|
+
};
|
|
4085
|
+
|
|
4031
4086
|
var _excluded$7 = ["width", "height"];
|
|
4032
4087
|
var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
4033
4088
|
var _ref$width = _ref.width,
|
|
@@ -4592,5 +4647,5 @@ var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
|
4592
4647
|
}))));
|
|
4593
4648
|
};
|
|
4594
4649
|
|
|
4595
|
-
export { Neeto, NeetoCal, NeetoChangelog, NeetoChat, NeetoCi, NeetoCode, NeetoCourse, NeetoCrm, NeetoDeploy, NeetoDesk, NeetoForm, NeetoGit, NeetoInvisible, NeetoInvoice, NeetoKb, NeetoPlanner, NeetoPlaydash, NeetoQuiz, NeetoRecord, NeetoReplay, NeetoRunner, NeetoSeo, NeetoSite, NeetoTestify, NeetoWireframe };
|
|
4650
|
+
export { Neeto, NeetoCal, NeetoChangelog, NeetoChat, NeetoCi, NeetoCode, NeetoCourse, NeetoCrm, NeetoDeploy, NeetoDesk, NeetoForm, NeetoGit, NeetoInvisible, NeetoInvoice, NeetoKb, NeetoPlanner, NeetoPlaydash, NeetoPublish, NeetoQuiz, NeetoRecord, NeetoReplay, NeetoRunner, NeetoSeo, NeetoSite, NeetoTestify, NeetoWireframe };
|
|
4596
4651
|
//# sourceMappingURL=typeface-logos.js.map
|