@bigbinary/neeto-icons-rn 1.18.3 → 1.18.5
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/appIcons/NeetoCode.js +87 -0
- package/dist/appIcons/{NeetoSeoAudit.js → NeetoSeo.js} +11 -16
- package/dist/appIcons/index.js +2 -1
- package/dist/logos/NeetoCode.js +39 -0
- package/dist/logos/{NeetoSeoAudit.js → NeetoSeo.js} +5 -5
- package/dist/logos/index.js +2 -1
- package/dist/typefaceLogos/NeetoCode.js +49 -0
- package/dist/typefaceLogos/{NeetoSeoAudit.js → NeetoSeo.js} +6 -6
- package/dist/typefaceLogos/index.js +2 -1
- package/package.json +1 -1
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, {
|
|
3
|
+
Path,
|
|
4
|
+
Mask,
|
|
5
|
+
Rect,
|
|
6
|
+
G,
|
|
7
|
+
Defs,
|
|
8
|
+
LinearGradient,
|
|
9
|
+
Stop,
|
|
10
|
+
} from "react-native-svg";
|
|
11
|
+
/* SVGR has dropped some elements not supported by react-native-svg: filter */
|
|
12
|
+
const SvgNeetoCode = (props) => (
|
|
13
|
+
<Svg
|
|
14
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
15
|
+
width={props.size}
|
|
16
|
+
height={props.size}
|
|
17
|
+
fill="none"
|
|
18
|
+
{...props}
|
|
19
|
+
>
|
|
20
|
+
<Path
|
|
21
|
+
fill="url(#NeetoCode_svg__a)"
|
|
22
|
+
d="M0 92.11C0 41.239 41.24 0 92.11 0h157.78C300.761 0 342 41.24 342 92.11v157.78c0 50.871-41.239 92.11-92.11 92.11H92.11C41.239 342 0 300.761 0 249.89z"
|
|
23
|
+
/>
|
|
24
|
+
<Mask
|
|
25
|
+
id="NeetoCode_svg__c"
|
|
26
|
+
width={342}
|
|
27
|
+
height={342}
|
|
28
|
+
x={0}
|
|
29
|
+
y={0}
|
|
30
|
+
maskUnits="userSpaceOnUse"
|
|
31
|
+
style={{
|
|
32
|
+
maskType: "alpha",
|
|
33
|
+
}}
|
|
34
|
+
>
|
|
35
|
+
<Rect width={342} height={342} fill="url(#NeetoCode_svg__b)" rx={92.11} />
|
|
36
|
+
</Mask>
|
|
37
|
+
<G mask="url(#NeetoCode_svg__c)">
|
|
38
|
+
<Path
|
|
39
|
+
fill="url(#NeetoCode_svg__d)"
|
|
40
|
+
d="M319.936 191.227c0-87.333-70.797-158.13-158.129-158.13H3.677v316.259h316.259z"
|
|
41
|
+
/>
|
|
42
|
+
</G>
|
|
43
|
+
<G filter="url(#NeetoCode_svg__e)">
|
|
44
|
+
<Path
|
|
45
|
+
fill={props.color}
|
|
46
|
+
fillRule="evenodd"
|
|
47
|
+
d="M246 171c0-41.421-33.579-75-75-75H96v150h150zm-71.111-33.909-51.436 36.328 14.804 14.803 36.632-25.873zm-27.776 59.985-8.854-8.854 8.854-6.254zm57.081-30.546-8.854-8.854v15.108zM219 181.333l-51.436 36.328v-25.258l36.633-25.873z"
|
|
48
|
+
clipRule="evenodd"
|
|
49
|
+
/>
|
|
50
|
+
</G>
|
|
51
|
+
<Defs>
|
|
52
|
+
<LinearGradient
|
|
53
|
+
id="NeetoCode_svg__a"
|
|
54
|
+
x1={136.5}
|
|
55
|
+
x2={553}
|
|
56
|
+
y1={135}
|
|
57
|
+
y2={758.5}
|
|
58
|
+
gradientUnits="userSpaceOnUse"
|
|
59
|
+
>
|
|
60
|
+
<Stop stopColor="#7976FF" />
|
|
61
|
+
<Stop offset={0.525} stopColor="#41AFFF" />
|
|
62
|
+
</LinearGradient>
|
|
63
|
+
<LinearGradient
|
|
64
|
+
id="NeetoCode_svg__b"
|
|
65
|
+
x1={-23.954}
|
|
66
|
+
x2={318.389}
|
|
67
|
+
y1={-19.463}
|
|
68
|
+
y2={522.498}
|
|
69
|
+
gradientUnits="userSpaceOnUse"
|
|
70
|
+
>
|
|
71
|
+
<Stop offset={1} stopColor="#FFD55C" />
|
|
72
|
+
</LinearGradient>
|
|
73
|
+
<LinearGradient
|
|
74
|
+
id="NeetoCode_svg__d"
|
|
75
|
+
x1={275.728}
|
|
76
|
+
x2={3.678}
|
|
77
|
+
y1={82.407}
|
|
78
|
+
y2={349.356}
|
|
79
|
+
gradientUnits="userSpaceOnUse"
|
|
80
|
+
>
|
|
81
|
+
<Stop stopColor={props.color} stopOpacity={0.16} />
|
|
82
|
+
<Stop offset={0.531} stopColor={props.color} stopOpacity={0} />
|
|
83
|
+
</LinearGradient>
|
|
84
|
+
</Defs>
|
|
85
|
+
</Svg>
|
|
86
|
+
);
|
|
87
|
+
export default SvgNeetoCode;
|
|
@@ -9,7 +9,7 @@ import Svg, {
|
|
|
9
9
|
Stop,
|
|
10
10
|
} from "react-native-svg";
|
|
11
11
|
/* SVGR has dropped some elements not supported by react-native-svg: filter */
|
|
12
|
-
const
|
|
12
|
+
const SvgNeetoSeo = (props) => (
|
|
13
13
|
<Svg
|
|
14
14
|
xmlns="http://www.w3.org/2000/svg"
|
|
15
15
|
width={props.size}
|
|
@@ -18,11 +18,11 @@ const SvgNeetoSeoAudit = (props) => (
|
|
|
18
18
|
{...props}
|
|
19
19
|
>
|
|
20
20
|
<Path
|
|
21
|
-
fill="url(#
|
|
21
|
+
fill="url(#neetoSEO_svg__a)"
|
|
22
22
|
d="M0 92.11C0 41.239 41.24 0 92.11 0h157.78C300.761 0 342 41.24 342 92.11v157.78c0 50.871-41.239 92.11-92.11 92.11H92.11C41.239 342 0 300.761 0 249.89z"
|
|
23
23
|
/>
|
|
24
24
|
<Mask
|
|
25
|
-
id="
|
|
25
|
+
id="neetoSEO_svg__c"
|
|
26
26
|
width={342}
|
|
27
27
|
height={342}
|
|
28
28
|
x={0}
|
|
@@ -32,20 +32,15 @@ const SvgNeetoSeoAudit = (props) => (
|
|
|
32
32
|
maskType: "alpha",
|
|
33
33
|
}}
|
|
34
34
|
>
|
|
35
|
-
<Rect
|
|
36
|
-
width={342}
|
|
37
|
-
height={342}
|
|
38
|
-
fill="url(#neetoSEOAudit_svg__b)"
|
|
39
|
-
rx={92.11}
|
|
40
|
-
/>
|
|
35
|
+
<Rect width={342} height={342} fill="url(#neetoSEO_svg__b)" rx={92.11} />
|
|
41
36
|
</Mask>
|
|
42
|
-
<G mask="url(#
|
|
37
|
+
<G mask="url(#neetoSEO_svg__c)">
|
|
43
38
|
<Path
|
|
44
|
-
fill="url(#
|
|
39
|
+
fill="url(#neetoSEO_svg__d)"
|
|
45
40
|
d="M319.936 191.227c0-87.333-70.797-158.13-158.129-158.13H3.677v316.259h316.259z"
|
|
46
41
|
/>
|
|
47
42
|
</G>
|
|
48
|
-
<G fill={props.color} filter="url(#
|
|
43
|
+
<G fill={props.color} filter="url(#neetoSEO_svg__e)">
|
|
49
44
|
<Path d="M226.335 111.566C211.2 89.486 185.792 75 157 75c-46.392 0-84 37.608-84 84 0 6.749.796 13.313 2.3 19.601l42.775-42.776c4.101-4.1 10.749-4.1 14.85 0l34.575 34.576z" />
|
|
50
45
|
<Path d="m236.319 131.28-61.394 61.395c-4.101 4.1-10.749 4.1-14.85 0L125.5 158.099l-41.856 41.857C98.014 225.638 125.479 243 157 243c46.392 0 84-37.608 84-84a83.9 83.9 0 0 0-4.681-27.72" />
|
|
51
46
|
<Path
|
|
@@ -56,7 +51,7 @@ const SvgNeetoSeoAudit = (props) => (
|
|
|
56
51
|
</G>
|
|
57
52
|
<Defs>
|
|
58
53
|
<LinearGradient
|
|
59
|
-
id="
|
|
54
|
+
id="neetoSEO_svg__a"
|
|
60
55
|
x1={-135.74}
|
|
61
56
|
x2={464.109}
|
|
62
57
|
y1={-186.642}
|
|
@@ -67,7 +62,7 @@ const SvgNeetoSeoAudit = (props) => (
|
|
|
67
62
|
<Stop offset={0.799} stopColor="#8588FF" />
|
|
68
63
|
</LinearGradient>
|
|
69
64
|
<LinearGradient
|
|
70
|
-
id="
|
|
65
|
+
id="neetoSEO_svg__b"
|
|
71
66
|
x1={-23.954}
|
|
72
67
|
x2={318.389}
|
|
73
68
|
y1={-19.463}
|
|
@@ -77,7 +72,7 @@ const SvgNeetoSeoAudit = (props) => (
|
|
|
77
72
|
<Stop offset={1} stopColor="#FFD55C" />
|
|
78
73
|
</LinearGradient>
|
|
79
74
|
<LinearGradient
|
|
80
|
-
id="
|
|
75
|
+
id="neetoSEO_svg__d"
|
|
81
76
|
x1={275.728}
|
|
82
77
|
x2={3.678}
|
|
83
78
|
y1={82.407}
|
|
@@ -90,4 +85,4 @@ const SvgNeetoSeoAudit = (props) => (
|
|
|
90
85
|
</Defs>
|
|
91
86
|
</Svg>
|
|
92
87
|
);
|
|
93
|
-
export default
|
|
88
|
+
export default SvgNeetoSeo;
|
package/dist/appIcons/index.js
CHANGED
|
@@ -5,6 +5,7 @@ export { default as NeetoCrm } from "./NeetoCrm";
|
|
|
5
5
|
export { default as NeetoCal } from "./NeetoCal";
|
|
6
6
|
export { default as NeetoChangelog } from "./NeetoChangelog";
|
|
7
7
|
export { default as NeetoChat } from "./NeetoChat";
|
|
8
|
+
export { default as NeetoCode } from "./NeetoCode";
|
|
8
9
|
export { default as NeetoCourse } from "./NeetoCourse";
|
|
9
10
|
export { default as NeetoDeploy } from "./NeetoDeploy";
|
|
10
11
|
export { default as NeetoDesk } from "./NeetoDesk";
|
|
@@ -29,4 +30,4 @@ export { default as NeetoSocial } from "./NeetoSocial";
|
|
|
29
30
|
export { default as NeetoStore } from "./NeetoStore";
|
|
30
31
|
export { default as NeetoTestify } from "./NeetoTestify";
|
|
31
32
|
export { default as NeetoWireframe } from "./NeetoWireframe";
|
|
32
|
-
export { default as
|
|
33
|
+
export { default as NeetoSeo } from "./NeetoSeo";
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path, G, Defs, LinearGradient, Stop } from "react-native-svg";
|
|
3
|
+
/* SVGR has dropped some elements not supported by react-native-svg: filter */
|
|
4
|
+
const SvgNeetoCode = (props) => (
|
|
5
|
+
<Svg
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
width={props.size}
|
|
8
|
+
height={props.size}
|
|
9
|
+
fill="none"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
fill="url(#NeetoCode_svg__a)"
|
|
14
|
+
d="M140 70c0-38.66-31.34-70-70-70H0v140h140z"
|
|
15
|
+
/>
|
|
16
|
+
<G filter="url(#NeetoCode_svg__b)">
|
|
17
|
+
<Path
|
|
18
|
+
fill={props.color}
|
|
19
|
+
fillRule="evenodd"
|
|
20
|
+
d="M103 70c0-18.225-14.775-33-33-33H37v66h66zM71.712 55.08 49.08 71.064l6.514 6.514 16.118-11.384zM59.491 81.474l-3.896-3.896 3.896-2.752zm25.114-13.44-3.896-3.897v6.648zm6.514 6.513L68.487 90.53V79.418l16.119-11.385z"
|
|
21
|
+
clipRule="evenodd"
|
|
22
|
+
/>
|
|
23
|
+
</G>
|
|
24
|
+
<Defs>
|
|
25
|
+
<LinearGradient
|
|
26
|
+
id="NeetoCode_svg__a"
|
|
27
|
+
x1={-15}
|
|
28
|
+
x2={202.5}
|
|
29
|
+
y1={-38.5}
|
|
30
|
+
y2={248}
|
|
31
|
+
gradientUnits="userSpaceOnUse"
|
|
32
|
+
>
|
|
33
|
+
<Stop offset={0.374} stopColor="#8176FF" />
|
|
34
|
+
<Stop offset={1} stopColor="#41BBFF" />
|
|
35
|
+
</LinearGradient>
|
|
36
|
+
</Defs>
|
|
37
|
+
</Svg>
|
|
38
|
+
);
|
|
39
|
+
export default SvgNeetoCode;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import Svg, { Path, G, Defs, LinearGradient, Stop } from "react-native-svg";
|
|
3
3
|
/* SVGR has dropped some elements not supported by react-native-svg: filter */
|
|
4
|
-
const
|
|
4
|
+
const SvgNeetoSeo = (props) => (
|
|
5
5
|
<Svg
|
|
6
6
|
xmlns="http://www.w3.org/2000/svg"
|
|
7
7
|
width={props.size}
|
|
@@ -10,17 +10,17 @@ const SvgNeetoSeoAudit = (props) => (
|
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
12
|
<Path
|
|
13
|
-
fill="url(#
|
|
13
|
+
fill="url(#NeetoSEO_svg__a)"
|
|
14
14
|
d="M140 70c0-38.66-31.34-70-70-70H0v140h140z"
|
|
15
15
|
/>
|
|
16
|
-
<G fill={props.color} filter="url(#
|
|
16
|
+
<G fill={props.color} filter="url(#NeetoSEO_svg__b)">
|
|
17
17
|
<Path d="M93.371 50.59C86.92 41.174 76.087 35 63.811 35 44.034 35 28 51.033 28 70.812c0 2.877.34 5.675.98 8.356l18.237-18.236a4.476 4.476 0 0 1 6.33 0l14.741 14.74z" />
|
|
18
18
|
<Path d="M97.628 58.994 71.454 85.168a4.476 4.476 0 0 1-6.331 0l-14.74-14.74-17.845 17.844c6.126 10.95 17.835 18.352 31.274 18.352 19.778 0 35.812-16.034 35.812-35.812 0-4.141-.703-8.118-1.996-11.818" />
|
|
19
19
|
<Path d="M87.92 102.373a39.9 39.9 0 0 0 9.545-10.338q.042.036.082.075l13.455 13.114a4.263 4.263 0 0 1 .078 6.028l-3.869 3.969a4.26 4.26 0 0 1-6.028.078z" />
|
|
20
20
|
</G>
|
|
21
21
|
<Defs>
|
|
22
22
|
<LinearGradient
|
|
23
|
-
id="
|
|
23
|
+
id="NeetoSEO_svg__a"
|
|
24
24
|
x1={140}
|
|
25
25
|
x2={17.5}
|
|
26
26
|
y1={206.5}
|
|
@@ -33,4 +33,4 @@ const SvgNeetoSeoAudit = (props) => (
|
|
|
33
33
|
</Defs>
|
|
34
34
|
</Svg>
|
|
35
35
|
);
|
|
36
|
-
export default
|
|
36
|
+
export default SvgNeetoSeo;
|
package/dist/logos/index.js
CHANGED
|
@@ -6,6 +6,7 @@ export { default as NeetoCrm } from "./NeetoCrm";
|
|
|
6
6
|
export { default as NeetoCal } from "./NeetoCal";
|
|
7
7
|
export { default as NeetoChangelog } from "./NeetoChangelog";
|
|
8
8
|
export { default as NeetoChat } from "./NeetoChat";
|
|
9
|
+
export { default as NeetoCode } from "./NeetoCode";
|
|
9
10
|
export { default as NeetoCourse } from "./NeetoCourse";
|
|
10
11
|
export { default as NeetoDeploy } from "./NeetoDeploy";
|
|
11
12
|
export { default as NeetoDesk } from "./NeetoDesk";
|
|
@@ -22,7 +23,7 @@ export { default as NeetoRecord } from "./NeetoRecord";
|
|
|
22
23
|
export { default as NeetoReplay } from "./NeetoReplay";
|
|
23
24
|
export { default as NeetoReview } from "./NeetoReview";
|
|
24
25
|
export { default as NeetoRunner } from "./NeetoRunner";
|
|
25
|
-
export { default as
|
|
26
|
+
export { default as NeetoSeo } from "./NeetoSeo";
|
|
26
27
|
export { default as NeetoSign } from "./NeetoSign";
|
|
27
28
|
export { default as NeetoSite } from "./NeetoSite";
|
|
28
29
|
export { default as NeetoSocial } from "./NeetoSocial";
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path, G, Defs, LinearGradient, Stop } from "react-native-svg";
|
|
3
|
+
/* SVGR has dropped some elements not supported by react-native-svg: filter */
|
|
4
|
+
const SvgNeetoCode = (props) => (
|
|
5
|
+
<Svg
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
width={props.size}
|
|
8
|
+
height={props.size}
|
|
9
|
+
fill="none"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
fill="url(#neetoCode_svg__a)"
|
|
14
|
+
d="M55.996 31.998C55.996 18.744 45.252 8 31.998 8H8v47.996h47.996z"
|
|
15
|
+
/>
|
|
16
|
+
<G filter="url(#neetoCode_svg__b)">
|
|
17
|
+
<Path
|
|
18
|
+
fill={props.color}
|
|
19
|
+
fillRule="evenodd"
|
|
20
|
+
d="M43.31 31.998c0-6.248-5.065-11.313-11.313-11.313H20.684v22.627H43.31zm-10.724-5.115-7.76 5.48 2.234 2.233 5.526-3.903zm-4.19 9.049-1.336-1.336 1.336-.943zm8.61-4.61-1.337-1.335v2.28zm2.233 2.234-7.76 5.48v-3.81l5.527-3.903z"
|
|
21
|
+
clipRule="evenodd"
|
|
22
|
+
/>
|
|
23
|
+
</G>
|
|
24
|
+
<Path
|
|
25
|
+
fill="#11243E"
|
|
26
|
+
fillRule="evenodd"
|
|
27
|
+
d="M98.083 17.627H81.236l8.336 8.198h8.511c5.365 0 9.708 4.25 9.708 9.488V53h8.38V35.313c0-9.77-8.101-17.686-18.088-17.686m-9.707 9.392-8.38-8.241V53h8.38zm64.602 20.198-5.317-5.504-.319.3c-1.845 1.742-4.938 3.425-9.211 3.425-3.005 0-5.321-.748-6.995-2.044-1.547-1.196-2.58-2.886-3.093-4.968h26.899l.02-.413c.283-5.871-1.216-10.969-4.28-14.606-3.071-3.645-7.679-5.78-13.512-5.78-10.304 0-18.349 7.59-18.349 17.688 0 5.074 1.903 9.503 5.295 12.663 3.391 3.158 8.242 5.022 14.096 5.022 6.836 0 11.264-2.333 14.463-5.485zm38.825 0-5.317-5.504-.319.3c-1.845 1.742-4.937 3.425-9.211 3.425-3.005 0-5.321-.748-6.995-2.044-1.547-1.196-2.58-2.886-3.093-4.968h26.899l.02-.413c.283-5.871-1.216-10.969-4.28-14.606-3.071-3.645-7.678-5.78-13.512-5.78-10.304 0-18.349 7.59-18.349 17.688 0 5.074 1.903 9.503 5.295 12.663 3.391 3.158 8.242 5.022 14.096 5.022 6.836 0 11.264-2.333 14.463-5.485zm10.587-29.292h-5.919v7.554h5.919v13.192c0 5.326.795 8.958 3.049 11.235 2.258 2.28 5.869 3.094 11.179 3.094h1.553v-7.746h-.44c-1.597 0-2.824-.06-3.774-.237-.945-.177-1.574-.462-2.011-.883-.436-.42-.73-1.02-.912-1.922-.182-.908-.244-2.082-.244-3.61V25.479h7.381v-7.555h-7.381V9h-8.4zm-65.138 7.188c2.705 0 4.69.797 6.084 2.096 1.292 1.205 2.113 2.874 2.507 4.836h-17.804c.514-2.15 1.56-3.827 3.022-4.991 1.577-1.256 3.673-1.941 6.191-1.941m38.825 0c2.705 0 4.69.797 6.084 2.096 1.292 1.205 2.113 2.874 2.507 4.836h-17.804c.514-2.15 1.56-3.827 3.022-4.991 1.577-1.256 3.673-1.941 6.191-1.941m62.798.015c5.59 0 10.034 4.57 10.034 10.186S244.465 45.5 238.875 45.5c-5.588 0-9.966-4.566-9.966-10.185s4.378-10.186 9.966-10.186m0-7.501c-10.032 0-18.054 7.756-18.054 17.687 0 9.863 8.02 17.686 18.054 17.686 10.031 0 18.121-7.82 18.121-17.686 0-9.933-8.091-17.687-18.121-17.687"
|
|
28
|
+
clipRule="evenodd"
|
|
29
|
+
/>
|
|
30
|
+
<Path
|
|
31
|
+
fill="#11243E"
|
|
32
|
+
d="M261.189 33.067q0-6.455 2.883-11.531 2.946-5.139 7.959-7.959 5.076-2.882 11.342-2.882 7.332 0 12.847 3.76t7.708 10.402h-10.089q-1.504-3.133-4.262-4.7-2.694-1.566-6.266-1.566-3.823 0-6.831 1.817-2.945 1.754-4.637 5.013-1.63 3.259-1.63 7.646 0 4.323 1.63 7.645 1.692 3.258 4.637 5.076 3.007 1.755 6.831 1.755 3.572 0 6.266-1.567 2.758-1.63 4.262-4.763h10.089q-2.193 6.705-7.708 10.466-5.452 3.697-12.847 3.697-6.266 0-11.342-2.82-5.013-2.883-7.959-7.959-2.883-5.076-2.883-11.53m64.982 22.497q-5.013 0-9.024-2.193-4.011-2.256-6.329-6.33-2.256-4.073-2.256-9.4 0-5.326 2.318-9.4 2.381-4.073 6.455-6.266 4.073-2.256 9.087-2.256t9.086 2.256q4.074 2.193 6.392 6.266 2.382 4.074 2.382 9.4t-2.444 9.4q-2.382 4.074-6.518 6.33-4.073 2.193-9.149 2.193m0-7.645a9.14 9.14 0 0 0 4.449-1.128q2.131-1.191 3.384-3.51 1.254-2.317 1.254-5.64 0-4.95-2.632-7.582-2.57-2.695-6.33-2.695t-6.329 2.695q-2.507 2.631-2.507 7.582t2.444 7.646q2.506 2.631 6.267 2.632m21.624-10.403q0-5.265 2.068-9.337 2.13-4.074 5.765-6.267t8.084-2.193q3.384 0 6.455 1.504 3.07 1.44 4.888 3.885V8.627h8.898V55h-8.898v-5.139q-1.63 2.57-4.575 4.136t-6.831 1.567q-4.386 0-8.021-2.256t-5.765-6.33q-2.068-4.135-2.068-9.462m27.322.125q0-3.196-1.253-5.452-1.254-2.318-3.384-3.509a8.87 8.87 0 0 0-4.575-1.253 8.9 8.9 0 0 0-4.512 1.19q-2.067 1.191-3.384 3.51-1.253 2.256-1.253 5.389t1.253 5.515q1.317 2.318 3.384 3.572 2.132 1.253 4.512 1.253a9.23 9.23 0 0 0 4.575-1.19q2.13-1.254 3.384-3.51 1.253-2.319 1.253-5.515m49.012-.752q0 1.881-.251 3.384h-25.38q.313 3.76 2.632 5.891 2.319 2.13 5.703 2.13 4.887 0 6.956-4.198h9.462q-1.503 5.014-5.765 8.272-4.261 3.196-10.465 3.196-5.014 0-9.024-2.193-3.948-2.256-6.204-6.33-2.194-4.073-2.194-9.4 0-5.39 2.194-9.462 2.193-4.074 6.141-6.267t9.087-2.193q4.95 0 8.836 2.13 3.948 2.13 6.078 6.079 2.194 3.885 2.194 8.961m-9.087-2.506q-.063-3.384-2.444-5.39-2.381-2.067-5.828-2.068-3.26 0-5.515 2.006-2.193 1.942-2.694 5.452z"
|
|
33
|
+
/>
|
|
34
|
+
<Defs>
|
|
35
|
+
<LinearGradient
|
|
36
|
+
id="neetoCode_svg__a"
|
|
37
|
+
x1={2.858}
|
|
38
|
+
x2={77.423}
|
|
39
|
+
y1={-5.199}
|
|
40
|
+
y2={93.022}
|
|
41
|
+
gradientUnits="userSpaceOnUse"
|
|
42
|
+
>
|
|
43
|
+
<Stop offset={0.374} stopColor="#8176FF" />
|
|
44
|
+
<Stop offset={1} stopColor="#41BBFF" />
|
|
45
|
+
</LinearGradient>
|
|
46
|
+
</Defs>
|
|
47
|
+
</Svg>
|
|
48
|
+
);
|
|
49
|
+
export default SvgNeetoCode;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import Svg, { Path, G, Defs, LinearGradient, Stop } from "react-native-svg";
|
|
3
3
|
/* SVGR has dropped some elements not supported by react-native-svg: filter */
|
|
4
|
-
const
|
|
4
|
+
const SvgNeetoSeo = (props) => (
|
|
5
5
|
<Svg
|
|
6
6
|
xmlns="http://www.w3.org/2000/svg"
|
|
7
7
|
width={props.size}
|
|
@@ -10,10 +10,10 @@ const SvgNeetoSeoAudit = (props) => (
|
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
12
|
<Path
|
|
13
|
-
fill="url(#
|
|
13
|
+
fill="url(#neetoSEO_svg__a)"
|
|
14
14
|
d="M56 32C56 18.745 45.255 8 32 8H8v48h48z"
|
|
15
15
|
/>
|
|
16
|
-
<G fill={props.color} filter="url(#
|
|
16
|
+
<G fill={props.color} filter="url(#neetoSEO_svg__b)">
|
|
17
17
|
<Path d="M40.013 25.345A12.27 12.27 0 0 0 29.878 20C23.097 20 17.6 25.497 17.6 32.278c0 .987.116 1.946.336 2.866l6.252-6.253c.6-.6 1.571-.6 2.17 0l5.055 5.054z" />
|
|
18
18
|
<Path d="M41.472 28.227 32.498 37.2c-.6.599-1.571.599-2.17 0l-5.054-5.054-6.119 6.118a12.28 12.28 0 0 0 10.723 6.292c6.781 0 12.278-5.498 12.278-12.279 0-1.42-.24-2.783-.684-4.051" />
|
|
19
19
|
<Path d="M38.144 43.1a13.7 13.7 0 0 0 3.272-3.545q.015.012.028.026l4.613 4.496c.579.563.59 1.489.027 2.067l-1.326 1.36a1.46 1.46 0 0 1-2.067.027z" />
|
|
@@ -26,11 +26,11 @@ const SvgNeetoSeoAudit = (props) => (
|
|
|
26
26
|
/>
|
|
27
27
|
<Path
|
|
28
28
|
fill="#11243E"
|
|
29
|
-
d="M278.
|
|
29
|
+
d="M278.426 55.439q-4.575 0-8.272-1.567-3.635-1.566-5.765-4.512t-2.194-6.956h9.4q.188 2.694 1.88 4.261 1.755 1.567 4.763 1.567 3.071 0 4.825-1.441 1.755-1.504 1.755-3.886 0-1.942-1.191-3.196-1.19-1.253-3.008-1.942-1.754-.753-4.888-1.63-4.261-1.253-6.956-2.444-2.631-1.253-4.574-3.697-1.88-2.506-1.88-6.643 0-3.885 1.942-6.768 1.943-2.882 5.452-4.386 3.51-1.567 8.022-1.567 6.768 0 10.966 3.321 4.262 3.26 4.7 9.15h-9.65q-.125-2.256-1.943-3.698-1.755-1.503-4.7-1.504-2.57 0-4.136 1.316-1.504 1.317-1.504 3.823 0 1.755 1.128 2.945 1.191 1.128 2.883 1.88 1.754.69 4.888 1.63 4.261 1.252 6.956 2.506 2.694 1.255 4.637 3.76 1.943 2.507 1.943 6.58 0 3.51-1.818 6.518-1.817 3.007-5.326 4.825-3.51 1.755-8.335 1.755M309.617 18.34v10.967h14.727v6.956h-14.727v11.593h16.607V55h-25.38V11.196h25.38v7.144zM353.834 55.439q-6.141 0-11.28-2.883t-8.146-7.959q-3.009-5.138-3.008-11.593 0-6.392 3.008-11.468 3.008-5.14 8.146-8.021 5.139-2.883 11.28-2.883 6.204 0 11.28 2.883 5.14 2.882 8.084 8.021 3.009 5.076 3.008 11.468 0 6.455-3.008 11.593-2.945 5.076-8.084 7.959t-11.28 2.883m0-7.834q3.948 0 6.956-1.754 3.008-1.818 4.7-5.139t1.692-7.708q0-4.386-1.692-7.645-1.692-3.322-4.7-5.076-3.008-1.755-6.956-1.755t-7.018 1.755q-3.008 1.754-4.7 5.076-1.692 3.258-1.692 7.645t1.692 7.708 4.7 5.139q3.07 1.754 7.018 1.754"
|
|
30
30
|
/>
|
|
31
31
|
<Defs>
|
|
32
32
|
<LinearGradient
|
|
33
|
-
id="
|
|
33
|
+
id="neetoSEO_svg__a"
|
|
34
34
|
x1={56}
|
|
35
35
|
x2={14}
|
|
36
36
|
y1={78.8}
|
|
@@ -43,4 +43,4 @@ const SvgNeetoSeoAudit = (props) => (
|
|
|
43
43
|
</Defs>
|
|
44
44
|
</Svg>
|
|
45
45
|
);
|
|
46
|
-
export default
|
|
46
|
+
export default SvgNeetoSeo;
|
|
@@ -4,6 +4,7 @@ export { default as NeetoCrm } from "./NeetoCrm";
|
|
|
4
4
|
export { default as NeetoCal } from "./NeetoCal";
|
|
5
5
|
export { default as NeetoChangelog } from "./NeetoChangelog";
|
|
6
6
|
export { default as NeetoChat } from "./NeetoChat";
|
|
7
|
+
export { default as NeetoCode } from "./NeetoCode";
|
|
7
8
|
export { default as NeetoCourse } from "./NeetoCourse";
|
|
8
9
|
export { default as NeetoDeploy } from "./NeetoDeploy";
|
|
9
10
|
export { default as NeetoDesk } from "./NeetoDesk";
|
|
@@ -19,7 +20,7 @@ export { default as NeetoQuiz } from "./NeetoQuiz";
|
|
|
19
20
|
export { default as NeetoRecord } from "./NeetoRecord";
|
|
20
21
|
export { default as NeetoReplay } from "./NeetoReplay";
|
|
21
22
|
export { default as NeetoRunner } from "./NeetoRunner";
|
|
22
|
-
export { default as
|
|
23
|
+
export { default as NeetoSeo } from "./NeetoSeo";
|
|
23
24
|
export { default as NeetoSign } from "./NeetoSign";
|
|
24
25
|
export { default as NeetoSite } from "./NeetoSite";
|
|
25
26
|
export { default as NeetoSocial } from "./NeetoSocial";
|