@bigbinary/neeto-icons 1.18.0 → 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/typeface-logos.cjs.js +26 -26
- package/dist/typeface-logos.cjs.js.map +1 -1
- package/dist/typeface-logos.js +26 -26
- 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);
|
|
@@ -4501,7 +4501,7 @@ var NeetoRecord = function NeetoRecord(_ref) {
|
|
|
4501
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
4507
|
props = _objectWithoutProperties(_ref, _excluded$7);
|
|
@@ -4605,7 +4605,7 @@ var NeetoReplay = function NeetoReplay(_ref) {
|
|
|
4605
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
4611
|
props = _objectWithoutProperties(_ref, _excluded$6);
|
|
@@ -4702,7 +4702,7 @@ var NeetoRunner = function NeetoRunner(_ref) {
|
|
|
4702
4702
|
var _excluded$5 = ["width", "height"];
|
|
4703
4703
|
var NeetoSeoAudit = function NeetoSeoAudit(_ref) {
|
|
4704
4704
|
var _ref$width = _ref.width,
|
|
4705
|
-
width = _ref$width === void 0 ? "
|
|
4705
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4706
4706
|
_ref$height = _ref.height,
|
|
4707
4707
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4708
4708
|
props = _objectWithoutProperties(_ref, _excluded$5);
|
|
@@ -4788,7 +4788,7 @@ var NeetoSeoAudit = function NeetoSeoAudit(_ref) {
|
|
|
4788
4788
|
var _excluded$4 = ["width", "height"];
|
|
4789
4789
|
var NeetoSign = function NeetoSign(_ref) {
|
|
4790
4790
|
var _ref$width = _ref.width,
|
|
4791
|
-
width = _ref$width === void 0 ? "
|
|
4791
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4792
4792
|
_ref$height = _ref.height,
|
|
4793
4793
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4794
4794
|
props = _objectWithoutProperties(_ref, _excluded$4);
|
|
@@ -4939,7 +4939,7 @@ var NeetoSign = function NeetoSign(_ref) {
|
|
|
4939
4939
|
var _excluded$3 = ["width", "height"];
|
|
4940
4940
|
var NeetoSite = function NeetoSite(_ref) {
|
|
4941
4941
|
var _ref$width = _ref.width,
|
|
4942
|
-
width = _ref$width === void 0 ? "
|
|
4942
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
4943
4943
|
_ref$height = _ref.height,
|
|
4944
4944
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
4945
4945
|
props = _objectWithoutProperties(_ref, _excluded$3);
|
|
@@ -5031,7 +5031,7 @@ var NeetoSite = function NeetoSite(_ref) {
|
|
|
5031
5031
|
var _excluded$2 = ["width", "height"];
|
|
5032
5032
|
var NeetoSocial = function NeetoSocial(_ref) {
|
|
5033
5033
|
var _ref$width = _ref.width,
|
|
5034
|
-
width = _ref$width === void 0 ? "
|
|
5034
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
5035
5035
|
_ref$height = _ref.height,
|
|
5036
5036
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
5037
5037
|
props = _objectWithoutProperties(_ref, _excluded$2);
|
|
@@ -5126,7 +5126,7 @@ var NeetoSocial = function NeetoSocial(_ref) {
|
|
|
5126
5126
|
var _excluded$1 = ["width", "height"];
|
|
5127
5127
|
var NeetoTestify = function NeetoTestify(_ref) {
|
|
5128
5128
|
var _ref$width = _ref.width,
|
|
5129
|
-
width = _ref$width === void 0 ? "
|
|
5129
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
5130
5130
|
_ref$height = _ref.height,
|
|
5131
5131
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
5132
5132
|
props = _objectWithoutProperties(_ref, _excluded$1);
|
|
@@ -5232,7 +5232,7 @@ var NeetoTestify = function NeetoTestify(_ref) {
|
|
|
5232
5232
|
var _excluded = ["width", "height"];
|
|
5233
5233
|
var NeetoWireframe = function NeetoWireframe(_ref) {
|
|
5234
5234
|
var _ref$width = _ref.width,
|
|
5235
|
-
width = _ref$width === void 0 ? "
|
|
5235
|
+
width = _ref$width === void 0 ? "100%" : _ref$width,
|
|
5236
5236
|
_ref$height = _ref.height,
|
|
5237
5237
|
height = _ref$height === void 0 ? 20 : _ref$height,
|
|
5238
5238
|
props = _objectWithoutProperties(_ref, _excluded);
|