@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
|
@@ -2836,13 +2836,13 @@ if (process.env.NODE_ENV === 'production') {
|
|
|
2836
2836
|
|
|
2837
2837
|
var React = react.exports;
|
|
2838
2838
|
|
|
2839
|
-
var _excluded$
|
|
2839
|
+
var _excluded$p = ["width", "height"];
|
|
2840
2840
|
var Neeto = function Neeto(_ref) {
|
|
2841
2841
|
var _ref$width = _ref.width,
|
|
2842
|
-
width = _ref$width === void 0 ? "
|
|
2842
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
2843
2843
|
_ref$height = _ref.height,
|
|
2844
2844
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
2845
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2845
|
+
props = _objectWithoutProperties(_ref, _excluded$p);
|
|
2846
2846
|
|
|
2847
2847
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2848
2848
|
width: width,
|
|
@@ -2876,13 +2876,13 @@ var Neeto = function Neeto(_ref) {
|
|
|
2876
2876
|
}));
|
|
2877
2877
|
};
|
|
2878
2878
|
|
|
2879
|
-
var _excluded$
|
|
2879
|
+
var _excluded$o = ["width", "height"];
|
|
2880
2880
|
var NeetoCal = function NeetoCal(_ref) {
|
|
2881
2881
|
var _ref$width = _ref.width,
|
|
2882
|
-
width = _ref$width === void 0 ? "
|
|
2882
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
2883
2883
|
_ref$height = _ref.height,
|
|
2884
2884
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
2885
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2885
|
+
props = _objectWithoutProperties(_ref, _excluded$o);
|
|
2886
2886
|
|
|
2887
2887
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2888
2888
|
width: width,
|
|
@@ -3048,13 +3048,13 @@ var NeetoCal = function NeetoCal(_ref) {
|
|
|
3048
3048
|
}))));
|
|
3049
3049
|
};
|
|
3050
3050
|
|
|
3051
|
-
var _excluded$
|
|
3051
|
+
var _excluded$n = ["width", "height"];
|
|
3052
3052
|
var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
3053
3053
|
var _ref$width = _ref.width,
|
|
3054
|
-
width = _ref$width === void 0 ? "
|
|
3054
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3055
3055
|
_ref$height = _ref.height,
|
|
3056
3056
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3057
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3057
|
+
props = _objectWithoutProperties(_ref, _excluded$n);
|
|
3058
3058
|
|
|
3059
3059
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3060
3060
|
width: width,
|
|
@@ -3131,13 +3131,13 @@ var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
|
3131
3131
|
}))));
|
|
3132
3132
|
};
|
|
3133
3133
|
|
|
3134
|
-
var _excluded$
|
|
3134
|
+
var _excluded$m = ["width", "height"];
|
|
3135
3135
|
var NeetoChat = function NeetoChat(_ref) {
|
|
3136
3136
|
var _ref$width = _ref.width,
|
|
3137
|
-
width = _ref$width === void 0 ? "
|
|
3137
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3138
3138
|
_ref$height = _ref.height,
|
|
3139
3139
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3140
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3140
|
+
props = _objectWithoutProperties(_ref, _excluded$m);
|
|
3141
3141
|
|
|
3142
3142
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3143
3143
|
width: width,
|
|
@@ -3219,13 +3219,13 @@ var NeetoChat = function NeetoChat(_ref) {
|
|
|
3219
3219
|
}))));
|
|
3220
3220
|
};
|
|
3221
3221
|
|
|
3222
|
-
var _excluded$
|
|
3222
|
+
var _excluded$l = ["width", "height"];
|
|
3223
3223
|
var NeetoCi = function NeetoCi(_ref) {
|
|
3224
3224
|
var _ref$width = _ref.width,
|
|
3225
|
-
width = _ref$width === void 0 ? "
|
|
3225
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3226
3226
|
_ref$height = _ref.height,
|
|
3227
3227
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3228
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3228
|
+
props = _objectWithoutProperties(_ref, _excluded$l);
|
|
3229
3229
|
|
|
3230
3230
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3231
3231
|
width: width,
|
|
@@ -3302,13 +3302,13 @@ var NeetoCi = function NeetoCi(_ref) {
|
|
|
3302
3302
|
}))));
|
|
3303
3303
|
};
|
|
3304
3304
|
|
|
3305
|
-
var _excluded$
|
|
3305
|
+
var _excluded$k = ["width", "height"];
|
|
3306
3306
|
var NeetoCourse = function NeetoCourse(_ref) {
|
|
3307
3307
|
var _ref$width = _ref.width,
|
|
3308
|
-
width = _ref$width === void 0 ? "
|
|
3308
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3309
3309
|
_ref$height = _ref.height,
|
|
3310
3310
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3311
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3311
|
+
props = _objectWithoutProperties(_ref, _excluded$k);
|
|
3312
3312
|
|
|
3313
3313
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3314
3314
|
width: width,
|
|
@@ -3407,13 +3407,13 @@ var NeetoCourse = function NeetoCourse(_ref) {
|
|
|
3407
3407
|
}))));
|
|
3408
3408
|
};
|
|
3409
3409
|
|
|
3410
|
-
var _excluded$
|
|
3410
|
+
var _excluded$j = ["width", "height"];
|
|
3411
3411
|
var NeetoCrm = function NeetoCrm(_ref) {
|
|
3412
3412
|
var _ref$width = _ref.width,
|
|
3413
|
-
width = _ref$width === void 0 ? "
|
|
3413
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3414
3414
|
_ref$height = _ref.height,
|
|
3415
3415
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3416
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3416
|
+
props = _objectWithoutProperties(_ref, _excluded$j);
|
|
3417
3417
|
|
|
3418
3418
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3419
3419
|
width: width,
|
|
@@ -3524,13 +3524,13 @@ var NeetoCrm = function NeetoCrm(_ref) {
|
|
|
3524
3524
|
}))));
|
|
3525
3525
|
};
|
|
3526
3526
|
|
|
3527
|
-
var _excluded$
|
|
3527
|
+
var _excluded$i = ["width", "height"];
|
|
3528
3528
|
var NeetoDeploy = function NeetoDeploy(_ref) {
|
|
3529
3529
|
var _ref$width = _ref.width,
|
|
3530
|
-
width = _ref$width === void 0 ? "
|
|
3530
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3531
3531
|
_ref$height = _ref.height,
|
|
3532
3532
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3533
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3533
|
+
props = _objectWithoutProperties(_ref, _excluded$i);
|
|
3534
3534
|
|
|
3535
3535
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3536
3536
|
width: width,
|
|
@@ -3628,13 +3628,13 @@ var NeetoDeploy = function NeetoDeploy(_ref) {
|
|
|
3628
3628
|
}))));
|
|
3629
3629
|
};
|
|
3630
3630
|
|
|
3631
|
-
var _excluded$
|
|
3631
|
+
var _excluded$h = ["width", "height"];
|
|
3632
3632
|
var NeetoDesk = function NeetoDesk(_ref) {
|
|
3633
3633
|
var _ref$width = _ref.width,
|
|
3634
|
-
width = _ref$width === void 0 ? "
|
|
3634
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3635
3635
|
_ref$height = _ref.height,
|
|
3636
3636
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3637
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3637
|
+
props = _objectWithoutProperties(_ref, _excluded$h);
|
|
3638
3638
|
|
|
3639
3639
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3640
3640
|
width: width,
|
|
@@ -3723,13 +3723,13 @@ var NeetoDesk = function NeetoDesk(_ref) {
|
|
|
3723
3723
|
}))));
|
|
3724
3724
|
};
|
|
3725
3725
|
|
|
3726
|
-
var _excluded$
|
|
3726
|
+
var _excluded$g = ["width", "height"];
|
|
3727
3727
|
var NeetoForm = function NeetoForm(_ref) {
|
|
3728
3728
|
var _ref$width = _ref.width,
|
|
3729
|
-
width = _ref$width === void 0 ? "
|
|
3729
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3730
3730
|
_ref$height = _ref.height,
|
|
3731
3731
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3732
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3732
|
+
props = _objectWithoutProperties(_ref, _excluded$g);
|
|
3733
3733
|
|
|
3734
3734
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3735
3735
|
width: width,
|
|
@@ -3807,13 +3807,13 @@ var NeetoForm = function NeetoForm(_ref) {
|
|
|
3807
3807
|
}))));
|
|
3808
3808
|
};
|
|
3809
3809
|
|
|
3810
|
-
var _excluded$
|
|
3810
|
+
var _excluded$f = ["width", "height"];
|
|
3811
3811
|
var NeetoGit = function NeetoGit(_ref) {
|
|
3812
3812
|
var _ref$width = _ref.width,
|
|
3813
|
-
width = _ref$width === void 0 ? "
|
|
3813
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3814
3814
|
_ref$height = _ref.height,
|
|
3815
3815
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3816
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3816
|
+
props = _objectWithoutProperties(_ref, _excluded$f);
|
|
3817
3817
|
|
|
3818
3818
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3819
3819
|
width: width,
|
|
@@ -3893,13 +3893,13 @@ var NeetoGit = function NeetoGit(_ref) {
|
|
|
3893
3893
|
}))));
|
|
3894
3894
|
};
|
|
3895
3895
|
|
|
3896
|
-
var _excluded$
|
|
3896
|
+
var _excluded$e = ["width", "height"];
|
|
3897
3897
|
var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
3898
3898
|
var _ref$width = _ref.width,
|
|
3899
|
-
width = _ref$width === void 0 ? "
|
|
3899
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
3900
3900
|
_ref$height = _ref.height,
|
|
3901
3901
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
3902
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3902
|
+
props = _objectWithoutProperties(_ref, _excluded$e);
|
|
3903
3903
|
|
|
3904
3904
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3905
3905
|
width: width,
|
|
@@ -4007,13 +4007,13 @@ var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
|
4007
4007
|
}))));
|
|
4008
4008
|
};
|
|
4009
4009
|
|
|
4010
|
-
var _excluded$
|
|
4010
|
+
var _excluded$d = ["width", "height"];
|
|
4011
4011
|
var NeetoInvoice = function NeetoInvoice(_ref) {
|
|
4012
4012
|
var _ref$width = _ref.width,
|
|
4013
|
-
width = _ref$width === void 0 ? "
|
|
4013
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4014
4014
|
_ref$height = _ref.height,
|
|
4015
4015
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4016
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4016
|
+
props = _objectWithoutProperties(_ref, _excluded$d);
|
|
4017
4017
|
|
|
4018
4018
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4019
4019
|
width: width,
|
|
@@ -4069,13 +4069,13 @@ var NeetoInvoice = function NeetoInvoice(_ref) {
|
|
|
4069
4069
|
}))));
|
|
4070
4070
|
};
|
|
4071
4071
|
|
|
4072
|
-
var _excluded$
|
|
4072
|
+
var _excluded$c = ["width", "height"];
|
|
4073
4073
|
var NeetoKb = function NeetoKb(_ref) {
|
|
4074
4074
|
var _ref$width = _ref.width,
|
|
4075
|
-
width = _ref$width === void 0 ? "
|
|
4075
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4076
4076
|
_ref$height = _ref.height,
|
|
4077
4077
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4078
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4078
|
+
props = _objectWithoutProperties(_ref, _excluded$c);
|
|
4079
4079
|
|
|
4080
4080
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4081
4081
|
width: width,
|
|
@@ -4123,13 +4123,13 @@ var NeetoKb = function NeetoKb(_ref) {
|
|
|
4123
4123
|
}))));
|
|
4124
4124
|
};
|
|
4125
4125
|
|
|
4126
|
-
var _excluded$
|
|
4126
|
+
var _excluded$b = ["width", "height"];
|
|
4127
4127
|
var NeetoMonitor = function NeetoMonitor(_ref) {
|
|
4128
4128
|
var _ref$width = _ref.width,
|
|
4129
|
-
width = _ref$width === void 0 ? "
|
|
4129
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4130
4130
|
_ref$height = _ref.height,
|
|
4131
4131
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4132
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4132
|
+
props = _objectWithoutProperties(_ref, _excluded$b);
|
|
4133
4133
|
|
|
4134
4134
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4135
4135
|
width: width,
|
|
@@ -4224,13 +4224,13 @@ var NeetoMonitor = function NeetoMonitor(_ref) {
|
|
|
4224
4224
|
}))));
|
|
4225
4225
|
};
|
|
4226
4226
|
|
|
4227
|
-
var _excluded$
|
|
4227
|
+
var _excluded$a = ["width", "height"];
|
|
4228
4228
|
var NeetoPlanner = function NeetoPlanner(_ref) {
|
|
4229
4229
|
var _ref$width = _ref.width,
|
|
4230
|
-
width = _ref$width === void 0 ? "
|
|
4230
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4231
4231
|
_ref$height = _ref.height,
|
|
4232
4232
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4233
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4233
|
+
props = _objectWithoutProperties(_ref, _excluded$a);
|
|
4234
4234
|
|
|
4235
4235
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4236
4236
|
width: width,
|
|
@@ -4351,13 +4351,13 @@ var NeetoPlanner = function NeetoPlanner(_ref) {
|
|
|
4351
4351
|
}))));
|
|
4352
4352
|
};
|
|
4353
4353
|
|
|
4354
|
-
var _excluded$
|
|
4354
|
+
var _excluded$9 = ["width", "height"];
|
|
4355
4355
|
var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
4356
4356
|
var _ref$width = _ref.width,
|
|
4357
|
-
width = _ref$width === void 0 ? "
|
|
4357
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4358
4358
|
_ref$height = _ref.height,
|
|
4359
4359
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4360
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4360
|
+
props = _objectWithoutProperties(_ref, _excluded$9);
|
|
4361
4361
|
|
|
4362
4362
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4363
4363
|
width: width,
|
|
@@ -4447,13 +4447,13 @@ var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
|
4447
4447
|
}))));
|
|
4448
4448
|
};
|
|
4449
4449
|
|
|
4450
|
-
var _excluded$
|
|
4450
|
+
var _excluded$8 = ["width", "height"];
|
|
4451
4451
|
var NeetoRecord = function NeetoRecord(_ref) {
|
|
4452
4452
|
var _ref$width = _ref.width,
|
|
4453
|
-
width = _ref$width === void 0 ? "
|
|
4453
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4454
4454
|
_ref$height = _ref.height,
|
|
4455
4455
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4456
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4456
|
+
props = _objectWithoutProperties(_ref, _excluded$8);
|
|
4457
4457
|
|
|
4458
4458
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4459
4459
|
width: width,
|
|
@@ -4498,13 +4498,13 @@ var NeetoRecord = function NeetoRecord(_ref) {
|
|
|
4498
4498
|
}))));
|
|
4499
4499
|
};
|
|
4500
4500
|
|
|
4501
|
-
var _excluded$
|
|
4501
|
+
var _excluded$7 = ["width", "height"];
|
|
4502
4502
|
var NeetoReplay = function NeetoReplay(_ref) {
|
|
4503
4503
|
var _ref$width = _ref.width,
|
|
4504
|
-
width = _ref$width === void 0 ? "
|
|
4504
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4505
4505
|
_ref$height = _ref.height,
|
|
4506
4506
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4507
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4507
|
+
props = _objectWithoutProperties(_ref, _excluded$7);
|
|
4508
4508
|
|
|
4509
4509
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4510
4510
|
width: width,
|
|
@@ -4602,13 +4602,13 @@ var NeetoReplay = function NeetoReplay(_ref) {
|
|
|
4602
4602
|
}))));
|
|
4603
4603
|
};
|
|
4604
4604
|
|
|
4605
|
-
var _excluded$
|
|
4605
|
+
var _excluded$6 = ["width", "height"];
|
|
4606
4606
|
var NeetoRunner = function NeetoRunner(_ref) {
|
|
4607
4607
|
var _ref$width = _ref.width,
|
|
4608
|
-
width = _ref$width === void 0 ? "
|
|
4608
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4609
4609
|
_ref$height = _ref.height,
|
|
4610
4610
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4611
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4611
|
+
props = _objectWithoutProperties(_ref, _excluded$6);
|
|
4612
4612
|
|
|
4613
4613
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4614
4614
|
width: width,
|
|
@@ -4699,10 +4699,96 @@ var NeetoRunner = function NeetoRunner(_ref) {
|
|
|
4699
4699
|
}))));
|
|
4700
4700
|
};
|
|
4701
4701
|
|
|
4702
|
+
var _excluded$5 = ["width", "height"];
|
|
4703
|
+
var NeetoSeoAudit = function NeetoSeoAudit(_ref) {
|
|
4704
|
+
var _ref$width = _ref.width,
|
|
4705
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4706
|
+
_ref$height = _ref.height,
|
|
4707
|
+
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4708
|
+
props = _objectWithoutProperties(_ref, _excluded$5);
|
|
4709
|
+
|
|
4710
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4711
|
+
width: width,
|
|
4712
|
+
height: height,
|
|
4713
|
+
viewBox: "0 0 578 64",
|
|
4714
|
+
fill: "none"
|
|
4715
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
4716
|
+
d: "M56 32C56 18.7452 45.2548 8 32 8H8V56H56V32Z",
|
|
4717
|
+
fill: "url(#NeetoSeoAudit_js__paint0_linear_5273_1411)"
|
|
4718
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
4719
|
+
filter: "url(#NeetoSeoAudit_js__filter0_d_5273_1411)"
|
|
4720
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
4721
|
+
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",
|
|
4722
|
+
fill: "white"
|
|
4723
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4724
|
+
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",
|
|
4725
|
+
fill: "white"
|
|
4726
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4727
|
+
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",
|
|
4728
|
+
fill: "white"
|
|
4729
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
4730
|
+
fillRule: "evenodd",
|
|
4731
|
+
clipRule: "evenodd",
|
|
4732
|
+
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",
|
|
4733
|
+
fill: "#11243E"
|
|
4734
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4735
|
+
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",
|
|
4736
|
+
fill: "#11243E"
|
|
4737
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("filter", {
|
|
4738
|
+
id: "NeetoSeoAudit_js__filter0_d_5273_1411",
|
|
4739
|
+
x: 17.5996,
|
|
4740
|
+
y: 20,
|
|
4741
|
+
width: 34.8984,
|
|
4742
|
+
height: 34.946,
|
|
4743
|
+
filterUnits: "userSpaceOnUse",
|
|
4744
|
+
colorInterpolationFilters: "sRGB"
|
|
4745
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
4746
|
+
floodOpacity: 0,
|
|
4747
|
+
result: "BackgroundImageFix"
|
|
4748
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4749
|
+
in: "SourceAlpha",
|
|
4750
|
+
type: "matrix",
|
|
4751
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
4752
|
+
result: "hardAlpha"
|
|
4753
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
4754
|
+
dx: 3,
|
|
4755
|
+
dy: 4
|
|
4756
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
4757
|
+
stdDeviation: 1.5
|
|
4758
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
4759
|
+
in2: "hardAlpha",
|
|
4760
|
+
operator: "out"
|
|
4761
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4762
|
+
type: "matrix",
|
|
4763
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
4764
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4765
|
+
mode: "normal",
|
|
4766
|
+
in2: "BackgroundImageFix",
|
|
4767
|
+
result: "effect1_dropShadow_5273_1411"
|
|
4768
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4769
|
+
mode: "normal",
|
|
4770
|
+
in: "SourceGraphic",
|
|
4771
|
+
in2: "effect1_dropShadow_5273_1411",
|
|
4772
|
+
result: "shape"
|
|
4773
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
4774
|
+
id: "NeetoSeoAudit_js__paint0_linear_5273_1411",
|
|
4775
|
+
x1: 56,
|
|
4776
|
+
y1: 78.8,
|
|
4777
|
+
x2: 14,
|
|
4778
|
+
y2: 4.22857,
|
|
4779
|
+
gradientUnits: "userSpaceOnUse"
|
|
4780
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
4781
|
+
stopColor: "#8669FB"
|
|
4782
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
4783
|
+
offset: 1,
|
|
4784
|
+
stopColor: "#71BCFF"
|
|
4785
|
+
}))));
|
|
4786
|
+
};
|
|
4787
|
+
|
|
4702
4788
|
var _excluded$4 = ["width", "height"];
|
|
4703
4789
|
var NeetoSign = function NeetoSign(_ref) {
|
|
4704
4790
|
var _ref$width = _ref.width,
|
|
4705
|
-
width = _ref$width === void 0 ? "
|
|
4791
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4706
4792
|
_ref$height = _ref.height,
|
|
4707
4793
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4708
4794
|
props = _objectWithoutProperties(_ref, _excluded$4);
|
|
@@ -4853,7 +4939,7 @@ var NeetoSign = function NeetoSign(_ref) {
|
|
|
4853
4939
|
var _excluded$3 = ["width", "height"];
|
|
4854
4940
|
var NeetoSite = function NeetoSite(_ref) {
|
|
4855
4941
|
var _ref$width = _ref.width,
|
|
4856
|
-
width = _ref$width === void 0 ? "
|
|
4942
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4857
4943
|
_ref$height = _ref.height,
|
|
4858
4944
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4859
4945
|
props = _objectWithoutProperties(_ref, _excluded$3);
|
|
@@ -4945,7 +5031,7 @@ var NeetoSite = function NeetoSite(_ref) {
|
|
|
4945
5031
|
var _excluded$2 = ["width", "height"];
|
|
4946
5032
|
var NeetoSocial = function NeetoSocial(_ref) {
|
|
4947
5033
|
var _ref$width = _ref.width,
|
|
4948
|
-
width = _ref$width === void 0 ? "
|
|
5034
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4949
5035
|
_ref$height = _ref.height,
|
|
4950
5036
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4951
5037
|
props = _objectWithoutProperties(_ref, _excluded$2);
|
|
@@ -5040,7 +5126,7 @@ var NeetoSocial = function NeetoSocial(_ref) {
|
|
|
5040
5126
|
var _excluded$1 = ["width", "height"];
|
|
5041
5127
|
var NeetoTestify = function NeetoTestify(_ref) {
|
|
5042
5128
|
var _ref$width = _ref.width,
|
|
5043
|
-
width = _ref$width === void 0 ? "
|
|
5129
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
5044
5130
|
_ref$height = _ref.height,
|
|
5045
5131
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
5046
5132
|
props = _objectWithoutProperties(_ref, _excluded$1);
|
|
@@ -5146,7 +5232,7 @@ var NeetoTestify = function NeetoTestify(_ref) {
|
|
|
5146
5232
|
var _excluded = ["width", "height"];
|
|
5147
5233
|
var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
5148
5234
|
var _ref$width = _ref.width,
|
|
5149
|
-
width = _ref$width === void 0 ? "
|
|
5235
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
5150
5236
|
_ref$height = _ref.height,
|
|
5151
5237
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
5152
5238
|
props = _objectWithoutProperties(_ref, _excluded);
|
|
@@ -5291,6 +5377,7 @@ exports.NeetoQuiz = NeetoQuiz;
|
|
|
5291
5377
|
exports.NeetoRecord = NeetoRecord;
|
|
5292
5378
|
exports.NeetoReplay = NeetoReplay;
|
|
5293
5379
|
exports.NeetoRunner = NeetoRunner;
|
|
5380
|
+
exports.NeetoSeoAudit = NeetoSeoAudit;
|
|
5294
5381
|
exports.NeetoSign = NeetoSign;
|
|
5295
5382
|
exports.NeetoSite = NeetoSite;
|
|
5296
5383
|
exports.NeetoSocial = NeetoSocial;
|