@bigbinary/neeto-icons 1.17.14 → 1.18.1
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/README.md +1 -1
- package/dist/app-icons.cjs.js +171 -48
- package/dist/app-icons.cjs.js.map +1 -1
- package/dist/app-icons.js +171 -49
- package/dist/app-icons.js.map +1 -1
- package/dist/neeto-logos.cjs.js +123 -46
- package/dist/neeto-logos.cjs.js.map +1 -1
- package/dist/neeto-logos.js +123 -47
- package/dist/neeto-logos.js.map +1 -1
- package/dist/typeface-logos.cjs.js +152 -65
- package/dist/typeface-logos.cjs.js.map +1 -1
- package/dist/typeface-logos.js +152 -66
- package/dist/typeface-logos.js.map +1 -1
- package/package.json +2 -2
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
|
-
width = _ref$width === void 0 ? "
|
|
2838
|
+
width = _ref$width === void 0 ? "100%" : _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$p);
|
|
2842
2842
|
|
|
2843
2843
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2844
2844
|
width: width,
|
|
@@ -2872,13 +2872,13 @@ var Neeto = function Neeto(_ref) {
|
|
|
2872
2872
|
}));
|
|
2873
2873
|
};
|
|
2874
2874
|
|
|
2875
|
-
var _excluded$
|
|
2875
|
+
var _excluded$o = ["width", "height"];
|
|
2876
2876
|
var NeetoCal = function NeetoCal(_ref) {
|
|
2877
2877
|
var _ref$width = _ref.width,
|
|
2878
|
-
width = _ref$width === void 0 ? "
|
|
2878
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
2879
2879
|
_ref$height = _ref.height,
|
|
2880
2880
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
2881
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2881
|
+
props = _objectWithoutProperties(_ref, _excluded$o);
|
|
2882
2882
|
|
|
2883
2883
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2884
2884
|
width: width,
|
|
@@ -3044,13 +3044,13 @@ var NeetoCal = function NeetoCal(_ref) {
|
|
|
3044
3044
|
}))));
|
|
3045
3045
|
};
|
|
3046
3046
|
|
|
3047
|
-
var _excluded$
|
|
3047
|
+
var _excluded$n = ["width", "height"];
|
|
3048
3048
|
var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
3049
3049
|
var _ref$width = _ref.width,
|
|
3050
|
-
width = _ref$width === void 0 ? "
|
|
3050
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3051
3051
|
_ref$height = _ref.height,
|
|
3052
3052
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3053
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3053
|
+
props = _objectWithoutProperties(_ref, _excluded$n);
|
|
3054
3054
|
|
|
3055
3055
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3056
3056
|
width: width,
|
|
@@ -3127,13 +3127,13 @@ var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
|
3127
3127
|
}))));
|
|
3128
3128
|
};
|
|
3129
3129
|
|
|
3130
|
-
var _excluded$
|
|
3130
|
+
var _excluded$m = ["width", "height"];
|
|
3131
3131
|
var NeetoChat = function NeetoChat(_ref) {
|
|
3132
3132
|
var _ref$width = _ref.width,
|
|
3133
|
-
width = _ref$width === void 0 ? "
|
|
3133
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3134
3134
|
_ref$height = _ref.height,
|
|
3135
3135
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3136
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3136
|
+
props = _objectWithoutProperties(_ref, _excluded$m);
|
|
3137
3137
|
|
|
3138
3138
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3139
3139
|
width: width,
|
|
@@ -3215,13 +3215,13 @@ var NeetoChat = function NeetoChat(_ref) {
|
|
|
3215
3215
|
}))));
|
|
3216
3216
|
};
|
|
3217
3217
|
|
|
3218
|
-
var _excluded$
|
|
3218
|
+
var _excluded$l = ["width", "height"];
|
|
3219
3219
|
var NeetoCi = function NeetoCi(_ref) {
|
|
3220
3220
|
var _ref$width = _ref.width,
|
|
3221
|
-
width = _ref$width === void 0 ? "
|
|
3221
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3222
3222
|
_ref$height = _ref.height,
|
|
3223
3223
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3224
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3224
|
+
props = _objectWithoutProperties(_ref, _excluded$l);
|
|
3225
3225
|
|
|
3226
3226
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3227
3227
|
width: width,
|
|
@@ -3298,13 +3298,13 @@ var NeetoCi = function NeetoCi(_ref) {
|
|
|
3298
3298
|
}))));
|
|
3299
3299
|
};
|
|
3300
3300
|
|
|
3301
|
-
var _excluded$
|
|
3301
|
+
var _excluded$k = ["width", "height"];
|
|
3302
3302
|
var NeetoCourse = function NeetoCourse(_ref) {
|
|
3303
3303
|
var _ref$width = _ref.width,
|
|
3304
|
-
width = _ref$width === void 0 ? "
|
|
3304
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3305
3305
|
_ref$height = _ref.height,
|
|
3306
3306
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3307
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3307
|
+
props = _objectWithoutProperties(_ref, _excluded$k);
|
|
3308
3308
|
|
|
3309
3309
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3310
3310
|
width: width,
|
|
@@ -3403,13 +3403,13 @@ var NeetoCourse = function NeetoCourse(_ref) {
|
|
|
3403
3403
|
}))));
|
|
3404
3404
|
};
|
|
3405
3405
|
|
|
3406
|
-
var _excluded$
|
|
3406
|
+
var _excluded$j = ["width", "height"];
|
|
3407
3407
|
var NeetoCrm = function NeetoCrm(_ref) {
|
|
3408
3408
|
var _ref$width = _ref.width,
|
|
3409
|
-
width = _ref$width === void 0 ? "
|
|
3409
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3410
3410
|
_ref$height = _ref.height,
|
|
3411
3411
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3412
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3412
|
+
props = _objectWithoutProperties(_ref, _excluded$j);
|
|
3413
3413
|
|
|
3414
3414
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3415
3415
|
width: width,
|
|
@@ -3520,13 +3520,13 @@ var NeetoCrm = function NeetoCrm(_ref) {
|
|
|
3520
3520
|
}))));
|
|
3521
3521
|
};
|
|
3522
3522
|
|
|
3523
|
-
var _excluded$
|
|
3523
|
+
var _excluded$i = ["width", "height"];
|
|
3524
3524
|
var NeetoDeploy = function NeetoDeploy(_ref) {
|
|
3525
3525
|
var _ref$width = _ref.width,
|
|
3526
|
-
width = _ref$width === void 0 ? "
|
|
3526
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3527
3527
|
_ref$height = _ref.height,
|
|
3528
3528
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3529
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3529
|
+
props = _objectWithoutProperties(_ref, _excluded$i);
|
|
3530
3530
|
|
|
3531
3531
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3532
3532
|
width: width,
|
|
@@ -3624,13 +3624,13 @@ var NeetoDeploy = function NeetoDeploy(_ref) {
|
|
|
3624
3624
|
}))));
|
|
3625
3625
|
};
|
|
3626
3626
|
|
|
3627
|
-
var _excluded$
|
|
3627
|
+
var _excluded$h = ["width", "height"];
|
|
3628
3628
|
var NeetoDesk = function NeetoDesk(_ref) {
|
|
3629
3629
|
var _ref$width = _ref.width,
|
|
3630
|
-
width = _ref$width === void 0 ? "
|
|
3630
|
+
width = _ref$width === void 0 ? "100%" : _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$h);
|
|
3634
3634
|
|
|
3635
3635
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3636
3636
|
width: width,
|
|
@@ -3719,13 +3719,13 @@ var NeetoDesk = function NeetoDesk(_ref) {
|
|
|
3719
3719
|
}))));
|
|
3720
3720
|
};
|
|
3721
3721
|
|
|
3722
|
-
var _excluded$
|
|
3722
|
+
var _excluded$g = ["width", "height"];
|
|
3723
3723
|
var NeetoForm = function NeetoForm(_ref) {
|
|
3724
3724
|
var _ref$width = _ref.width,
|
|
3725
|
-
width = _ref$width === void 0 ? "
|
|
3725
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3726
3726
|
_ref$height = _ref.height,
|
|
3727
3727
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3728
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3728
|
+
props = _objectWithoutProperties(_ref, _excluded$g);
|
|
3729
3729
|
|
|
3730
3730
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3731
3731
|
width: width,
|
|
@@ -3803,13 +3803,13 @@ var NeetoForm = function NeetoForm(_ref) {
|
|
|
3803
3803
|
}))));
|
|
3804
3804
|
};
|
|
3805
3805
|
|
|
3806
|
-
var _excluded$
|
|
3806
|
+
var _excluded$f = ["width", "height"];
|
|
3807
3807
|
var NeetoGit = function NeetoGit(_ref) {
|
|
3808
3808
|
var _ref$width = _ref.width,
|
|
3809
|
-
width = _ref$width === void 0 ? "
|
|
3809
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3810
3810
|
_ref$height = _ref.height,
|
|
3811
3811
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3812
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3812
|
+
props = _objectWithoutProperties(_ref, _excluded$f);
|
|
3813
3813
|
|
|
3814
3814
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3815
3815
|
width: width,
|
|
@@ -3889,13 +3889,13 @@ var NeetoGit = function NeetoGit(_ref) {
|
|
|
3889
3889
|
}))));
|
|
3890
3890
|
};
|
|
3891
3891
|
|
|
3892
|
-
var _excluded$
|
|
3892
|
+
var _excluded$e = ["width", "height"];
|
|
3893
3893
|
var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
3894
3894
|
var _ref$width = _ref.width,
|
|
3895
|
-
width = _ref$width === void 0 ? "
|
|
3895
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3896
3896
|
_ref$height = _ref.height,
|
|
3897
3897
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3898
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3898
|
+
props = _objectWithoutProperties(_ref, _excluded$e);
|
|
3899
3899
|
|
|
3900
3900
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3901
3901
|
width: width,
|
|
@@ -4003,13 +4003,13 @@ var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
|
4003
4003
|
}))));
|
|
4004
4004
|
};
|
|
4005
4005
|
|
|
4006
|
-
var _excluded$
|
|
4006
|
+
var _excluded$d = ["width", "height"];
|
|
4007
4007
|
var NeetoInvoice = function NeetoInvoice(_ref) {
|
|
4008
4008
|
var _ref$width = _ref.width,
|
|
4009
|
-
width = _ref$width === void 0 ? "
|
|
4009
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4010
4010
|
_ref$height = _ref.height,
|
|
4011
4011
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4012
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4012
|
+
props = _objectWithoutProperties(_ref, _excluded$d);
|
|
4013
4013
|
|
|
4014
4014
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4015
4015
|
width: width,
|
|
@@ -4065,13 +4065,13 @@ var NeetoInvoice = function NeetoInvoice(_ref) {
|
|
|
4065
4065
|
}))));
|
|
4066
4066
|
};
|
|
4067
4067
|
|
|
4068
|
-
var _excluded$
|
|
4068
|
+
var _excluded$c = ["width", "height"];
|
|
4069
4069
|
var NeetoKb = function NeetoKb(_ref) {
|
|
4070
4070
|
var _ref$width = _ref.width,
|
|
4071
|
-
width = _ref$width === void 0 ? "
|
|
4071
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4072
4072
|
_ref$height = _ref.height,
|
|
4073
4073
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4074
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4074
|
+
props = _objectWithoutProperties(_ref, _excluded$c);
|
|
4075
4075
|
|
|
4076
4076
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4077
4077
|
width: width,
|
|
@@ -4119,13 +4119,13 @@ var NeetoKb = function NeetoKb(_ref) {
|
|
|
4119
4119
|
}))));
|
|
4120
4120
|
};
|
|
4121
4121
|
|
|
4122
|
-
var _excluded$
|
|
4122
|
+
var _excluded$b = ["width", "height"];
|
|
4123
4123
|
var NeetoMonitor = function NeetoMonitor(_ref) {
|
|
4124
4124
|
var _ref$width = _ref.width,
|
|
4125
|
-
width = _ref$width === void 0 ? "
|
|
4125
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4126
4126
|
_ref$height = _ref.height,
|
|
4127
4127
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4128
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4128
|
+
props = _objectWithoutProperties(_ref, _excluded$b);
|
|
4129
4129
|
|
|
4130
4130
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4131
4131
|
width: width,
|
|
@@ -4220,13 +4220,13 @@ var NeetoMonitor = function NeetoMonitor(_ref) {
|
|
|
4220
4220
|
}))));
|
|
4221
4221
|
};
|
|
4222
4222
|
|
|
4223
|
-
var _excluded$
|
|
4223
|
+
var _excluded$a = ["width", "height"];
|
|
4224
4224
|
var NeetoPlanner = function NeetoPlanner(_ref) {
|
|
4225
4225
|
var _ref$width = _ref.width,
|
|
4226
|
-
width = _ref$width === void 0 ? "
|
|
4226
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4227
4227
|
_ref$height = _ref.height,
|
|
4228
4228
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4229
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4229
|
+
props = _objectWithoutProperties(_ref, _excluded$a);
|
|
4230
4230
|
|
|
4231
4231
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4232
4232
|
width: width,
|
|
@@ -4347,13 +4347,13 @@ var NeetoPlanner = function NeetoPlanner(_ref) {
|
|
|
4347
4347
|
}))));
|
|
4348
4348
|
};
|
|
4349
4349
|
|
|
4350
|
-
var _excluded$
|
|
4350
|
+
var _excluded$9 = ["width", "height"];
|
|
4351
4351
|
var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
4352
4352
|
var _ref$width = _ref.width,
|
|
4353
|
-
width = _ref$width === void 0 ? "
|
|
4353
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4354
4354
|
_ref$height = _ref.height,
|
|
4355
4355
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4356
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4356
|
+
props = _objectWithoutProperties(_ref, _excluded$9);
|
|
4357
4357
|
|
|
4358
4358
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4359
4359
|
width: width,
|
|
@@ -4443,13 +4443,13 @@ var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
|
4443
4443
|
}))));
|
|
4444
4444
|
};
|
|
4445
4445
|
|
|
4446
|
-
var _excluded$
|
|
4446
|
+
var _excluded$8 = ["width", "height"];
|
|
4447
4447
|
var NeetoRecord = function NeetoRecord(_ref) {
|
|
4448
4448
|
var _ref$width = _ref.width,
|
|
4449
|
-
width = _ref$width === void 0 ? "
|
|
4449
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4450
4450
|
_ref$height = _ref.height,
|
|
4451
4451
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4452
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4452
|
+
props = _objectWithoutProperties(_ref, _excluded$8);
|
|
4453
4453
|
|
|
4454
4454
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4455
4455
|
width: width,
|
|
@@ -4494,13 +4494,13 @@ var NeetoRecord = function NeetoRecord(_ref) {
|
|
|
4494
4494
|
}))));
|
|
4495
4495
|
};
|
|
4496
4496
|
|
|
4497
|
-
var _excluded$
|
|
4497
|
+
var _excluded$7 = ["width", "height"];
|
|
4498
4498
|
var NeetoReplay = function NeetoReplay(_ref) {
|
|
4499
4499
|
var _ref$width = _ref.width,
|
|
4500
|
-
width = _ref$width === void 0 ? "
|
|
4500
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4501
4501
|
_ref$height = _ref.height,
|
|
4502
4502
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4503
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4503
|
+
props = _objectWithoutProperties(_ref, _excluded$7);
|
|
4504
4504
|
|
|
4505
4505
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4506
4506
|
width: width,
|
|
@@ -4598,13 +4598,13 @@ var NeetoReplay = function NeetoReplay(_ref) {
|
|
|
4598
4598
|
}))));
|
|
4599
4599
|
};
|
|
4600
4600
|
|
|
4601
|
-
var _excluded$
|
|
4601
|
+
var _excluded$6 = ["width", "height"];
|
|
4602
4602
|
var NeetoRunner = function NeetoRunner(_ref) {
|
|
4603
4603
|
var _ref$width = _ref.width,
|
|
4604
|
-
width = _ref$width === void 0 ? "
|
|
4604
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4605
4605
|
_ref$height = _ref.height,
|
|
4606
4606
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4607
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4607
|
+
props = _objectWithoutProperties(_ref, _excluded$6);
|
|
4608
4608
|
|
|
4609
4609
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4610
4610
|
width: width,
|
|
@@ -4695,10 +4695,96 @@ var NeetoRunner = function NeetoRunner(_ref) {
|
|
|
4695
4695
|
}))));
|
|
4696
4696
|
};
|
|
4697
4697
|
|
|
4698
|
+
var _excluded$5 = ["width", "height"];
|
|
4699
|
+
var NeetoSeoAudit = function NeetoSeoAudit(_ref) {
|
|
4700
|
+
var _ref$width = _ref.width,
|
|
4701
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4702
|
+
_ref$height = _ref.height,
|
|
4703
|
+
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4704
|
+
props = _objectWithoutProperties(_ref, _excluded$5);
|
|
4705
|
+
|
|
4706
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4707
|
+
width: width,
|
|
4708
|
+
height: height,
|
|
4709
|
+
viewBox: "0 0 578 64",
|
|
4710
|
+
fill: "none"
|
|
4711
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
4712
|
+
d: "M56 32C56 18.7452 45.2548 8 32 8H8V56H56V32Z",
|
|
4713
|
+
fill: "url(#NeetoSeoAudit_js__paint0_linear_5273_1411)"
|
|
4714
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
4715
|
+
filter: "url(#NeetoSeoAudit_js__filter0_d_5273_1411)"
|
|
4716
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
4717
|
+
d: "M40.0127 25.3448C37.8004 22.1173 34.0864 20 29.8779 20C23.0968 20 17.5996 25.4972 17.5996 32.2783C17.5996 33.2649 17.716 34.2242 17.9357 35.1435L24.1883 28.8909C24.7877 28.2915 25.7594 28.2915 26.3588 28.8909L31.4127 33.9448L40.0127 25.3448Z",
|
|
4718
|
+
fill: "white"
|
|
4719
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4720
|
+
d: "M41.472 28.2265L32.498 37.2006C31.8986 37.7999 30.9268 37.7999 30.3275 37.2006L25.2736 32.1467L19.1554 38.2648C21.2558 42.0188 25.2705 44.5566 29.8779 44.5566C36.6591 44.5566 42.1562 39.0595 42.1562 32.2783C42.1562 30.8586 41.9153 29.4951 41.472 28.2265Z",
|
|
4721
|
+
fill: "white"
|
|
4722
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4723
|
+
d: "M38.1435 43.0991C39.4345 42.1225 40.5445 40.9212 41.4163 39.555C41.4258 39.5631 41.4351 39.5716 41.4442 39.5805L46.0575 44.0767C46.6356 44.6401 46.6475 45.5656 46.0841 46.1437L44.7578 47.5045C44.1943 48.0826 43.2689 48.0945 42.6908 47.5311L38.1435 43.0991Z",
|
|
4724
|
+
fill: "white"
|
|
4725
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
4726
|
+
fillRule: "evenodd",
|
|
4727
|
+
clipRule: "evenodd",
|
|
4728
|
+
d: "M98.0873 20.627H81.2401L89.5759 28.825H98.0873C103.452 28.825 107.795 33.0758 107.795 38.3135V56H116.175V38.3135C116.175 28.5429 108.074 20.627 98.0873 20.627ZM88.3794 30.0187L80 21.7778V56H88.3794V30.0187ZM152.982 50.2169L147.664 44.7125L147.346 45.0134C145.501 46.7554 142.408 48.438 138.135 48.438C135.13 48.438 132.814 47.6895 131.14 46.3942C129.593 45.1976 128.559 43.5078 128.047 41.4256H154.946L154.966 41.0135C155.249 35.1417 153.75 30.0443 150.686 26.407C147.615 22.7619 143.007 20.627 137.173 20.627C126.87 20.627 118.825 28.2166 118.825 38.3152C118.825 43.3885 120.728 47.8181 124.12 50.9778C127.511 54.1365 132.362 56 138.216 56C145.052 56 149.48 53.6674 152.679 50.5151L152.982 50.2169ZM191.807 50.2169L186.49 44.7125L186.171 45.0134C184.326 46.7554 181.233 48.438 176.96 48.438C173.955 48.438 171.639 47.6895 169.965 46.3942C168.418 45.1976 167.385 43.5078 166.872 41.4256H193.771L193.791 41.0135C194.074 35.1417 192.575 30.0443 189.511 26.407C186.44 22.7619 181.832 20.627 175.999 20.627C165.695 20.627 157.65 28.2166 157.65 38.3152C157.65 43.3885 159.553 47.8181 162.945 50.9778C166.336 54.1365 171.187 56 177.041 56C183.877 56 188.305 53.6674 191.504 50.5151L191.807 50.2169ZM202.393 20.9245H196.475V28.4791H202.393V41.6708C202.393 46.9973 203.189 50.6285 205.443 52.9057C207.701 55.1865 211.311 56 216.622 56H218.175V48.2538H217.735C216.138 48.2538 214.91 48.1938 213.961 48.0167C213.015 47.8403 212.387 47.5548 211.95 47.1343C211.514 46.7147 211.22 46.1142 211.038 45.2117C210.856 44.3041 210.794 43.1305 210.794 41.6019V28.4791H218.175V20.9245H210.794V12H202.393V20.9245ZM137.255 28.1127C139.961 28.1127 141.946 28.9095 143.34 30.2094C144.632 31.4137 145.453 33.0831 145.846 35.0453H128.043C128.557 32.8959 129.603 31.218 131.065 30.0538C132.642 28.7977 134.738 28.1127 137.255 28.1127ZM176.081 28.1127C178.786 28.1127 180.771 28.9095 182.165 30.2094C183.457 31.4137 184.278 33.0831 184.672 35.0453H166.868C167.382 32.8959 168.428 31.218 169.89 30.0538C171.467 28.7977 173.563 28.1127 176.081 28.1127ZM238.879 28.1283C244.469 28.1283 248.913 32.698 248.913 38.3141C248.913 43.929 244.469 48.4986 238.879 48.4986C233.291 48.4986 228.913 43.9328 228.913 38.3141C228.913 32.6942 233.291 28.1283 238.879 28.1283ZM238.879 20.627C228.846 20.627 220.825 28.3827 220.825 38.3141C220.825 48.1772 228.845 56 238.879 56C248.91 56 257 48.1794 257 38.3141C257 28.3805 248.909 20.627 238.879 20.627Z",
|
|
4729
|
+
fill: "#11243E"
|
|
4730
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4731
|
+
d: "M278.427 55.4387C275.377 55.4387 272.62 54.9164 270.155 53.872C267.732 52.8276 265.81 51.3236 264.389 49.36C262.969 47.3964 262.238 45.0778 262.196 42.404H271.596C271.721 44.2004 272.348 45.6209 273.476 46.6653C274.646 47.7098 276.233 48.232 278.239 48.232C280.286 48.232 281.894 47.7516 283.064 46.7907C284.234 45.788 284.819 44.4929 284.819 42.9053C284.819 41.6102 284.422 40.5449 283.628 39.7093C282.834 38.8738 281.832 38.2262 280.62 37.7667C279.45 37.2653 277.821 36.7222 275.732 36.1373C272.891 35.3018 270.572 34.4871 268.776 33.6933C267.021 32.8578 265.496 31.6253 264.201 29.996C262.948 28.3249 262.321 26.1107 262.321 23.3533C262.321 20.7631 262.969 18.5071 264.264 16.5853C265.559 14.6636 267.376 13.2013 269.716 12.1987C272.056 11.1542 274.729 10.632 277.737 10.632C282.249 10.632 285.905 11.7391 288.704 13.9533C291.545 16.1258 293.112 19.1756 293.404 23.1027H283.753C283.67 21.5987 283.022 20.3662 281.811 19.4053C280.641 18.4027 279.074 17.9013 277.111 17.9013C275.398 17.9013 274.019 18.34 272.975 19.2173C271.972 20.0947 271.471 21.3689 271.471 23.04C271.471 24.2098 271.847 25.1916 272.599 25.9853C273.392 26.7373 274.353 27.364 275.481 27.8653C276.651 28.3249 278.28 28.868 280.369 29.4947C283.21 30.3302 285.529 31.1658 287.325 32.0013C289.122 32.8369 290.668 34.0902 291.963 35.7613C293.258 37.4324 293.905 39.6258 293.905 42.3413C293.905 44.6809 293.3 46.8533 292.088 48.8587C290.876 50.864 289.101 52.4724 286.761 53.684C284.422 54.8538 281.644 55.4387 278.427 55.4387ZM309.618 18.34V29.3067H324.345V36.2627H309.618V47.856H326.225V55H300.845V11.196H326.225V18.34H309.618ZM353.835 55.4387C349.741 55.4387 345.981 54.4778 342.555 52.556C339.129 50.6342 336.414 47.9813 334.408 44.5973C332.403 41.1716 331.4 37.3071 331.4 33.004C331.4 28.7427 332.403 24.92 334.408 21.536C336.414 18.1102 339.129 15.4364 342.555 13.5147C345.981 11.5929 349.741 10.632 353.835 10.632C357.971 10.632 361.731 11.5929 365.115 13.5147C368.541 15.4364 371.235 18.1102 373.199 21.536C375.204 24.92 376.207 28.7427 376.207 33.004C376.207 37.3071 375.204 41.1716 373.199 44.5973C371.235 47.9813 368.541 50.6342 365.115 52.556C361.689 54.4778 357.929 55.4387 353.835 55.4387ZM353.835 47.6053C356.467 47.6053 358.786 47.0204 360.791 45.8507C362.796 44.6391 364.363 42.9262 365.491 40.712C366.619 38.4978 367.183 35.9284 367.183 33.004C367.183 30.0796 366.619 27.5311 365.491 25.3587C364.363 23.1444 362.796 21.4524 360.791 20.2827C358.786 19.1129 356.467 18.528 353.835 18.528C351.203 18.528 348.863 19.1129 346.816 20.2827C344.811 21.4524 343.244 23.1444 342.116 25.3587C340.988 27.5311 340.424 30.0796 340.424 33.004C340.424 35.9284 340.988 38.4978 342.116 40.712C343.244 42.9262 344.811 44.6391 346.816 45.8507C348.863 47.0204 351.203 47.6053 353.835 47.6053ZM408.889 46.6653H391.467L388.585 55H379.373L395.102 11.196H405.317L421.046 55H411.771L408.889 46.6653ZM406.507 39.6467L400.178 21.348L393.849 39.6467H406.507ZM459.034 20.2827V55H450.198V50.6133C449.07 52.1173 447.586 53.308 445.748 54.1853C443.952 55.0209 441.988 55.4387 439.858 55.4387C437.142 55.4387 434.74 54.8747 432.651 53.7467C430.562 52.5769 428.912 50.8849 427.7 48.6707C426.53 46.4147 425.946 43.7409 425.946 40.6493V20.2827H434.719V39.396C434.719 42.1533 435.408 44.284 436.787 45.788C438.166 47.2502 440.046 47.9813 442.427 47.9813C444.85 47.9813 446.751 47.2502 448.13 45.788C449.508 44.284 450.198 42.1533 450.198 39.396V20.2827H459.034ZM464.767 37.516C464.767 34.0067 465.457 30.8942 466.835 28.1787C468.256 25.4631 470.177 23.3742 472.601 21.912C475.024 20.4498 477.718 19.7187 480.685 19.7187C482.941 19.7187 485.092 20.22 487.139 21.2227C489.186 22.1836 490.816 23.4787 492.027 25.108V8.62667H500.926V55H492.027V49.8613C490.941 51.5742 489.416 52.9529 487.453 53.9973C485.489 55.0418 483.212 55.564 480.622 55.564C477.697 55.564 475.024 54.812 472.601 53.308C470.177 51.804 468.256 49.6942 466.835 46.9787C465.457 44.2213 464.767 41.0671 464.767 37.516ZM492.09 37.6413C492.09 35.5107 491.672 33.6933 490.837 32.1893C490.001 30.6436 488.873 29.4738 487.453 28.68C486.032 27.8444 484.507 27.4267 482.878 27.4267C481.249 27.4267 479.745 27.8236 478.366 28.6173C476.987 29.4111 475.859 30.5809 474.982 32.1267C474.146 33.6307 473.729 35.4271 473.729 37.516C473.729 39.6049 474.146 41.4431 474.982 43.0307C475.859 44.5764 476.987 45.7671 478.366 46.6027C479.786 47.4382 481.29 47.856 482.878 47.856C484.507 47.856 486.032 47.4591 487.453 46.6653C488.873 45.8298 490.001 44.66 490.837 43.156C491.672 41.6102 492.09 39.772 492.09 37.6413ZM513.277 16.1467C511.731 16.1467 510.436 15.6662 509.392 14.7053C508.389 13.7027 507.888 12.4702 507.888 11.008C507.888 9.54577 508.389 8.33422 509.392 7.37333C510.436 6.37066 511.731 5.86933 513.277 5.86933C514.823 5.86933 516.097 6.37066 517.1 7.37333C518.144 8.33422 518.667 9.54577 518.667 11.008C518.667 12.4702 518.144 13.7027 517.1 14.7053C516.097 15.6662 514.823 16.1467 513.277 16.1467ZM517.601 20.2827V55H508.828V20.2827H517.601ZM535.817 27.4893V44.284C535.817 45.4538 536.089 46.3102 536.632 46.8533C537.217 47.3547 538.178 47.6053 539.515 47.6053H543.588V55H538.073C530.679 55 526.981 51.4071 526.981 44.2213V27.4893H522.845V20.2827H526.981V11.6973H535.817V20.2827H543.588V27.4893H535.817Z",
|
|
4732
|
+
fill: "#11243E"
|
|
4733
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("filter", {
|
|
4734
|
+
id: "NeetoSeoAudit_js__filter0_d_5273_1411",
|
|
4735
|
+
x: 17.5996,
|
|
4736
|
+
y: 20,
|
|
4737
|
+
width: 34.8984,
|
|
4738
|
+
height: 34.946,
|
|
4739
|
+
filterUnits: "userSpaceOnUse",
|
|
4740
|
+
colorInterpolationFilters: "sRGB"
|
|
4741
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
4742
|
+
floodOpacity: 0,
|
|
4743
|
+
result: "BackgroundImageFix"
|
|
4744
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4745
|
+
in: "SourceAlpha",
|
|
4746
|
+
type: "matrix",
|
|
4747
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
4748
|
+
result: "hardAlpha"
|
|
4749
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
4750
|
+
dx: 3,
|
|
4751
|
+
dy: 4
|
|
4752
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
4753
|
+
stdDeviation: 1.5
|
|
4754
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
4755
|
+
in2: "hardAlpha",
|
|
4756
|
+
operator: "out"
|
|
4757
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4758
|
+
type: "matrix",
|
|
4759
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
4760
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4761
|
+
mode: "normal",
|
|
4762
|
+
in2: "BackgroundImageFix",
|
|
4763
|
+
result: "effect1_dropShadow_5273_1411"
|
|
4764
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4765
|
+
mode: "normal",
|
|
4766
|
+
in: "SourceGraphic",
|
|
4767
|
+
in2: "effect1_dropShadow_5273_1411",
|
|
4768
|
+
result: "shape"
|
|
4769
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
4770
|
+
id: "NeetoSeoAudit_js__paint0_linear_5273_1411",
|
|
4771
|
+
x1: 56,
|
|
4772
|
+
y1: 78.8,
|
|
4773
|
+
x2: 14,
|
|
4774
|
+
y2: 4.22857,
|
|
4775
|
+
gradientUnits: "userSpaceOnUse"
|
|
4776
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
4777
|
+
stopColor: "#8669FB"
|
|
4778
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
4779
|
+
offset: 1,
|
|
4780
|
+
stopColor: "#71BCFF"
|
|
4781
|
+
}))));
|
|
4782
|
+
};
|
|
4783
|
+
|
|
4698
4784
|
var _excluded$4 = ["width", "height"];
|
|
4699
4785
|
var NeetoSign = function NeetoSign(_ref) {
|
|
4700
4786
|
var _ref$width = _ref.width,
|
|
4701
|
-
width = _ref$width === void 0 ? "
|
|
4787
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4702
4788
|
_ref$height = _ref.height,
|
|
4703
4789
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4704
4790
|
props = _objectWithoutProperties(_ref, _excluded$4);
|
|
@@ -4849,7 +4935,7 @@ var NeetoSign = function NeetoSign(_ref) {
|
|
|
4849
4935
|
var _excluded$3 = ["width", "height"];
|
|
4850
4936
|
var NeetoSite = function NeetoSite(_ref) {
|
|
4851
4937
|
var _ref$width = _ref.width,
|
|
4852
|
-
width = _ref$width === void 0 ? "
|
|
4938
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4853
4939
|
_ref$height = _ref.height,
|
|
4854
4940
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4855
4941
|
props = _objectWithoutProperties(_ref, _excluded$3);
|
|
@@ -4941,7 +5027,7 @@ var NeetoSite = function NeetoSite(_ref) {
|
|
|
4941
5027
|
var _excluded$2 = ["width", "height"];
|
|
4942
5028
|
var NeetoSocial = function NeetoSocial(_ref) {
|
|
4943
5029
|
var _ref$width = _ref.width,
|
|
4944
|
-
width = _ref$width === void 0 ? "
|
|
5030
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4945
5031
|
_ref$height = _ref.height,
|
|
4946
5032
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4947
5033
|
props = _objectWithoutProperties(_ref, _excluded$2);
|
|
@@ -5036,7 +5122,7 @@ var NeetoSocial = function NeetoSocial(_ref) {
|
|
|
5036
5122
|
var _excluded$1 = ["width", "height"];
|
|
5037
5123
|
var NeetoTestify = function NeetoTestify(_ref) {
|
|
5038
5124
|
var _ref$width = _ref.width,
|
|
5039
|
-
width = _ref$width === void 0 ? "
|
|
5125
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
5040
5126
|
_ref$height = _ref.height,
|
|
5041
5127
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
5042
5128
|
props = _objectWithoutProperties(_ref, _excluded$1);
|
|
@@ -5142,7 +5228,7 @@ var NeetoTestify = function NeetoTestify(_ref) {
|
|
|
5142
5228
|
var _excluded = ["width", "height"];
|
|
5143
5229
|
var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
5144
5230
|
var _ref$width = _ref.width,
|
|
5145
|
-
width = _ref$width === void 0 ? "
|
|
5231
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
5146
5232
|
_ref$height = _ref.height,
|
|
5147
5233
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
5148
5234
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
@@ -5267,5 +5353,5 @@ var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
|
5267
5353
|
}))));
|
|
5268
5354
|
};
|
|
5269
5355
|
|
|
5270
|
-
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 };
|
|
5356
|
+
export { Neeto, NeetoCal, NeetoChangelog, NeetoChat, NeetoCi, NeetoCourse, NeetoCrm, NeetoDeploy, NeetoDesk, NeetoForm, NeetoGit, NeetoInvisible, NeetoInvoice, NeetoKb, NeetoMonitor, NeetoPlanner, NeetoQuiz, NeetoRecord, NeetoReplay, NeetoRunner, NeetoSeoAudit, NeetoSign, NeetoSite, NeetoSocial, NeetoTestify, NeetoWireframe };
|
|
5271
5357
|
//# sourceMappingURL=typeface-logos.js.map
|