@bigbinary/neeto-icons 1.18.0 → 1.18.2
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/typeface-logos.cjs.js +45 -30
- package/dist/typeface-logos.cjs.js.map +1 -1
- package/dist/typeface-logos.js +45 -30
- package/dist/typeface-logos.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -88,7 +88,7 @@ Anywhere in your React file
|
|
|
88
88
|
| Name | Type | Default | Description |
|
|
89
89
|
| :-------- | :------------- | :------ | :------------------------------------------------- |
|
|
90
90
|
| height | string, number | 20 | Value supplied to height attribute of SVG element. |
|
|
91
|
-
| width | string, number |
|
|
91
|
+
| width | string, number | 100% | Value supplied to width attribute of SVG element. |
|
|
92
92
|
| className | string | | Classes supplied to the SVG element. |
|
|
93
93
|
|
|
94
94
|
## How it works
|
|
@@ -2839,7 +2839,7 @@ var React = react.exports;
|
|
|
2839
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
2845
|
props = _objectWithoutProperties(_ref, _excluded$p);
|
|
@@ -2879,7 +2879,7 @@ var Neeto = function Neeto(_ref) {
|
|
|
2879
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
2885
|
props = _objectWithoutProperties(_ref, _excluded$o);
|
|
@@ -3051,7 +3051,7 @@ var NeetoCal = function NeetoCal(_ref) {
|
|
|
3051
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
3057
|
props = _objectWithoutProperties(_ref, _excluded$n);
|
|
@@ -3134,7 +3134,7 @@ var NeetoChangelog = function NeetoChangelog(_ref) {
|
|
|
3134
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
3140
|
props = _objectWithoutProperties(_ref, _excluded$m);
|
|
@@ -3222,7 +3222,7 @@ var NeetoChat = function NeetoChat(_ref) {
|
|
|
3222
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
3228
|
props = _objectWithoutProperties(_ref, _excluded$l);
|
|
@@ -3305,7 +3305,7 @@ var NeetoCi = function NeetoCi(_ref) {
|
|
|
3305
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
3311
|
props = _objectWithoutProperties(_ref, _excluded$k);
|
|
@@ -3410,7 +3410,7 @@ var NeetoCourse = function NeetoCourse(_ref) {
|
|
|
3410
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
3416
|
props = _objectWithoutProperties(_ref, _excluded$j);
|
|
@@ -3527,7 +3527,7 @@ var NeetoCrm = function NeetoCrm(_ref) {
|
|
|
3527
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
3533
|
props = _objectWithoutProperties(_ref, _excluded$i);
|
|
@@ -3631,7 +3631,7 @@ var NeetoDeploy = function NeetoDeploy(_ref) {
|
|
|
3631
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
3637
|
props = _objectWithoutProperties(_ref, _excluded$h);
|
|
@@ -3726,7 +3726,7 @@ var NeetoDesk = function NeetoDesk(_ref) {
|
|
|
3726
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
3732
|
props = _objectWithoutProperties(_ref, _excluded$g);
|
|
@@ -3810,7 +3810,7 @@ var NeetoForm = function NeetoForm(_ref) {
|
|
|
3810
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
3816
|
props = _objectWithoutProperties(_ref, _excluded$f);
|
|
@@ -3896,7 +3896,7 @@ var NeetoGit = function NeetoGit(_ref) {
|
|
|
3896
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
3902
|
props = _objectWithoutProperties(_ref, _excluded$e);
|
|
@@ -4010,7 +4010,7 @@ var NeetoInvisible = function NeetoInvisible(_ref) {
|
|
|
4010
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
4016
|
props = _objectWithoutProperties(_ref, _excluded$d);
|
|
@@ -4072,7 +4072,7 @@ var NeetoInvoice = function NeetoInvoice(_ref) {
|
|
|
4072
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
4078
|
props = _objectWithoutProperties(_ref, _excluded$c);
|
|
@@ -4126,7 +4126,7 @@ var NeetoKb = function NeetoKb(_ref) {
|
|
|
4126
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
4132
|
props = _objectWithoutProperties(_ref, _excluded$b);
|
|
@@ -4227,7 +4227,7 @@ var NeetoMonitor = function NeetoMonitor(_ref) {
|
|
|
4227
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
4233
|
props = _objectWithoutProperties(_ref, _excluded$a);
|
|
@@ -4354,7 +4354,7 @@ var NeetoPlanner = function NeetoPlanner(_ref) {
|
|
|
4354
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
4360
|
props = _objectWithoutProperties(_ref, _excluded$9);
|
|
@@ -4450,7 +4450,7 @@ var NeetoQuiz = function NeetoQuiz(_ref) {
|
|
|
4450
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
4456
|
props = _objectWithoutProperties(_ref, _excluded$8);
|
|
@@ -4462,7 +4462,7 @@ var NeetoRecord = function NeetoRecord(_ref) {
|
|
|
4462
4462
|
fill: "none"
|
|
4463
4463
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
4464
4464
|
d: "M56 32C56 18.7452 45.2548 8 32 8H8V56H56V32Z",
|
|
4465
|
-
fill: "url(#
|
|
4465
|
+
fill: "url(#NeetoRecord_js__paint0_linear_5273_1374)"
|
|
4466
4466
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4467
4467
|
d: "M40.9993 33.5993C40.9993 33.3534 41.1372 33.1282 41.3563 33.0164L45.7896 30.7546C46.225 30.5325 46.7414 30.8487 46.7414 31.3375V42.9654C46.7414 43.4497 46.2336 43.7662 45.7988 43.5529L41.3655 41.3781C41.1413 41.2682 40.9993 41.0403 40.9993 40.7906V33.5993Z",
|
|
4468
4468
|
fill: "white"
|
|
@@ -4477,13 +4477,28 @@ var NeetoRecord = function NeetoRecord(_ref) {
|
|
|
4477
4477
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4478
4478
|
fillRule: "evenodd",
|
|
4479
4479
|
clipRule: "evenodd",
|
|
4480
|
-
d: "M98.0873
|
|
4480
|
+
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",
|
|
4481
|
+
fill: "#11243E"
|
|
4482
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4483
|
+
d: "M285.884 55.3733L276.234 38.328H272.098V55.3733H263.324V11.632H279.743C283.127 11.632 286.01 12.2378 288.391 13.4493C290.772 14.6191 292.548 16.2276 293.718 18.2747C294.929 20.28 295.535 22.536 295.535 25.0427C295.535 27.9253 294.699 30.5364 293.028 32.876C291.357 35.1738 288.871 36.7613 285.571 37.6387L296.036 55.3733H285.884ZM272.098 31.748H279.43C281.811 31.748 283.586 31.184 284.756 30.056C285.926 28.8862 286.511 27.2778 286.511 25.2307C286.511 23.2253 285.926 21.6796 284.756 20.5933C283.586 19.4653 281.811 18.9013 279.43 18.9013H272.098V31.748Z",
|
|
4484
|
+
fill: "#11243E"
|
|
4485
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4486
|
+
d: "M335.077 37.2627C335.077 38.516 334.993 39.644 334.826 40.6467H309.446C309.655 43.1533 310.532 45.1169 312.078 46.5373C313.624 47.9578 315.525 48.668 317.781 48.668C321.039 48.668 323.358 47.2684 324.737 44.4693H334.199C333.197 47.8116 331.275 50.5689 328.434 52.7413C325.593 54.872 322.105 55.9373 317.969 55.9373C314.626 55.9373 311.618 55.2062 308.945 53.744C306.313 52.24 304.245 50.1302 302.741 47.4147C301.278 44.6991 300.547 41.5658 300.547 38.0147C300.547 34.4218 301.278 31.2676 302.741 28.552C304.203 25.8364 306.25 23.7476 308.882 22.2853C311.514 20.8231 314.543 20.092 317.969 20.092C321.269 20.092 324.215 20.8022 326.805 22.2227C329.437 23.6431 331.463 25.6693 332.883 28.3013C334.346 30.8916 335.077 33.8787 335.077 37.2627ZM325.99 34.756C325.948 32.5 325.134 30.7036 323.546 29.3667C321.958 27.988 320.016 27.2987 317.718 27.2987C315.546 27.2987 313.707 27.9671 312.203 29.304C310.741 30.5991 309.843 32.4164 309.509 34.756H325.99Z",
|
|
4487
|
+
fill: "#11243E"
|
|
4488
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4489
|
+
d: "M338.558 38.0147C338.558 34.4218 339.289 31.2884 340.751 28.6147C342.213 25.8991 344.24 23.8102 346.83 22.348C349.42 20.844 352.386 20.092 355.728 20.092C360.032 20.092 363.583 21.1782 366.382 23.3507C369.223 25.4813 371.124 28.4893 372.084 32.3747H362.622C362.12 30.8707 361.264 29.7009 360.052 28.8653C358.883 27.988 357.42 27.5493 355.666 27.5493C353.159 27.5493 351.175 28.4684 349.712 30.3067C348.25 32.1031 347.519 34.6724 347.519 38.0147C347.519 41.3151 348.25 43.8844 349.712 45.7227C351.175 47.5191 353.159 48.4173 355.666 48.4173C359.217 48.4173 361.536 46.8298 362.622 43.6547H372.084C371.124 47.4147 369.223 50.4018 366.382 52.616C363.541 54.8302 359.99 55.9373 355.728 55.9373C352.386 55.9373 349.42 55.2062 346.83 53.744C344.24 52.24 342.213 50.1511 340.751 47.4773C339.289 44.7618 338.558 41.6076 338.558 38.0147Z",
|
|
4490
|
+
fill: "#11243E"
|
|
4491
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4492
|
+
d: "M393.261 55.9373C389.919 55.9373 386.911 55.2062 384.237 53.744C381.563 52.24 379.453 50.1302 377.908 47.4147C376.404 44.6991 375.652 41.5658 375.652 38.0147C375.652 34.4636 376.425 31.3302 377.97 28.6147C379.558 25.8991 381.71 23.8102 384.425 22.348C387.141 20.844 390.169 20.092 393.512 20.092C396.854 20.092 399.883 20.844 402.598 22.348C405.314 23.8102 407.445 25.8991 408.99 28.6147C410.578 31.3302 411.372 34.4636 411.372 38.0147C411.372 41.5658 410.557 44.6991 408.928 47.4147C407.34 50.1302 405.168 52.24 402.41 53.744C399.695 55.2062 396.645 55.9373 393.261 55.9373ZM393.261 48.292C394.849 48.292 396.332 47.916 397.71 47.164C399.131 46.3702 400.259 45.2004 401.094 43.6547C401.93 42.1089 402.348 40.2289 402.348 38.0147C402.348 34.7142 401.47 32.1867 399.716 30.432C398.003 28.6356 395.893 27.7373 393.386 27.7373C390.88 27.7373 388.77 28.6356 387.057 30.432C385.386 32.1867 384.55 34.7142 384.55 38.0147C384.55 41.3151 385.365 43.8636 386.994 45.66C388.665 47.4147 390.754 48.292 393.261 48.292Z",
|
|
4493
|
+
fill: "#11243E"
|
|
4494
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
4495
|
+
d: "M425.914 26.0453C427.042 24.2071 428.504 22.7658 430.301 21.7213C432.139 20.6769 434.228 20.1547 436.567 20.1547V29.3667H434.249C431.491 29.3667 429.402 30.0142 427.982 31.3093C426.603 32.6044 425.914 34.8604 425.914 38.0773V55.3733H417.141V20.656H425.914V26.0453Z",
|
|
4481
4496
|
fill: "#11243E"
|
|
4482
4497
|
}), /*#__PURE__*/React.createElement("path", {
|
|
4483
|
-
d: "
|
|
4498
|
+
d: "M439.554 37.8893C439.554 34.38 440.243 31.2676 441.622 28.552C443.042 25.8364 444.964 23.7476 447.387 22.2853C449.81 20.8231 452.505 20.092 455.471 20.092C457.727 20.092 459.879 20.5933 461.926 21.596C463.973 22.5569 465.602 23.852 466.814 25.4813V9H475.713V55.3733H466.814V50.2347C465.728 51.9476 464.203 53.3262 462.239 54.3707C460.276 55.4151 457.999 55.9373 455.409 55.9373C452.484 55.9373 449.81 55.1853 447.387 53.6813C444.964 52.1773 443.042 50.0676 441.622 47.352C440.243 44.5947 439.554 41.4404 439.554 37.8893ZM466.877 38.0147C466.877 35.884 466.459 34.0667 465.623 32.5627C464.788 31.0169 463.66 29.8471 462.239 29.0533C460.819 28.2178 459.294 27.8 457.665 27.8C456.035 27.8 454.531 28.1969 453.153 28.9907C451.774 29.7844 450.646 30.9542 449.769 32.5C448.933 34.004 448.515 35.8004 448.515 37.8893C448.515 39.9782 448.933 41.8164 449.769 43.404C450.646 44.9498 451.774 46.1404 453.153 46.976C454.573 47.8116 456.077 48.2293 457.665 48.2293C459.294 48.2293 460.819 47.8324 462.239 47.0387C463.66 46.2031 464.788 45.0333 465.623 43.5293C466.459 41.9836 466.877 40.1453 466.877 38.0147Z",
|
|
4484
4499
|
fill: "#11243E"
|
|
4485
4500
|
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
4486
|
-
id: "
|
|
4501
|
+
id: "NeetoRecord_js__paint0_linear_5273_1374",
|
|
4487
4502
|
x1: 82.2286,
|
|
4488
4503
|
y1: 95.7714,
|
|
4489
4504
|
x2: -19.4286,
|
|
@@ -4501,7 +4516,7 @@ var NeetoRecord = function NeetoRecord(_ref) {
|
|
|
4501
4516
|
var _excluded$7 = ["width", "height"];
|
|
4502
4517
|
var NeetoReplay = function NeetoReplay(_ref) {
|
|
4503
4518
|
var _ref$width = _ref.width,
|
|
4504
|
-
width = _ref$width === void 0 ? "
|
|
4519
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4505
4520
|
_ref$height = _ref.height,
|
|
4506
4521
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4507
4522
|
props = _objectWithoutProperties(_ref, _excluded$7);
|
|
@@ -4605,7 +4620,7 @@ var NeetoReplay = function NeetoReplay(_ref) {
|
|
|
4605
4620
|
var _excluded$6 = ["width", "height"];
|
|
4606
4621
|
var NeetoRunner = function NeetoRunner(_ref) {
|
|
4607
4622
|
var _ref$width = _ref.width,
|
|
4608
|
-
width = _ref$width === void 0 ? "
|
|
4623
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4609
4624
|
_ref$height = _ref.height,
|
|
4610
4625
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4611
4626
|
props = _objectWithoutProperties(_ref, _excluded$6);
|
|
@@ -4702,7 +4717,7 @@ var NeetoRunner = function NeetoRunner(_ref) {
|
|
|
4702
4717
|
var _excluded$5 = ["width", "height"];
|
|
4703
4718
|
var NeetoSeoAudit = function NeetoSeoAudit(_ref) {
|
|
4704
4719
|
var _ref$width = _ref.width,
|
|
4705
|
-
width = _ref$width === void 0 ? "
|
|
4720
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4706
4721
|
_ref$height = _ref.height,
|
|
4707
4722
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4708
4723
|
props = _objectWithoutProperties(_ref, _excluded$5);
|
|
@@ -4788,7 +4803,7 @@ var NeetoSeoAudit = function NeetoSeoAudit(_ref) {
|
|
|
4788
4803
|
var _excluded$4 = ["width", "height"];
|
|
4789
4804
|
var NeetoSign = function NeetoSign(_ref) {
|
|
4790
4805
|
var _ref$width = _ref.width,
|
|
4791
|
-
width = _ref$width === void 0 ? "
|
|
4806
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4792
4807
|
_ref$height = _ref.height,
|
|
4793
4808
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4794
4809
|
props = _objectWithoutProperties(_ref, _excluded$4);
|
|
@@ -4939,7 +4954,7 @@ var NeetoSign = function NeetoSign(_ref) {
|
|
|
4939
4954
|
var _excluded$3 = ["width", "height"];
|
|
4940
4955
|
var NeetoSite = function NeetoSite(_ref) {
|
|
4941
4956
|
var _ref$width = _ref.width,
|
|
4942
|
-
width = _ref$width === void 0 ? "
|
|
4957
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4943
4958
|
_ref$height = _ref.height,
|
|
4944
4959
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4945
4960
|
props = _objectWithoutProperties(_ref, _excluded$3);
|
|
@@ -5031,7 +5046,7 @@ var NeetoSite = function NeetoSite(_ref) {
|
|
|
5031
5046
|
var _excluded$2 = ["width", "height"];
|
|
5032
5047
|
var NeetoSocial = function NeetoSocial(_ref) {
|
|
5033
5048
|
var _ref$width = _ref.width,
|
|
5034
|
-
width = _ref$width === void 0 ? "
|
|
5049
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
5035
5050
|
_ref$height = _ref.height,
|
|
5036
5051
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
5037
5052
|
props = _objectWithoutProperties(_ref, _excluded$2);
|
|
@@ -5126,7 +5141,7 @@ var NeetoSocial = function NeetoSocial(_ref) {
|
|
|
5126
5141
|
var _excluded$1 = ["width", "height"];
|
|
5127
5142
|
var NeetoTestify = function NeetoTestify(_ref) {
|
|
5128
5143
|
var _ref$width = _ref.width,
|
|
5129
|
-
width = _ref$width === void 0 ? "
|
|
5144
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
5130
5145
|
_ref$height = _ref.height,
|
|
5131
5146
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
5132
5147
|
props = _objectWithoutProperties(_ref, _excluded$1);
|
|
@@ -5232,7 +5247,7 @@ var NeetoTestify = function NeetoTestify(_ref) {
|
|
|
5232
5247
|
var _excluded = ["width", "height"];
|
|
5233
5248
|
var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
5234
5249
|
var _ref$width = _ref.width,
|
|
5235
|
-
width = _ref$width === void 0 ? "
|
|
5250
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
5236
5251
|
_ref$height = _ref.height,
|
|
5237
5252
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
5238
5253
|
props = _objectWithoutProperties(_ref, _excluded);
|