@bigbinary/neeto-icons 1.17.14 → 1.18.0
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 +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 +127 -40
- package/dist/typeface-logos.cjs.js.map +1 -1
- package/dist/typeface-logos.js +127 -41
- package/dist/typeface-logos.js.map +1 -1
- package/package.json +2 -2
package/dist/neeto-logos.js
CHANGED
|
@@ -2832,11 +2832,11 @@ if (process.env.NODE_ENV === 'production') {
|
|
|
2832
2832
|
|
|
2833
2833
|
var React = react.exports;
|
|
2834
2834
|
|
|
2835
|
-
var _excluded$
|
|
2835
|
+
var _excluded$t = ["size"];
|
|
2836
2836
|
var NeetoGit = function NeetoGit(_ref) {
|
|
2837
2837
|
var _ref$size = _ref.size,
|
|
2838
2838
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2839
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2839
|
+
props = _objectWithoutProperties(_ref, _excluded$t);
|
|
2840
2840
|
|
|
2841
2841
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2842
2842
|
width: size,
|
|
@@ -2902,11 +2902,11 @@ var NeetoGit = function NeetoGit(_ref) {
|
|
|
2902
2902
|
}))));
|
|
2903
2903
|
};
|
|
2904
2904
|
|
|
2905
|
-
var _excluded$
|
|
2905
|
+
var _excluded$s = ["size"];
|
|
2906
2906
|
var Neeto = function Neeto(_ref) {
|
|
2907
2907
|
var _ref$size = _ref.size,
|
|
2908
2908
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2909
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2909
|
+
props = _objectWithoutProperties(_ref, _excluded$s);
|
|
2910
2910
|
|
|
2911
2911
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2912
2912
|
width: size,
|
|
@@ -2956,11 +2956,11 @@ var Neeto = function Neeto(_ref) {
|
|
|
2956
2956
|
}))));
|
|
2957
2957
|
};
|
|
2958
2958
|
|
|
2959
|
-
var _excluded$
|
|
2959
|
+
var _excluded$r = ["size"];
|
|
2960
2960
|
var NeetoAnalytics = function NeetoAnalytics(_ref) {
|
|
2961
2961
|
var _ref$size = _ref.size,
|
|
2962
2962
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
2963
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
2963
|
+
props = _objectWithoutProperties(_ref, _excluded$r);
|
|
2964
2964
|
|
|
2965
2965
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
2966
2966
|
width: size,
|
|
@@ -3048,11 +3048,11 @@ var NeetoAnalytics = function NeetoAnalytics(_ref) {
|
|
|
3048
3048
|
}))));
|
|
3049
3049
|
};
|
|
3050
3050
|
|
|
3051
|
-
var _excluded$
|
|
3051
|
+
var _excluded$q = ["size"];
|
|
3052
3052
|
var NeetoCal = function NeetoCal(_ref) {
|
|
3053
3053
|
var _ref$size = _ref.size,
|
|
3054
3054
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3055
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3055
|
+
props = _objectWithoutProperties(_ref, _excluded$q);
|
|
3056
3056
|
|
|
3057
3057
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3058
3058
|
width: size,
|
|
@@ -3204,11 +3204,11 @@ var NeetoCal = function NeetoCal(_ref) {
|
|
|
3204
3204
|
}))));
|
|
3205
3205
|
};
|
|
3206
3206
|
|
|
3207
|
-
var _excluded$
|
|
3207
|
+
var _excluded$p = ["size"];
|
|
3208
3208
|
var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
3209
3209
|
var _ref$size = _ref.size,
|
|
3210
3210
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3211
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3211
|
+
props = _objectWithoutProperties(_ref, _excluded$p);
|
|
3212
3212
|
|
|
3213
3213
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3214
3214
|
width: size,
|
|
@@ -3291,11 +3291,11 @@ var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
|
3291
3291
|
}))));
|
|
3292
3292
|
};
|
|
3293
3293
|
|
|
3294
|
-
var _excluded$
|
|
3294
|
+
var _excluded$o = ["size"];
|
|
3295
3295
|
var NeetoChat = function NeetoChat(_ref) {
|
|
3296
3296
|
var _ref$size = _ref.size,
|
|
3297
3297
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3298
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3298
|
+
props = _objectWithoutProperties(_ref, _excluded$o);
|
|
3299
3299
|
|
|
3300
3300
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3301
3301
|
width: size,
|
|
@@ -3368,11 +3368,11 @@ var NeetoChat = function NeetoChat(_ref) {
|
|
|
3368
3368
|
}))));
|
|
3369
3369
|
};
|
|
3370
3370
|
|
|
3371
|
-
var _excluded$
|
|
3371
|
+
var _excluded$n = ["size"];
|
|
3372
3372
|
var NeetoCi = function NeetoCi(_ref) {
|
|
3373
3373
|
var _ref$size = _ref.size,
|
|
3374
3374
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3375
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3375
|
+
props = _objectWithoutProperties(_ref, _excluded$n);
|
|
3376
3376
|
|
|
3377
3377
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3378
3378
|
width: size,
|
|
@@ -3438,11 +3438,11 @@ var NeetoCi = function NeetoCi(_ref) {
|
|
|
3438
3438
|
}))));
|
|
3439
3439
|
};
|
|
3440
3440
|
|
|
3441
|
-
var _excluded$
|
|
3441
|
+
var _excluded$m = ["size"];
|
|
3442
3442
|
var NeetoCourse = function NeetoCourse(_ref) {
|
|
3443
3443
|
var _ref$size = _ref.size,
|
|
3444
3444
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3445
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3445
|
+
props = _objectWithoutProperties(_ref, _excluded$m);
|
|
3446
3446
|
|
|
3447
3447
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3448
3448
|
width: size,
|
|
@@ -3518,11 +3518,11 @@ var NeetoCourse = function NeetoCourse(_ref) {
|
|
|
3518
3518
|
}))));
|
|
3519
3519
|
};
|
|
3520
3520
|
|
|
3521
|
-
var _excluded$
|
|
3521
|
+
var _excluded$l = ["size"];
|
|
3522
3522
|
var NeetoCrm = function NeetoCrm(_ref) {
|
|
3523
3523
|
var _ref$size = _ref.size,
|
|
3524
3524
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3525
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3525
|
+
props = _objectWithoutProperties(_ref, _excluded$l);
|
|
3526
3526
|
|
|
3527
3527
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3528
3528
|
width: size,
|
|
@@ -3619,11 +3619,11 @@ var NeetoCrm = function NeetoCrm(_ref) {
|
|
|
3619
3619
|
}))));
|
|
3620
3620
|
};
|
|
3621
3621
|
|
|
3622
|
-
var _excluded$
|
|
3622
|
+
var _excluded$k = ["size"];
|
|
3623
3623
|
var NeetoDeploy = function NeetoDeploy(_ref) {
|
|
3624
3624
|
var _ref$size = _ref.size,
|
|
3625
3625
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3626
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3626
|
+
props = _objectWithoutProperties(_ref, _excluded$k);
|
|
3627
3627
|
|
|
3628
3628
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3629
3629
|
width: size,
|
|
@@ -3698,11 +3698,11 @@ var NeetoDeploy = function NeetoDeploy(_ref) {
|
|
|
3698
3698
|
}))));
|
|
3699
3699
|
};
|
|
3700
3700
|
|
|
3701
|
-
var _excluded$
|
|
3701
|
+
var _excluded$j = ["size"];
|
|
3702
3702
|
var NeetoDesk = function NeetoDesk(_ref) {
|
|
3703
3703
|
var _ref$size = _ref.size,
|
|
3704
3704
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3705
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3705
|
+
props = _objectWithoutProperties(_ref, _excluded$j);
|
|
3706
3706
|
|
|
3707
3707
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3708
3708
|
width: size,
|
|
@@ -3782,11 +3782,11 @@ var NeetoDesk = function NeetoDesk(_ref) {
|
|
|
3782
3782
|
}))));
|
|
3783
3783
|
};
|
|
3784
3784
|
|
|
3785
|
-
var _excluded$
|
|
3785
|
+
var _excluded$i = ["size"];
|
|
3786
3786
|
var NeetoEngage = function NeetoEngage(_ref) {
|
|
3787
3787
|
var _ref$size = _ref.size,
|
|
3788
3788
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3789
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3789
|
+
props = _objectWithoutProperties(_ref, _excluded$i);
|
|
3790
3790
|
|
|
3791
3791
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3792
3792
|
width: size,
|
|
@@ -3874,11 +3874,11 @@ var NeetoEngage = function NeetoEngage(_ref) {
|
|
|
3874
3874
|
}))));
|
|
3875
3875
|
};
|
|
3876
3876
|
|
|
3877
|
-
var _excluded$
|
|
3877
|
+
var _excluded$h = ["size"];
|
|
3878
3878
|
var NeetoForm = function NeetoForm(_ref) {
|
|
3879
3879
|
var _ref$size = _ref.size,
|
|
3880
3880
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3881
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3881
|
+
props = _objectWithoutProperties(_ref, _excluded$h);
|
|
3882
3882
|
|
|
3883
3883
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3884
3884
|
width: size,
|
|
@@ -3947,11 +3947,11 @@ var NeetoForm = function NeetoForm(_ref) {
|
|
|
3947
3947
|
}))));
|
|
3948
3948
|
};
|
|
3949
3949
|
|
|
3950
|
-
var _excluded$
|
|
3950
|
+
var _excluded$g = ["size"];
|
|
3951
3951
|
var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
3952
3952
|
var _ref$size = _ref.size,
|
|
3953
3953
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
3954
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
3954
|
+
props = _objectWithoutProperties(_ref, _excluded$g);
|
|
3955
3955
|
|
|
3956
3956
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
3957
3957
|
width: size,
|
|
@@ -4027,11 +4027,11 @@ var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
|
4027
4027
|
}))));
|
|
4028
4028
|
};
|
|
4029
4029
|
|
|
4030
|
-
var _excluded$
|
|
4030
|
+
var _excluded$f = ["size"];
|
|
4031
4031
|
var NeetoInvoice = function NeetoInvoice(_ref) {
|
|
4032
4032
|
var _ref$size = _ref.size,
|
|
4033
4033
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4034
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4034
|
+
props = _objectWithoutProperties(_ref, _excluded$f);
|
|
4035
4035
|
|
|
4036
4036
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4037
4037
|
width: size,
|
|
@@ -4069,11 +4069,11 @@ var NeetoInvoice = function NeetoInvoice(_ref) {
|
|
|
4069
4069
|
}))));
|
|
4070
4070
|
};
|
|
4071
4071
|
|
|
4072
|
-
var _excluded$
|
|
4072
|
+
var _excluded$e = ["size"];
|
|
4073
4073
|
var NeetoKb = function NeetoKb(_ref) {
|
|
4074
4074
|
var _ref$size = _ref.size,
|
|
4075
4075
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4076
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4076
|
+
props = _objectWithoutProperties(_ref, _excluded$e);
|
|
4077
4077
|
|
|
4078
4078
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4079
4079
|
width: size,
|
|
@@ -4118,11 +4118,11 @@ var NeetoKb = function NeetoKb(_ref) {
|
|
|
4118
4118
|
}))));
|
|
4119
4119
|
};
|
|
4120
4120
|
|
|
4121
|
-
var _excluded$
|
|
4121
|
+
var _excluded$d = ["size"];
|
|
4122
4122
|
var NeetoPlanner = function NeetoPlanner(_ref) {
|
|
4123
4123
|
var _ref$size = _ref.size,
|
|
4124
4124
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4125
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4125
|
+
props = _objectWithoutProperties(_ref, _excluded$d);
|
|
4126
4126
|
|
|
4127
4127
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4128
4128
|
width: size,
|
|
@@ -4217,11 +4217,11 @@ var NeetoPlanner = function NeetoPlanner(_ref) {
|
|
|
4217
4217
|
}))));
|
|
4218
4218
|
};
|
|
4219
4219
|
|
|
4220
|
-
var _excluded$
|
|
4220
|
+
var _excluded$c = ["size"];
|
|
4221
4221
|
var NeetoPopups = function NeetoPopups(_ref) {
|
|
4222
4222
|
var _ref$size = _ref.size,
|
|
4223
4223
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4224
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4224
|
+
props = _objectWithoutProperties(_ref, _excluded$c);
|
|
4225
4225
|
|
|
4226
4226
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4227
4227
|
width: size,
|
|
@@ -4292,11 +4292,11 @@ var NeetoPopups = function NeetoPopups(_ref) {
|
|
|
4292
4292
|
}))));
|
|
4293
4293
|
};
|
|
4294
4294
|
|
|
4295
|
-
var _excluded$
|
|
4295
|
+
var _excluded$b = ["size"];
|
|
4296
4296
|
var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
4297
4297
|
var _ref$size = _ref.size,
|
|
4298
4298
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4299
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4299
|
+
props = _objectWithoutProperties(_ref, _excluded$b);
|
|
4300
4300
|
|
|
4301
4301
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4302
4302
|
width: size,
|
|
@@ -4369,11 +4369,11 @@ var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
|
4369
4369
|
}))));
|
|
4370
4370
|
};
|
|
4371
4371
|
|
|
4372
|
-
var _excluded$
|
|
4372
|
+
var _excluded$a = ["size"];
|
|
4373
4373
|
var NeetoRecord = function NeetoRecord(_ref) {
|
|
4374
4374
|
var _ref$size = _ref.size,
|
|
4375
4375
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4376
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4376
|
+
props = _objectWithoutProperties(_ref, _excluded$a);
|
|
4377
4377
|
|
|
4378
4378
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4379
4379
|
width: size,
|
|
@@ -4410,11 +4410,11 @@ var NeetoRecord = function NeetoRecord(_ref) {
|
|
|
4410
4410
|
}))));
|
|
4411
4411
|
};
|
|
4412
4412
|
|
|
4413
|
-
var _excluded$
|
|
4413
|
+
var _excluded$9 = ["size"];
|
|
4414
4414
|
var NeetoReplay = function NeetoReplay(_ref) {
|
|
4415
4415
|
var _ref$size = _ref.size,
|
|
4416
4416
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4417
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4417
|
+
props = _objectWithoutProperties(_ref, _excluded$9);
|
|
4418
4418
|
|
|
4419
4419
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4420
4420
|
width: size,
|
|
@@ -4489,11 +4489,11 @@ var NeetoReplay = function NeetoReplay(_ref) {
|
|
|
4489
4489
|
}))));
|
|
4490
4490
|
};
|
|
4491
4491
|
|
|
4492
|
-
var _excluded$
|
|
4492
|
+
var _excluded$8 = ["size"];
|
|
4493
4493
|
var NeetoReview = function NeetoReview(_ref) {
|
|
4494
4494
|
var _ref$size = _ref.size,
|
|
4495
4495
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4496
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4496
|
+
props = _objectWithoutProperties(_ref, _excluded$8);
|
|
4497
4497
|
|
|
4498
4498
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4499
4499
|
width: size,
|
|
@@ -4566,11 +4566,11 @@ var NeetoReview = function NeetoReview(_ref) {
|
|
|
4566
4566
|
}))));
|
|
4567
4567
|
};
|
|
4568
4568
|
|
|
4569
|
-
var _excluded$
|
|
4569
|
+
var _excluded$7 = ["size"];
|
|
4570
4570
|
var NeetoRunner = function NeetoRunner(_ref) {
|
|
4571
4571
|
var _ref$size = _ref.size,
|
|
4572
4572
|
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4573
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
4573
|
+
props = _objectWithoutProperties(_ref, _excluded$7);
|
|
4574
4574
|
|
|
4575
4575
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4576
4576
|
width: size,
|
|
@@ -4638,6 +4638,82 @@ var NeetoRunner = function NeetoRunner(_ref) {
|
|
|
4638
4638
|
}))));
|
|
4639
4639
|
};
|
|
4640
4640
|
|
|
4641
|
+
var _excluded$6 = ["size"];
|
|
4642
|
+
var NeetoSeoAudit = function NeetoSeoAudit(_ref) {
|
|
4643
|
+
var _ref$size = _ref.size,
|
|
4644
|
+
size = _ref$size === void 0 ? 24 : _ref$size,
|
|
4645
|
+
props = _objectWithoutProperties(_ref, _excluded$6);
|
|
4646
|
+
|
|
4647
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
4648
|
+
width: size,
|
|
4649
|
+
height: size,
|
|
4650
|
+
viewBox: "0 0 140 140",
|
|
4651
|
+
fill: "none"
|
|
4652
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
4653
|
+
d: "M140 70C140 31.3401 108.66 0 70 0H0V140H140V70Z",
|
|
4654
|
+
fill: "url(#NeetoSeoAudit_js__paint0_linear_5318_547)"
|
|
4655
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
4656
|
+
filter: "url(#NeetoSeoAudit_js__filter0_d_5318_547)"
|
|
4657
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
4658
|
+
d: "M93.3714 50.5891C86.9189 41.1755 76.0865 35 63.8118 35C44.0335 35 28 51.0335 28 70.8118C28 73.6892 28.3394 76.4874 28.9803 79.1685L47.217 60.9317C48.9652 59.1835 51.7995 59.1835 53.5477 60.9317L68.2882 75.6722L93.3714 50.5891Z",
|
|
4659
|
+
fill: "white"
|
|
4660
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4661
|
+
d: "M97.6278 58.9941L71.4536 85.1683C69.7054 86.9165 66.8711 86.9165 65.1229 85.1683L50.3823 70.4277L32.5377 88.2724C38.6638 99.2216 50.3734 106.624 63.8118 106.624C83.5901 106.624 99.6235 90.5901 99.6235 70.8118C99.6235 66.6708 98.9207 62.694 97.6278 58.9941Z",
|
|
4662
|
+
fill: "white"
|
|
4663
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4664
|
+
d: "M87.9196 102.373C91.6852 99.524 94.9226 96.0202 97.4654 92.0353C97.4931 92.0591 97.5202 92.0839 97.5467 92.1097L111.002 105.224C112.688 106.867 112.723 109.566 111.08 111.252L107.211 115.221C105.568 116.908 102.869 116.942 101.183 115.299L87.9196 102.373Z",
|
|
4665
|
+
fill: "white"
|
|
4666
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("filter", {
|
|
4667
|
+
id: "NeetoSeoAudit_js__filter0_d_5318_547",
|
|
4668
|
+
x: 28,
|
|
4669
|
+
y: 35,
|
|
4670
|
+
width: 90.2891,
|
|
4671
|
+
height: 88.5091,
|
|
4672
|
+
filterUnits: "userSpaceOnUse",
|
|
4673
|
+
colorInterpolationFilters: "sRGB"
|
|
4674
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
4675
|
+
floodOpacity: 0,
|
|
4676
|
+
result: "BackgroundImageFix"
|
|
4677
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4678
|
+
in: "SourceAlpha",
|
|
4679
|
+
type: "matrix",
|
|
4680
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
4681
|
+
result: "hardAlpha"
|
|
4682
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
4683
|
+
dx: 3,
|
|
4684
|
+
dy: 4
|
|
4685
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
4686
|
+
stdDeviation: 1.5
|
|
4687
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
4688
|
+
in2: "hardAlpha",
|
|
4689
|
+
operator: "out"
|
|
4690
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
4691
|
+
type: "matrix",
|
|
4692
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0"
|
|
4693
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4694
|
+
mode: "normal",
|
|
4695
|
+
in2: "BackgroundImageFix",
|
|
4696
|
+
result: "effect1_dropShadow_5318_547"
|
|
4697
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
4698
|
+
mode: "normal",
|
|
4699
|
+
in: "SourceGraphic",
|
|
4700
|
+
in2: "effect1_dropShadow_5318_547",
|
|
4701
|
+
result: "shape"
|
|
4702
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
4703
|
+
id: "NeetoSeoAudit_js__paint0_linear_5318_547",
|
|
4704
|
+
x1: 140,
|
|
4705
|
+
y1: 206.5,
|
|
4706
|
+
x2: 17.5,
|
|
4707
|
+
y2: -11,
|
|
4708
|
+
gradientUnits: "userSpaceOnUse"
|
|
4709
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
4710
|
+
stopColor: "#8669FB"
|
|
4711
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
4712
|
+
offset: 1,
|
|
4713
|
+
stopColor: "#71BCFF"
|
|
4714
|
+
}))));
|
|
4715
|
+
};
|
|
4716
|
+
|
|
4641
4717
|
var _excluded$5 = ["size"];
|
|
4642
4718
|
var NeetoSign = function NeetoSign(_ref) {
|
|
4643
4719
|
var _ref$size = _ref.size,
|
|
@@ -5095,5 +5171,5 @@ var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
|
5095
5171
|
}))));
|
|
5096
5172
|
};
|
|
5097
5173
|
|
|
5098
|
-
export { Neeto, NeetoAnalytics, NeetoCal, NeetoChangelog, NeetoChat, NeetoCi, NeetoCourse, NeetoCrm, NeetoDeploy, NeetoDesk, NeetoEngage, NeetoForm, NeetoGit, NeetoInvisible, NeetoInvoice, NeetoKb, NeetoPlanner, NeetoPopups, NeetoQuiz, NeetoRecord, NeetoReplay, NeetoReview, NeetoRunner, NeetoSign, NeetoSite, NeetoSocial, NeetoStore, NeetoTestify, NeetoWireframe };
|
|
5174
|
+
export { Neeto, NeetoAnalytics, NeetoCal, NeetoChangelog, NeetoChat, NeetoCi, NeetoCourse, NeetoCrm, NeetoDeploy, NeetoDesk, NeetoEngage, NeetoForm, NeetoGit, NeetoInvisible, NeetoInvoice, NeetoKb, NeetoPlanner, NeetoPopups, NeetoQuiz, NeetoRecord, NeetoReplay, NeetoReview, NeetoRunner, NeetoSeoAudit, NeetoSign, NeetoSite, NeetoSocial, NeetoStore, NeetoTestify, NeetoWireframe };
|
|
5099
5175
|
//# sourceMappingURL=neeto-logos.js.map
|