@bigbinary/neeto-icons 1.17.3 → 1.17.5
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 +125 -40
- package/dist/app-icons.cjs.js.map +1 -1
- package/dist/app-icons.js +125 -41
- package/dist/app-icons.js.map +1 -1
- package/dist/neeto-logos.cjs.js +76 -38
- package/dist/neeto-logos.cjs.js.map +1 -1
- package/dist/neeto-logos.js +76 -39
- package/dist/neeto-logos.js.map +1 -1
- package/dist/typeface-logos.cjs.js +82 -34
- package/dist/typeface-logos.cjs.js.map +1 -1
- package/dist/typeface-logos.js +82 -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$o = ["width", "height"];
|
|
2836
2836
|
var Neeto = function Neeto(_ref) {
|
|
2837
2837
|
var _ref$width = _ref.width,
|
|
2838
2838
|
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
2839
2839
|
_ref$height = _ref.height,
|
|
2840
2840
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
2841
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2841
|
+
props = _objectWithoutProperties(_ref, _excluded$o);
|
|
2842
2842
|
|
|
2843
2843
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2844
2844
|
width: width,
|
|
@@ -2867,13 +2867,13 @@ var Neeto = function Neeto(_ref) {
|
|
|
2867
2867
|
}));
|
|
2868
2868
|
};
|
|
2869
2869
|
|
|
2870
|
-
var _excluded$
|
|
2870
|
+
var _excluded$n = ["width", "height"];
|
|
2871
2871
|
var NeetoCal = function NeetoCal(_ref) {
|
|
2872
2872
|
var _ref$width = _ref.width,
|
|
2873
2873
|
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
2874
2874
|
_ref$height = _ref.height,
|
|
2875
2875
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
2876
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2876
|
+
props = _objectWithoutProperties(_ref, _excluded$n);
|
|
2877
2877
|
|
|
2878
2878
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2879
2879
|
width: width,
|
|
@@ -3017,13 +3017,13 @@ var NeetoCal = function NeetoCal(_ref) {
|
|
|
3017
3017
|
}))));
|
|
3018
3018
|
};
|
|
3019
3019
|
|
|
3020
|
-
var _excluded$
|
|
3020
|
+
var _excluded$m = ["width", "height"];
|
|
3021
3021
|
var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
3022
3022
|
var _ref$width = _ref.width,
|
|
3023
3023
|
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
3024
3024
|
_ref$height = _ref.height,
|
|
3025
3025
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3026
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3026
|
+
props = _objectWithoutProperties(_ref, _excluded$m);
|
|
3027
3027
|
|
|
3028
3028
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3029
3029
|
width: width,
|
|
@@ -3076,13 +3076,13 @@ var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
|
3076
3076
|
}))));
|
|
3077
3077
|
};
|
|
3078
3078
|
|
|
3079
|
-
var _excluded$
|
|
3079
|
+
var _excluded$l = ["width", "height"];
|
|
3080
3080
|
var NeetoChat = function NeetoChat(_ref) {
|
|
3081
3081
|
var _ref$width = _ref.width,
|
|
3082
3082
|
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
3083
3083
|
_ref$height = _ref.height,
|
|
3084
3084
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3085
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3085
|
+
props = _objectWithoutProperties(_ref, _excluded$l);
|
|
3086
3086
|
|
|
3087
3087
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3088
3088
|
width: width,
|
|
@@ -3151,13 +3151,13 @@ var NeetoChat = function NeetoChat(_ref) {
|
|
|
3151
3151
|
}))));
|
|
3152
3152
|
};
|
|
3153
3153
|
|
|
3154
|
-
var _excluded$
|
|
3154
|
+
var _excluded$k = ["width", "height"];
|
|
3155
3155
|
var NeetoCi = function NeetoCi(_ref) {
|
|
3156
3156
|
var _ref$width = _ref.width,
|
|
3157
3157
|
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
3158
3158
|
_ref$height = _ref.height,
|
|
3159
3159
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3160
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3160
|
+
props = _objectWithoutProperties(_ref, _excluded$k);
|
|
3161
3161
|
|
|
3162
3162
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3163
3163
|
width: width,
|
|
@@ -3227,13 +3227,13 @@ var NeetoCi = function NeetoCi(_ref) {
|
|
|
3227
3227
|
}))));
|
|
3228
3228
|
};
|
|
3229
3229
|
|
|
3230
|
-
var _excluded$
|
|
3230
|
+
var _excluded$j = ["width", "height"];
|
|
3231
3231
|
var NeetoCourse = function NeetoCourse(_ref) {
|
|
3232
3232
|
var _ref$width = _ref.width,
|
|
3233
3233
|
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
3234
3234
|
_ref$height = _ref.height,
|
|
3235
3235
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3236
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3236
|
+
props = _objectWithoutProperties(_ref, _excluded$j);
|
|
3237
3237
|
|
|
3238
3238
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3239
3239
|
width: width,
|
|
@@ -3311,13 +3311,13 @@ var NeetoCourse = function NeetoCourse(_ref) {
|
|
|
3311
3311
|
}))));
|
|
3312
3312
|
};
|
|
3313
3313
|
|
|
3314
|
-
var _excluded$
|
|
3314
|
+
var _excluded$i = ["width", "height"];
|
|
3315
3315
|
var NeetoCrm = function NeetoCrm(_ref) {
|
|
3316
3316
|
var _ref$width = _ref.width,
|
|
3317
3317
|
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
3318
3318
|
_ref$height = _ref.height,
|
|
3319
3319
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3320
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3320
|
+
props = _objectWithoutProperties(_ref, _excluded$i);
|
|
3321
3321
|
|
|
3322
3322
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3323
3323
|
width: width,
|
|
@@ -3397,13 +3397,13 @@ var NeetoCrm = function NeetoCrm(_ref) {
|
|
|
3397
3397
|
}))));
|
|
3398
3398
|
};
|
|
3399
3399
|
|
|
3400
|
-
var _excluded$
|
|
3400
|
+
var _excluded$h = ["width", "height"];
|
|
3401
3401
|
var NeetoDeploy = function NeetoDeploy(_ref) {
|
|
3402
3402
|
var _ref$width = _ref.width,
|
|
3403
3403
|
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
3404
3404
|
_ref$height = _ref.height,
|
|
3405
3405
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3406
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3406
|
+
props = _objectWithoutProperties(_ref, _excluded$h);
|
|
3407
3407
|
|
|
3408
3408
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3409
3409
|
width: width,
|
|
@@ -3473,13 +3473,13 @@ var NeetoDeploy = function NeetoDeploy(_ref) {
|
|
|
3473
3473
|
}))));
|
|
3474
3474
|
};
|
|
3475
3475
|
|
|
3476
|
-
var _excluded$
|
|
3476
|
+
var _excluded$g = ["width", "height"];
|
|
3477
3477
|
var NeetoDesk = function NeetoDesk(_ref) {
|
|
3478
3478
|
var _ref$width = _ref.width,
|
|
3479
3479
|
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
3480
3480
|
_ref$height = _ref.height,
|
|
3481
3481
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3482
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3482
|
+
props = _objectWithoutProperties(_ref, _excluded$g);
|
|
3483
3483
|
|
|
3484
3484
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3485
3485
|
width: width,
|
|
@@ -3549,13 +3549,13 @@ var NeetoDesk = function NeetoDesk(_ref) {
|
|
|
3549
3549
|
}))));
|
|
3550
3550
|
};
|
|
3551
3551
|
|
|
3552
|
-
var _excluded$
|
|
3552
|
+
var _excluded$f = ["width", "height"];
|
|
3553
3553
|
var NeetoForm = function NeetoForm(_ref) {
|
|
3554
3554
|
var _ref$width = _ref.width,
|
|
3555
3555
|
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
3556
3556
|
_ref$height = _ref.height,
|
|
3557
3557
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3558
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3558
|
+
props = _objectWithoutProperties(_ref, _excluded$f);
|
|
3559
3559
|
|
|
3560
3560
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3561
3561
|
width: width,
|
|
@@ -3624,13 +3624,13 @@ var NeetoForm = function NeetoForm(_ref) {
|
|
|
3624
3624
|
}))));
|
|
3625
3625
|
};
|
|
3626
3626
|
|
|
3627
|
-
var _excluded$
|
|
3627
|
+
var _excluded$e = ["width", "height"];
|
|
3628
3628
|
var NeetoGit = function NeetoGit(_ref) {
|
|
3629
3629
|
var _ref$width = _ref.width,
|
|
3630
3630
|
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
3631
3631
|
_ref$height = _ref.height,
|
|
3632
3632
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3633
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3633
|
+
props = _objectWithoutProperties(_ref, _excluded$e);
|
|
3634
3634
|
|
|
3635
3635
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3636
3636
|
width: width,
|
|
@@ -3700,13 +3700,13 @@ var NeetoGit = function NeetoGit(_ref) {
|
|
|
3700
3700
|
}))));
|
|
3701
3701
|
};
|
|
3702
3702
|
|
|
3703
|
-
var _excluded$
|
|
3703
|
+
var _excluded$d = ["width", "height"];
|
|
3704
3704
|
var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
3705
3705
|
var _ref$width = _ref.width,
|
|
3706
3706
|
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
3707
3707
|
_ref$height = _ref.height,
|
|
3708
3708
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3709
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3709
|
+
props = _objectWithoutProperties(_ref, _excluded$d);
|
|
3710
3710
|
|
|
3711
3711
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3712
3712
|
width: width,
|
|
@@ -3784,13 +3784,13 @@ var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
|
3784
3784
|
}))));
|
|
3785
3785
|
};
|
|
3786
3786
|
|
|
3787
|
-
var _excluded$
|
|
3787
|
+
var _excluded$c = ["width", "height"];
|
|
3788
3788
|
var NeetoInvoice = function NeetoInvoice(_ref) {
|
|
3789
3789
|
var _ref$width = _ref.width,
|
|
3790
3790
|
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
3791
3791
|
_ref$height = _ref.height,
|
|
3792
3792
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3793
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3793
|
+
props = _objectWithoutProperties(_ref, _excluded$c);
|
|
3794
3794
|
|
|
3795
3795
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3796
3796
|
width: width,
|
|
@@ -3828,13 +3828,13 @@ var NeetoInvoice = function NeetoInvoice(_ref) {
|
|
|
3828
3828
|
}))));
|
|
3829
3829
|
};
|
|
3830
3830
|
|
|
3831
|
-
var _excluded$
|
|
3831
|
+
var _excluded$b = ["width", "height"];
|
|
3832
3832
|
var NeetoKb = function NeetoKb(_ref) {
|
|
3833
3833
|
var _ref$width = _ref.width,
|
|
3834
3834
|
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
3835
3835
|
_ref$height = _ref.height,
|
|
3836
3836
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3837
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3837
|
+
props = _objectWithoutProperties(_ref, _excluded$b);
|
|
3838
3838
|
|
|
3839
3839
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3840
3840
|
width: width,
|
|
@@ -3873,13 +3873,13 @@ var NeetoKb = function NeetoKb(_ref) {
|
|
|
3873
3873
|
}))));
|
|
3874
3874
|
};
|
|
3875
3875
|
|
|
3876
|
-
var _excluded$
|
|
3876
|
+
var _excluded$a = ["width", "height"];
|
|
3877
3877
|
var NeetoMonitor = function NeetoMonitor(_ref) {
|
|
3878
3878
|
var _ref$width = _ref.width,
|
|
3879
3879
|
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
3880
3880
|
_ref$height = _ref.height,
|
|
3881
3881
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3882
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3882
|
+
props = _objectWithoutProperties(_ref, _excluded$a);
|
|
3883
3883
|
|
|
3884
3884
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3885
3885
|
width: width,
|
|
@@ -3952,13 +3952,13 @@ var NeetoMonitor = function NeetoMonitor(_ref) {
|
|
|
3952
3952
|
}))));
|
|
3953
3953
|
};
|
|
3954
3954
|
|
|
3955
|
-
var _excluded$
|
|
3955
|
+
var _excluded$9 = ["width", "height"];
|
|
3956
3956
|
var NeetoPlanner = function NeetoPlanner(_ref) {
|
|
3957
3957
|
var _ref$width = _ref.width,
|
|
3958
3958
|
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
3959
3959
|
_ref$height = _ref.height,
|
|
3960
3960
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3961
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3961
|
+
props = _objectWithoutProperties(_ref, _excluded$9);
|
|
3962
3962
|
|
|
3963
3963
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3964
3964
|
width: width,
|
|
@@ -4061,13 +4061,13 @@ var NeetoPlanner = function NeetoPlanner(_ref) {
|
|
|
4061
4061
|
}))));
|
|
4062
4062
|
};
|
|
4063
4063
|
|
|
4064
|
-
var _excluded$
|
|
4064
|
+
var _excluded$8 = ["width", "height"];
|
|
4065
4065
|
var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
4066
4066
|
var _ref$width = _ref.width,
|
|
4067
4067
|
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
4068
4068
|
_ref$height = _ref.height,
|
|
4069
4069
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4070
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4070
|
+
props = _objectWithoutProperties(_ref, _excluded$8);
|
|
4071
4071
|
|
|
4072
4072
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4073
4073
|
width: width,
|
|
@@ -4141,6 +4141,53 @@ var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
|
4141
4141
|
}))));
|
|
4142
4142
|
};
|
|
4143
4143
|
|
|
4144
|
+
var _excluded$7 = ["width", "height"];
|
|
4145
|
+
var NeetoRecord = function NeetoRecord(_ref) {
|
|
4146
|
+
var _ref$width = _ref.width,
|
|
4147
|
+
width = _ref$width === void 0 ? "auto" : _ref$width,
|
|
4148
|
+
_ref$height = _ref.height,
|
|
4149
|
+
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4150
|
+
props = _objectWithoutProperties(_ref, _excluded$7);
|
|
4151
|
+
|
|
4152
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4153
|
+
width: width,
|
|
4154
|
+
height: height,
|
|
4155
|
+
fill: "none",
|
|
4156
|
+
viewBox: "0 0 490 64"
|
|
4157
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
4158
|
+
fill: "url(#NeetoRecord_js__a)",
|
|
4159
|
+
d: "M56 32C56 18.745 45.255 8 32 8H8v48h48V32Z"
|
|
4160
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4161
|
+
fill: "#fff",
|
|
4162
|
+
d: "M40.78 33.108a.59.59 0 0 1 .322-.526l3.997-2.04a.59.59 0 0 1 .858.526v10.485a.59.59 0 0 1-.85.53l-3.997-1.961a.59.59 0 0 1-.33-.53v-6.484ZM32.338 35.518a2.933 2.933 0 1 1-5.866 0 2.933 2.933 0 0 1 5.866 0Z"
|
|
4163
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4164
|
+
fill: "#fff",
|
|
4165
|
+
fillRule: "evenodd",
|
|
4166
|
+
d: "M29.405 24.457c5.762 0 10.433 4.671 10.433 10.433v10.434H18.972V24.457h10.433Zm5.883 11.06a5.883 5.883 0 1 1-11.767 0 5.883 5.883 0 0 1 11.767 0Z",
|
|
4167
|
+
clipRule: "evenodd"
|
|
4168
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4169
|
+
fill: "#11243E",
|
|
4170
|
+
fillRule: "evenodd",
|
|
4171
|
+
d: "M98.087 17.627H81.24l8.336 8.198h8.511c5.365 0 9.708 4.25 9.708 9.488V53h8.38V35.313c0-9.77-8.101-17.686-18.088-17.686Zm-9.708 9.392L80 18.778V53h8.38V27.019Zm64.603 20.198-5.318-5.505-.318.301c-1.845 1.742-4.938 3.425-9.211 3.425-3.005 0-5.321-.748-6.995-2.044-1.547-1.196-2.581-2.886-3.093-4.968h26.899l.02-.413c.283-5.871-1.216-10.969-4.28-14.606-3.071-3.645-7.679-5.78-13.513-5.78-10.303 0-18.348 7.59-18.348 17.688 0 5.074 1.903 9.503 5.295 12.663 3.391 3.158 8.242 5.022 14.096 5.022 6.836 0 11.264-2.333 14.463-5.485l.303-.298Zm38.825 0-5.317-5.505-.319.301c-1.845 1.742-4.938 3.425-9.211 3.425-3.005 0-5.321-.748-6.995-2.044-1.547-1.196-2.58-2.886-3.093-4.968h26.899l.02-.413c.283-5.871-1.216-10.969-4.28-14.606-3.071-3.645-7.679-5.78-13.512-5.78-10.304 0-18.349 7.59-18.349 17.688 0 5.074 1.903 9.503 5.295 12.663 3.391 3.158 8.242 5.022 14.096 5.022 6.836 0 11.264-2.333 14.463-5.485l.303-.298Zm10.586-29.293h-5.918v7.555h5.918v13.192c0 5.326.796 8.958 3.05 11.235 2.258 2.28 5.868 3.094 11.179 3.094h1.553v-7.746h-.44c-1.597 0-2.825-.06-3.774-.237-.946-.177-1.574-.462-2.011-.883-.436-.42-.73-1.02-.912-1.922-.182-.908-.244-2.082-.244-3.61V25.479h7.381v-7.555h-7.381V9h-8.401v8.924Zm-65.138 7.189c2.706 0 4.691.797 6.085 2.096 1.292 1.205 2.113 2.874 2.506 4.836h-17.803c.514-2.15 1.56-3.827 3.022-4.991 1.577-1.256 3.673-1.941 6.19-1.941Zm38.826 0c2.705 0 4.69.797 6.084 2.096 1.292 1.205 2.113 2.874 2.507 4.836h-17.804c.514-2.15 1.56-3.827 3.022-4.991 1.577-1.256 3.673-1.941 6.191-1.941Zm62.798.015c5.59 0 10.034 4.57 10.034 10.186 0 5.615-4.444 10.185-10.034 10.185-5.588 0-9.966-4.566-9.966-10.185 0-5.62 4.378-10.186 9.966-10.186Zm0-7.501c-10.033 0-18.054 7.756-18.054 17.687 0 9.863 8.02 17.686 18.054 17.686C248.91 53 257 45.18 257 35.314c0-9.933-8.091-17.687-18.121-17.687Z",
|
|
4172
|
+
clipRule: "evenodd"
|
|
4173
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4174
|
+
fill: "#11243E",
|
|
4175
|
+
d: "m285.884 55-9.651-17.045h-4.136V55h-8.773V11.259h16.419c3.384 0 6.266.605 8.648 1.817 2.381 1.17 4.157 2.778 5.326 4.825 1.212 2.006 1.818 4.262 1.818 6.768 0 2.883-.836 5.494-2.507 7.834-1.671 2.297-4.157 3.885-7.457 4.762L296.036 55h-10.152Zm-13.787-23.625h7.332c2.382 0 4.157-.564 5.327-1.692 1.17-1.17 1.755-2.779 1.755-4.826 0-2.005-.585-3.55-1.755-4.637-1.17-1.128-2.945-1.692-5.327-1.692h-7.332v12.847Zm62.98 5.514c0 1.254-.084 2.382-.251 3.384h-25.38c.209 2.507 1.086 4.47 2.632 5.891 1.546 1.42 3.447 2.13 5.703 2.13 3.258 0 5.577-1.399 6.956-4.198h9.462c-1.002 3.342-2.924 6.1-5.765 8.272-2.841 2.13-6.329 3.196-10.465 3.196-3.343 0-6.351-.731-9.024-2.193-2.632-1.504-4.7-3.614-6.204-6.33-1.463-2.715-2.194-5.849-2.194-9.4 0-3.593.731-6.747 2.194-9.462 1.462-2.716 3.509-4.805 6.141-6.267 2.632-1.462 5.661-2.193 9.087-2.193 3.3 0 6.245.71 8.836 2.13 2.632 1.42 4.658 3.447 6.078 6.079 1.462 2.59 2.194 5.577 2.194 8.961Zm-9.087-2.506c-.042-2.256-.857-4.053-2.444-5.39-1.588-1.378-3.53-2.068-5.828-2.068-2.173 0-4.011.669-5.515 2.006-1.462 1.295-2.36 3.112-2.694 5.452h16.481Zm12.568 3.258c0-3.593.731-6.726 2.193-9.4 1.462-2.715 3.488-4.804 6.079-6.266 2.59-1.504 5.556-2.256 8.898-2.256 4.303 0 7.854 1.086 10.654 3.258 2.84 2.131 4.741 5.139 5.702 9.024h-9.462c-.502-1.504-1.358-2.673-2.57-3.509-1.17-.877-2.632-1.316-4.386-1.316-2.507 0-4.492.92-5.954 2.757-1.462 1.797-2.193 4.366-2.193 7.708 0 3.3.731 5.87 2.193 7.708 1.462 1.797 3.447 2.695 5.954 2.695 3.551 0 5.869-1.588 6.956-4.763h9.462c-.961 3.76-2.862 6.747-5.702 8.962-2.841 2.214-6.392 3.321-10.654 3.321-3.342 0-6.308-.731-8.898-2.193-2.591-1.504-4.617-3.593-6.079-6.267-1.462-2.716-2.193-5.87-2.193-9.463Zm54.703 17.923c-3.342 0-6.35-.731-9.024-2.193-2.674-1.504-4.784-3.614-6.329-6.33-1.504-2.715-2.256-5.849-2.256-9.4 0-3.55.772-6.684 2.318-9.4 1.588-2.715 3.739-4.804 6.455-6.266 2.715-1.504 5.744-2.256 9.087-2.256 3.342 0 6.371.752 9.086 2.256 2.716 1.462 4.846 3.55 6.392 6.266 1.588 2.716 2.382 5.85 2.382 9.4 0 3.551-.815 6.685-2.444 9.4-1.588 2.716-3.76 4.826-6.518 6.33-2.715 1.462-5.765 2.193-9.149 2.193Zm0-7.645a9.145 9.145 0 0 0 4.449-1.128c1.421-.794 2.549-1.964 3.384-3.51.836-1.545 1.254-3.425 1.254-5.64 0-3.3-.878-5.828-2.632-7.582-1.713-1.797-3.823-2.695-6.33-2.695-2.506 0-4.616.898-6.329 2.695-1.671 1.754-2.507 4.282-2.507 7.582s.815 5.85 2.444 7.646c1.671 1.754 3.76 2.632 6.267 2.632Zm32.653-22.247c1.128-1.838 2.59-3.28 4.386-4.324 1.839-1.044 3.928-1.567 6.267-1.567v9.212h-2.319c-2.757 0-4.846.648-6.266 1.943-1.379 1.295-2.068 3.551-2.068 6.768V55h-8.774V20.283h8.774v5.389Zm13.64 11.844c0-3.51.689-6.622 2.068-9.337 1.42-2.716 3.342-4.805 5.765-6.267 2.423-1.462 5.118-2.193 8.084-2.193 2.256 0 4.408.501 6.455 1.504 2.047.96 3.676 2.256 4.888 3.885V8.627h8.898V55h-8.898v-5.139c-1.087 1.713-2.611 3.092-4.575 4.136-1.964 1.045-4.24 1.567-6.831 1.567-2.924 0-5.598-.752-8.021-2.256-2.423-1.504-4.345-3.614-5.765-6.33-1.379-2.757-2.068-5.91-2.068-9.462Zm27.322.125c0-2.13-.417-3.948-1.253-5.452-.836-1.545-1.964-2.715-3.384-3.509a8.869 8.869 0 0 0-4.575-1.253 8.888 8.888 0 0 0-4.512 1.19c-1.378.794-2.506 1.964-3.384 3.51-.835 1.504-1.253 3.3-1.253 5.389 0 2.089.418 3.927 1.253 5.515.878 1.545 2.006 2.736 3.384 3.572 1.421.835 2.925 1.253 4.512 1.253 1.63 0 3.155-.397 4.575-1.19 1.42-.836 2.548-2.006 3.384-3.51.836-1.546 1.253-3.384 1.253-5.515Z"
|
|
4176
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
4177
|
+
id: "NeetoRecord_js__a",
|
|
4178
|
+
x1: 82.229,
|
|
4179
|
+
x2: -19.429,
|
|
4180
|
+
y1: 95.771,
|
|
4181
|
+
y2: -21.657,
|
|
4182
|
+
gradientUnits: "userSpaceOnUse"
|
|
4183
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
4184
|
+
stopColor: "#00FFE0"
|
|
4185
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
4186
|
+
offset: 0.5,
|
|
4187
|
+
stopColor: "#8B97FF"
|
|
4188
|
+
}))));
|
|
4189
|
+
};
|
|
4190
|
+
|
|
4144
4191
|
var _excluded$6 = ["width", "height"];
|
|
4145
4192
|
var NeetoReplay = function NeetoReplay(_ref) {
|
|
4146
4193
|
var _ref$width = _ref.width,
|
|
@@ -4726,5 +4773,5 @@ var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
|
4726
4773
|
}))));
|
|
4727
4774
|
};
|
|
4728
4775
|
|
|
4729
|
-
export { Neeto, NeetoCal, NeetoChangelog, NeetoChat, NeetoCi, NeetoCourse, NeetoCrm, NeetoDeploy, NeetoDesk, NeetoForm, NeetoGit, NeetoInvisible, NeetoInvoice, NeetoKb, NeetoMonitor, NeetoPlanner, NeetoQuiz, NeetoReplay, NeetoRunner, NeetoSign, NeetoSite, NeetoSocial, NeetoTestify, NeetoWireframe };
|
|
4776
|
+
export { Neeto, NeetoCal, NeetoChangelog, NeetoChat, NeetoCi, NeetoCourse, NeetoCrm, NeetoDeploy, NeetoDesk, NeetoForm, NeetoGit, NeetoInvisible, NeetoInvoice, NeetoKb, NeetoMonitor, NeetoPlanner, NeetoQuiz, NeetoRecord, NeetoReplay, NeetoRunner, NeetoSign, NeetoSite, NeetoSocial, NeetoTestify, NeetoWireframe };
|
|
4730
4777
|
//# sourceMappingURL=typeface-logos.js.map
|