@bigbinary/neeto-icons-rn 1.18.7 → 1.18.8
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/Neeto.js +3 -3
- package/dist/appIcons/NeetoCal.js +51 -42
- package/dist/appIcons/NeetoChangelog.js +25 -18
- package/dist/appIcons/NeetoChat.js +7 -7
- package/dist/appIcons/NeetoCi.js +4 -4
- package/dist/appIcons/NeetoCode.js +4 -4
- package/dist/appIcons/NeetoCourse.js +5 -5
- package/dist/appIcons/NeetoCrm.js +21 -14
- package/dist/appIcons/NeetoDeploy.js +4 -4
- package/dist/appIcons/NeetoDesk.js +6 -6
- package/dist/appIcons/NeetoForm.js +5 -5
- package/dist/appIcons/NeetoGit.js +30 -23
- package/dist/appIcons/NeetoInvisible.js +4 -4
- package/dist/appIcons/NeetoInvoice.js +21 -14
- package/dist/appIcons/NeetoKb.js +7 -7
- package/dist/appIcons/NeetoPlanner.js +5 -5
- package/dist/appIcons/NeetoPlaydash.js +10 -10
- package/dist/appIcons/NeetoQuiz.js +5 -5
- package/dist/appIcons/NeetoRecord.js +7 -4
- package/dist/appIcons/NeetoReplay.js +21 -14
- package/dist/appIcons/NeetoRunner.js +7 -7
- package/dist/appIcons/NeetoSeo.js +5 -5
- package/dist/appIcons/NeetoSite.js +21 -14
- package/dist/appIcons/NeetoTestify.js +5 -5
- package/dist/appIcons/NeetoWireframe.js +4 -4
- package/dist/logos/Neeto.js +3 -4
- package/dist/logos/NeetoCal.js +22 -23
- package/dist/logos/NeetoChangelog.js +24 -18
- package/dist/logos/NeetoChat.js +7 -8
- package/dist/logos/NeetoCi.js +4 -5
- package/dist/logos/NeetoCode.js +4 -5
- package/dist/logos/NeetoCourse.js +13 -21
- package/dist/logos/NeetoCrm.js +20 -14
- package/dist/logos/NeetoDeploy.js +4 -5
- package/dist/logos/NeetoDesk.js +6 -7
- package/dist/logos/NeetoForm.js +5 -6
- package/dist/logos/NeetoGit.js +29 -23
- package/dist/logos/NeetoInvisible.js +4 -5
- package/dist/logos/NeetoInvoice.js +20 -14
- package/dist/logos/NeetoKb.js +7 -8
- package/dist/logos/NeetoPlanner.js +5 -6
- package/dist/logos/NeetoPlaydash.js +9 -10
- package/dist/logos/NeetoQuiz.js +5 -6
- package/dist/logos/NeetoRecord.js +4 -5
- package/dist/logos/NeetoReplay.js +20 -14
- package/dist/logos/NeetoRunner.js +7 -8
- package/dist/logos/NeetoSeo.js +5 -6
- package/dist/logos/NeetoSite.js +20 -14
- package/dist/logos/NeetoTestify.js +5 -6
- package/dist/logos/NeetoWireframe.js +4 -5
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import Svg, { Rect, Path } from "react-native-svg";
|
|
2
|
+
import Svg, { Rect, G, Path, Defs, ClipPath } from "react-native-svg";
|
|
3
3
|
const SvgNeetoInvoice = (props) => (
|
|
4
4
|
<Svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -8,19 +8,26 @@ const SvgNeetoInvoice = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<Rect width={
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
11
|
+
<Rect width={800} height={800} fill="#000" rx={160} />
|
|
12
|
+
<G clipPath="url(#NeetoInvoice_svg__a)">
|
|
13
|
+
<Path
|
|
14
|
+
fill="#5BCC5A"
|
|
15
|
+
d="M543.15 573.651h-288.1v-70.95c0-79.557 64.493-144.05 144.05-144.05s144.05 64.493 144.05 144.05z"
|
|
16
|
+
/>
|
|
17
|
+
<Path
|
|
18
|
+
fill="#75DC66"
|
|
19
|
+
d="M255.05 225.351h288.1V296.3c0 79.557-64.494 144.051-144.05 144.051s-144.05-64.494-144.05-144.05z"
|
|
20
|
+
/>
|
|
21
|
+
<Path
|
|
22
|
+
fill="#0DA84C"
|
|
23
|
+
d="M499.599 399.5c-25.953 25.279-61.408 40.851-100.499 40.851-39.092 0-74.546-15.572-100.5-40.85 25.954-25.279 61.408-40.85 100.5-40.85s74.546 15.571 100.499 40.849"
|
|
24
|
+
/>
|
|
25
|
+
</G>
|
|
26
|
+
<Defs>
|
|
27
|
+
<ClipPath id="NeetoInvoice_svg__a">
|
|
28
|
+
<Path fill={props.color} d="M225.35 225.35h348.3v348.3h-348.3z" />
|
|
29
|
+
</ClipPath>
|
|
30
|
+
</Defs>
|
|
24
31
|
</Svg>
|
|
25
32
|
);
|
|
26
33
|
export default SvgNeetoInvoice;
|
package/dist/appIcons/NeetoKb.js
CHANGED
|
@@ -8,36 +8,36 @@ const SvgNeetoKb = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<Rect width={
|
|
11
|
+
<Rect width={800} height={800} fill="#000" rx={160} />
|
|
12
12
|
<G clipPath="url(#NeetoKB_svg__a)">
|
|
13
13
|
<Path
|
|
14
14
|
fill="#5BCC5A"
|
|
15
|
-
d="
|
|
15
|
+
d="M272.312 219.488c0-9.697 7.86-17.557 17.557-17.557h218.344c9.696 0 17.557 7.86 17.557 17.557v255.435c0 9.697-7.861 17.558-17.557 17.558H272.312z"
|
|
16
16
|
/>
|
|
17
17
|
<Path
|
|
18
18
|
fill="#5BCC5A"
|
|
19
19
|
fillRule="evenodd"
|
|
20
|
-
d="
|
|
20
|
+
d="M323.313 492.48c-12.803 0-23.183 10.379-23.183 23.182s10.38 23.182 23.183 23.182h190.094c6.828 0 12.363 5.535 12.363 12.364 0 6.828-5.535 12.364-12.363 12.364H323.313c-26.46 0-47.91-21.45-47.91-47.91s21.45-47.91 47.91-47.91h129.85v24.728z"
|
|
21
21
|
clipRule="evenodd"
|
|
22
22
|
/>
|
|
23
23
|
<Path
|
|
24
24
|
fill="#5BCC5A"
|
|
25
|
-
d="
|
|
25
|
+
d="M272.312 492.481h16.061l8.666 38.637 37.092 32.455-11.16-.005c-27.982-.012-50.659-22.7-50.659-50.683z"
|
|
26
26
|
/>
|
|
27
27
|
<Path
|
|
28
28
|
fill="#75DC66"
|
|
29
|
-
d="
|
|
29
|
+
d="M337.221 452.988a4.68 4.68 0 0 1 4.682-4.682h64.819a4.68 4.68 0 0 1 4.682 4.682v143.684l-37.091-18.781-37.092 18.781z"
|
|
30
30
|
/>
|
|
31
31
|
<Path
|
|
32
32
|
fill="#0DA84C"
|
|
33
33
|
fillRule="evenodd"
|
|
34
|
-
d="
|
|
34
|
+
d="M411.403 492.479H337.22v-41.682a4.68 4.68 0 0 1 4.682-4.682h64.819a4.68 4.68 0 0 1 4.682 4.682z"
|
|
35
35
|
clipRule="evenodd"
|
|
36
36
|
/>
|
|
37
37
|
</G>
|
|
38
38
|
<Defs>
|
|
39
39
|
<ClipPath id="NeetoKB_svg__a">
|
|
40
|
-
<Path fill={props.color} d="
|
|
40
|
+
<Path fill={props.color} d="M201.93 201.93h394.74v394.74H201.93z" />
|
|
41
41
|
</ClipPath>
|
|
42
42
|
</Defs>
|
|
43
43
|
</Svg>
|
|
@@ -8,24 +8,24 @@ const SvgNeetoPlanner = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<Rect width={
|
|
11
|
+
<Rect width={800} height={800} fill="#000" rx={160} />
|
|
12
12
|
<G clipPath="url(#NeetoPlanner_svg__a)">
|
|
13
13
|
<Path
|
|
14
14
|
fill="#5BCC5A"
|
|
15
|
-
d="
|
|
15
|
+
d="M226.337 244.652c0-10.115 8.2-18.314 18.314-18.314h97.674v329.649c0 10.114-8.199 18.313-18.314 18.313h-83.755c-7.687 0-13.919-6.231-13.919-13.918zM458.312 439.999c0 10.115-8.199 18.314-18.313 18.314h-79.36c-10.115 0-18.314-8.199-18.314-18.314V226.338h115.987z"
|
|
16
16
|
/>
|
|
17
17
|
<Path
|
|
18
18
|
fill="#0DA84C"
|
|
19
|
-
d="
|
|
19
|
+
d="M458.312 342.325H356.243c-7.687 0-13.918 6.232-13.918 13.919v102.069h97.674c10.114 0 18.313-8.199 18.313-18.314z"
|
|
20
20
|
/>
|
|
21
21
|
<Path
|
|
22
22
|
fill="#75DC66"
|
|
23
|
-
d="
|
|
23
|
+
d="M458.312 226.338h97.674c10.115 0 18.314 8.199 18.314 18.314v137.353c0 10.115-8.199 18.314-18.314 18.314h-97.674z"
|
|
24
24
|
/>
|
|
25
25
|
</G>
|
|
26
26
|
<Defs>
|
|
27
27
|
<ClipPath id="NeetoPlanner_svg__a">
|
|
28
|
-
<Path fill={props.color} d="
|
|
28
|
+
<Path fill={props.color} d="M226 226h348.3v348.3H226z" />
|
|
29
29
|
</ClipPath>
|
|
30
30
|
</Defs>
|
|
31
31
|
</Svg>
|
|
@@ -8,25 +8,25 @@ const SvgNeetoPlaydash = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<Rect width={
|
|
11
|
+
<Rect width={800} height={800} fill="#000" rx={160} />
|
|
12
12
|
<Rect
|
|
13
|
-
width={
|
|
14
|
-
height={
|
|
15
|
-
x={
|
|
16
|
-
y={
|
|
13
|
+
width={58.407}
|
|
14
|
+
height={191.324}
|
|
15
|
+
x={396.615}
|
|
16
|
+
y={442.539}
|
|
17
17
|
fill="#5BCC5A"
|
|
18
|
-
rx={
|
|
19
|
-
transform="rotate(-45
|
|
18
|
+
rx={29.203}
|
|
19
|
+
transform="rotate(-45 396.615 442.539)"
|
|
20
20
|
/>
|
|
21
|
-
<Circle cx={
|
|
21
|
+
<Circle cx={406.74} cy={401.747} r={109.753} fill="#5BCC5A" />
|
|
22
22
|
<Path
|
|
23
23
|
fill="#75DC66"
|
|
24
|
-
d="
|
|
24
|
+
d="M406.606 223.32c-98.326 0-178.035 80.057-178.035 178.813h178.035z"
|
|
25
25
|
/>
|
|
26
26
|
<Path
|
|
27
27
|
fill="#0DA84C"
|
|
28
28
|
fillRule="evenodd"
|
|
29
|
-
d="
|
|
29
|
+
d="M406.607 291.992c-60.553.072-109.62 49.182-109.62 109.753l.001.385h109.619z"
|
|
30
30
|
clipRule="evenodd"
|
|
31
31
|
/>
|
|
32
32
|
</Svg>
|
|
@@ -8,26 +8,26 @@ const SvgNeetoQuiz = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<Rect width={
|
|
11
|
+
<Rect width={800} height={800} fill="#000" rx={160} />
|
|
12
12
|
<G clipPath="url(#NeetoQuiz_svg__a)">
|
|
13
13
|
<Path
|
|
14
14
|
fill="#5BCC5A"
|
|
15
15
|
fillRule="evenodd"
|
|
16
|
-
d="
|
|
16
|
+
d="M395.983 489.913c52.72 0 95.458-42.738 95.458-95.458s-42.738-95.458-95.458-95.458-95.458 42.738-95.458 95.458 42.738 95.458 95.458 95.458m0 72.997c93.035 0 168.455-75.42 168.455-168.455S489.018 226 395.983 226s-168.456 75.42-168.456 168.455 75.42 168.455 168.456 168.455"
|
|
17
17
|
clipRule="evenodd"
|
|
18
18
|
/>
|
|
19
19
|
<Path
|
|
20
20
|
fill="#75DC66"
|
|
21
|
-
d="
|
|
21
|
+
d="M409.958 408.431c17.512-17.512 45.904-17.512 63.415 0l87.197 87.196c17.511 17.512 17.511 45.904 0 63.415-17.512 17.512-45.904 17.512-63.416 0l-87.196-87.196c-17.512-17.511-17.512-45.904 0-63.415"
|
|
22
22
|
/>
|
|
23
23
|
<Path
|
|
24
24
|
fill="#0DA84C"
|
|
25
|
-
d="
|
|
25
|
+
d="m423.883 485.772 55.232 55.231a169.27 169.27 0 0 0 63.415-63.415l-55.231-55.232c-9.241 30.283-33.133 54.175-63.416 63.416"
|
|
26
26
|
/>
|
|
27
27
|
</G>
|
|
28
28
|
<Defs>
|
|
29
29
|
<ClipPath id="NeetoQuiz_svg__a">
|
|
30
|
-
<Path fill={props.color} d="
|
|
30
|
+
<Path fill={props.color} d="M226 226h347.962v347.962H226z" />
|
|
31
31
|
</ClipPath>
|
|
32
32
|
</Defs>
|
|
33
33
|
</Svg>
|
|
@@ -8,15 +8,18 @@ const SvgNeetoRecord = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<Rect width={
|
|
11
|
+
<Rect width={800} height={800} fill="#000" rx={160} />
|
|
12
12
|
<Path
|
|
13
13
|
fill="#5BCC5A"
|
|
14
|
-
d="
|
|
14
|
+
d="M253.97 462.86V209.42h164.657c69.811 0 126.403 56.734 126.403 126.72s-56.592 126.72-126.403 126.72z"
|
|
15
|
+
/>
|
|
16
|
+
<Path
|
|
17
|
+
fill="#75DC66"
|
|
18
|
+
d="m253.97 209.42 290.985 380.16h-193.99L253.97 462.86z"
|
|
15
19
|
/>
|
|
16
|
-
<Path fill="#75DC66" d="m131 101 195.949 256H196.316L131 271.667z" />
|
|
17
20
|
<Path
|
|
18
21
|
fill="#0DA84C"
|
|
19
|
-
d="
|
|
22
|
+
d="m253.97 209.42 191.756 250.521a126.6 126.6 0 0 1-27.099 2.919H253.97z"
|
|
20
23
|
/>
|
|
21
24
|
</Svg>
|
|
22
25
|
);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import Svg, { Rect, Path } from "react-native-svg";
|
|
2
|
+
import Svg, { Rect, G, Path, Defs, ClipPath } from "react-native-svg";
|
|
3
3
|
const SvgNeetoReplay = (props) => (
|
|
4
4
|
<Svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -8,19 +8,26 @@ const SvgNeetoReplay = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<Rect width={
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
11
|
+
<Rect width={800} height={800} fill="#000" rx={160} />
|
|
12
|
+
<G clipPath="url(#NeetoReplay_svg__a)">
|
|
13
|
+
<Path
|
|
14
|
+
fill="#5BCC5A"
|
|
15
|
+
d="M318.815 526.146V273.97c0-22.487 24.946-36.006 43.786-23.729l200.762 130.834c13.716 8.939 13.716 29.027 0 37.966L362.601 549.874c-18.84 12.278-43.786-1.241-43.786-23.728"
|
|
16
|
+
/>
|
|
17
|
+
<Path
|
|
18
|
+
fill="#75DC66"
|
|
19
|
+
d="M225.35 480.95V318.033c0-22.805 25.576-36.259 44.368-23.339l125.275 86.126c13.096 9.004 13.096 28.34 0 37.343l-125.275 86.126c-18.792 12.92-44.368-.534-44.368-23.339"
|
|
20
|
+
/>
|
|
21
|
+
<Path
|
|
22
|
+
fill="#0DA84C"
|
|
23
|
+
d="m318.816 470.533 76.177-52.37c13.096-9.003 13.096-28.339 0-37.343l-76.177-52.375z"
|
|
24
|
+
/>
|
|
25
|
+
</G>
|
|
26
|
+
<Defs>
|
|
27
|
+
<ClipPath id="NeetoReplay_svg__a">
|
|
28
|
+
<Path fill={props.color} d="M225.35 225.35h348.3v348.3h-348.3z" />
|
|
29
|
+
</ClipPath>
|
|
30
|
+
</Defs>
|
|
24
31
|
</Svg>
|
|
25
32
|
);
|
|
26
33
|
export default SvgNeetoReplay;
|
|
@@ -8,32 +8,32 @@ const SvgNeetoRunner = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<Rect width={
|
|
11
|
+
<Rect width={800} height={800} fill="#000" rx={160} />
|
|
12
12
|
<G clipPath="url(#NeetoRunner_svg__a)">
|
|
13
13
|
<Path
|
|
14
14
|
fill="#5BCC5A"
|
|
15
|
-
d="
|
|
15
|
+
d="M381.348 480.442c15.94 15.94 15.94 41.785 0 57.725s-41.785 15.941-57.725 0L213.42 427.965c-15.94-15.941-15.94-41.785 0-57.726 15.941-15.94 41.785-15.94 57.725 0z"
|
|
16
16
|
/>
|
|
17
17
|
<Path
|
|
18
18
|
fill="#5BCC5A"
|
|
19
|
-
d="
|
|
19
|
+
d="M381.348 318.503c15.94-15.941 15.94-41.785 0-57.725s-41.785-15.941-57.725 0L213.42 370.98c-15.94 15.941-15.94 41.785 0 57.725 15.941 15.941 41.785 15.941 57.725 0z"
|
|
20
20
|
/>
|
|
21
21
|
<Path
|
|
22
22
|
fill="#75DC66"
|
|
23
|
-
d="
|
|
23
|
+
d="M417.492 480.442c-15.94 15.94-15.94 41.785 0 57.725 15.941 15.941 41.785 15.941 57.726 0L585.42 427.965c15.941-15.941 15.941-41.785 0-57.726-15.94-15.94-41.785-15.94-57.725 0z"
|
|
24
24
|
/>
|
|
25
25
|
<Path
|
|
26
26
|
fill="#0DA84C"
|
|
27
|
-
d="
|
|
27
|
+
d="M417.492 318.503c-15.94-15.941-15.94-41.785 0-57.725 15.941-15.941 41.785-15.941 57.726 0L585.42 370.98c15.941 15.941 15.941 41.785 0 57.725-15.94 15.941-41.785 15.941-57.725 0z"
|
|
28
28
|
/>
|
|
29
29
|
<Path
|
|
30
30
|
fill="#0DA84C"
|
|
31
|
-
d="
|
|
31
|
+
d="m498.467 399.479 29.233-29.233c14.362-14.362 36.764-15.784 52.718-4.266l5.007 5.007c7.876 7.876 11.86 18.17 11.954 28.492-.094 10.323-4.078 20.616-11.954 28.492l-5.007 5.007c-15.954 11.518-38.356 10.096-52.718-4.266z"
|
|
32
32
|
/>
|
|
33
33
|
</G>
|
|
34
34
|
<Defs>
|
|
35
35
|
<ClipPath id="NeetoRunner_svg__a">
|
|
36
|
-
<Path fill={props.color} d="
|
|
36
|
+
<Path fill={props.color} d="M202.63 202.629h394.74v394.74H202.63z" />
|
|
37
37
|
</ClipPath>
|
|
38
38
|
</Defs>
|
|
39
39
|
</Svg>
|
|
@@ -8,22 +8,22 @@ const SvgNeetoSeo = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<Rect width={
|
|
11
|
+
<Rect width={800} height={800} fill="#000" rx={160} />
|
|
12
12
|
<Path
|
|
13
13
|
fill="#5BCC5A"
|
|
14
|
-
d="
|
|
14
|
+
d="M385.904 479.959c-13.296-13.296-13.296-34.853 0-48.149s34.853-13.296 48.149 0l109.575 109.575c13.296 13.296 13.296 34.853 0 48.149s-34.853 13.296-48.149 0z"
|
|
15
15
|
/>
|
|
16
16
|
<Path
|
|
17
17
|
fill="#75DC66"
|
|
18
|
-
d="
|
|
18
|
+
d="M530.771 400.917a7.4 7.4 0 0 1-7.398 7.398h-71.171l-.001-200.624a7.4 7.4 0 0 1 7.399-7.398h63.773a7.4 7.4 0 0 1 7.398 7.398zM452.197 408.315h-71.171a7.4 7.4 0 0 1-7.398-7.398V266.806a7.4 7.4 0 0 1 7.398-7.399h71.171z"
|
|
19
19
|
/>
|
|
20
20
|
<Path
|
|
21
21
|
fill="#5BCC5A"
|
|
22
|
-
d="
|
|
22
|
+
d="M501.589 408.316c0 70.668-57.288 127.956-127.956 127.956s-127.956-57.288-127.956-127.956S302.965 280.36 373.633 280.36s127.956 57.288 127.956 127.956"
|
|
23
23
|
/>
|
|
24
24
|
<Path
|
|
25
25
|
fill="#0DA84C"
|
|
26
|
-
d="
|
|
26
|
+
d="M373.631 280.342c29.617 0 56.885 10.062 78.569 26.955 30.055 23.413 49.386 59.947 49.388 100.997H381.114a7.483 7.483 0 0 1-7.483-7.483z"
|
|
27
27
|
/>
|
|
28
28
|
</Svg>
|
|
29
29
|
);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import Svg, { Rect, Path } from "react-native-svg";
|
|
2
|
+
import Svg, { Rect, G, Path, Defs, ClipPath } from "react-native-svg";
|
|
3
3
|
const SvgNeetoSite = (props) => (
|
|
4
4
|
<Svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -8,19 +8,26 @@ const SvgNeetoSite = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<Rect width={
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
11
|
+
<Rect width={800} height={800} fill="#000" rx={160} />
|
|
12
|
+
<G clipPath="url(#NeetoSite_svg__a)">
|
|
13
|
+
<Path
|
|
14
|
+
fill="#5BCC5A"
|
|
15
|
+
d="M226.844 317.023c0-17.605 14.271-31.876 31.876-31.876h283.703c17.605 0 31.877 14.271 31.877 31.876v28.69H226.844zM226.844 350.494H574.3v175.322c0 17.605-14.272 31.877-31.877 31.877H258.72c-17.605 0-31.876-14.272-31.876-31.877z"
|
|
16
|
+
/>
|
|
17
|
+
<Path
|
|
18
|
+
fill="#0DA84C"
|
|
19
|
+
d="M454.762 259.645c0-8.802 7.136-15.938 15.939-15.938h31.876c8.803 0 15.939 7.136 15.939 15.938v194.05l-31.877 37.057-31.877-37.057z"
|
|
20
|
+
/>
|
|
21
|
+
<Path
|
|
22
|
+
fill="#75DC66"
|
|
23
|
+
d="M454.762 259.645c0-8.802 7.136-15.938 15.939-15.938h31.876c8.803 0 15.939 7.136 15.939 15.938v90.849h-63.754z"
|
|
24
|
+
/>
|
|
25
|
+
</G>
|
|
26
|
+
<Defs>
|
|
27
|
+
<ClipPath id="NeetoSite_svg__a">
|
|
28
|
+
<Path fill={props.color} d="M226 226h348.3v348.3H226z" />
|
|
29
|
+
</ClipPath>
|
|
30
|
+
</Defs>
|
|
24
31
|
</Svg>
|
|
25
32
|
);
|
|
26
33
|
export default SvgNeetoSite;
|
|
@@ -8,26 +8,26 @@ const SvgNeetoTestify = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<Rect width={
|
|
11
|
+
<Rect width={800} height={800} fill="#000" rx={160} />
|
|
12
12
|
<G clipPath="url(#NeetoTestify_svg__a)">
|
|
13
13
|
<Path
|
|
14
14
|
fill="#5BCC5A"
|
|
15
15
|
fillRule="evenodd"
|
|
16
|
-
d="
|
|
16
|
+
d="M501.234 299.037a136.3 136.3 0 0 0-18.875-15.711l2.99-41.884a13.845 13.845 0 0 0-10.305-14.381l-51.48-13.473a13.846 13.846 0 0 0-15.89 7.205l-19.013 38.037c-16.663 1.551-33.004 5.974-47.901 12.977l-34.687-23a13.85 13.85 0 0 0-17.442 1.749l-38.08 38.08a13.845 13.845 0 0 0-1.749 17.441l22.986 34.672c-7.111 15.035-11.442 31.099-12.993 47.916l-38.01 19.011a13.845 13.845 0 0 0-7.201 15.889l13.473 51.483a13.85 13.85 0 0 0 14.381 10.306l41.883-2.99a136.5 136.5 0 0 0 15.711 18.875 136.5 136.5 0 0 0 18.875 15.711l-2.99 41.883a13.85 13.85 0 0 0 10.306 14.381l51.48 13.473a13.845 13.845 0 0 0 15.89-7.204l19.013-38.037c16.663-1.552 33.004-5.975 47.901-12.978l34.687 23a13.846 13.846 0 0 0 17.442-1.749l38.079-38.079a13.846 13.846 0 0 0 1.75-17.441l-22.986-34.672c7.095-15.02 11.442-31.1 12.993-47.917l38.019-18.998a13.844 13.844 0 0 0 7.206-15.891l-13.472-51.479a13.845 13.845 0 0 0-14.381-10.305l-41.883 2.99c-4.761-6.88-10.044-13.208-15.727-18.89M453.886 453.89c-29.641 29.641-77.865 29.641-107.505 0s-29.641-77.864 0-107.505 77.864-29.64 107.505 0 29.641 77.865 0 107.505"
|
|
17
17
|
clipRule="evenodd"
|
|
18
18
|
/>
|
|
19
19
|
<Path
|
|
20
20
|
fill="#75DC66"
|
|
21
|
-
d="
|
|
21
|
+
d="M482.351 283.326a136.4 136.4 0 0 1 18.875 15.711c5.682 5.682 10.965 12.01 15.726 18.89l41.884-2.99a13.846 13.846 0 0 1 14.381 10.305l13.472 51.479a13.845 13.845 0 0 1-7.206 15.891l-38.02 18.998c-1.551 16.817-5.897 32.897-12.993 47.917l22.986 34.672a13.845 13.845 0 0 1-1.75 17.441l-38.079 38.079a13.846 13.846 0 0 1-17.442 1.749l-33.876-22.463-42.41-54.975c13.194-3.151 25.703-9.864 35.978-20.14 29.641-29.64 29.641-77.864 0-107.505s-77.864-29.641-107.505 0a75.8 75.8 0 0 0-13.347 18.01l-.093-.121 54.589-105.334q.565-.057 1.131-.11l19.013-38.037a13.846 13.846 0 0 1 15.89-7.205l51.48 13.473a13.85 13.85 0 0 1 10.306 14.381z"
|
|
22
22
|
/>
|
|
23
23
|
<Path
|
|
24
24
|
fill="#0DA84C"
|
|
25
|
-
d="
|
|
25
|
+
d="m417.67 473.98 74.963 96.23c5.115 6.566 14.827 7.167 20.713 1.281l58.119-58.119c5.886-5.886 5.286-15.598-1.281-20.713l-96.233-74.966c-3.132 13.232-9.859 25.788-20.18 36.109-10.32 10.32-22.872 17.046-36.101 20.178"
|
|
26
26
|
/>
|
|
27
27
|
</G>
|
|
28
28
|
<Defs>
|
|
29
29
|
<ClipPath id="NeetoTestify_svg__a">
|
|
30
|
-
<Path fill={props.color} d="
|
|
30
|
+
<Path fill={props.color} d="M211.85 211.85h375.3v375.3h-375.3z" />
|
|
31
31
|
</ClipPath>
|
|
32
32
|
</Defs>
|
|
33
33
|
</Svg>
|
|
@@ -8,18 +8,18 @@ const SvgNeetoWireframe = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<Rect width={
|
|
11
|
+
<Rect width={800} height={800} fill="#000" rx={160} />
|
|
12
12
|
<Path
|
|
13
13
|
fill="#5BCC5A"
|
|
14
|
-
d="
|
|
14
|
+
d="M572.797 413.294v129.191c0 16.742-13.572 30.315-30.315 30.315H257.515c-16.743 0-30.315-13.573-30.315-30.315V413.294zM386.706 227.2v159.507H227.2V257.516c0-16.743 13.573-30.316 30.315-30.316z"
|
|
15
15
|
/>
|
|
16
16
|
<Path
|
|
17
17
|
fill="#75DC66"
|
|
18
|
-
d="
|
|
18
|
+
d="M542.482 227.2c16.743 0 30.315 13.573 30.315 30.316v284.969c0 16.742-13.572 30.315-30.315 30.315l-129.191-.002V227.2z"
|
|
19
19
|
/>
|
|
20
20
|
<Path
|
|
21
21
|
fill="#0DA84C"
|
|
22
|
-
d="
|
|
22
|
+
d="M413.291 572.798V413.291l159.506.003v129.191c0 16.64-13.407 30.148-30.009 30.313z"
|
|
23
23
|
/>
|
|
24
24
|
</Svg>
|
|
25
25
|
);
|
package/dist/logos/Neeto.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import Svg, {
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
3
|
const SvgNeeto = (props) => (
|
|
4
4
|
<Svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -8,11 +8,10 @@ const SvgNeeto = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<
|
|
12
|
-
<Path fill="#5BCC5A" d="M333.999 118.13h-84.621l84.621 126.932z" />
|
|
11
|
+
<Path fill="#5BCC5A" d="M315.258.428H188.326l126.932 190.398z" />
|
|
13
12
|
<Path
|
|
14
13
|
fill={props.color}
|
|
15
|
-
d="
|
|
14
|
+
d="M.467 332.99.468.428h91.663L315.26 332.99h-94.337L74.089 117.205V332.99z"
|
|
16
15
|
/>
|
|
17
16
|
</Svg>
|
|
18
17
|
);
|
package/dist/logos/NeetoCal.js
CHANGED
|
@@ -8,46 +8,45 @@ const SvgNeetoCal = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<Rect width={458} height={458} fill="#000" rx={110} />
|
|
12
11
|
<Rect
|
|
13
|
-
width={
|
|
14
|
-
height={
|
|
15
|
-
x={
|
|
16
|
-
y={
|
|
12
|
+
width={354.915}
|
|
13
|
+
height={354.915}
|
|
14
|
+
x={0.365}
|
|
15
|
+
y={28.126}
|
|
17
16
|
fill="#75DC66"
|
|
18
|
-
rx={
|
|
17
|
+
rx={66.251}
|
|
19
18
|
/>
|
|
20
19
|
<Path
|
|
21
20
|
fill="#5BCC5A"
|
|
22
|
-
d="
|
|
21
|
+
d="M.365 94.377c0-36.59 29.662-66.251 66.251-66.251h222.413c36.59 0 66.251 29.662 66.251 66.25v52.055H.365z"
|
|
23
22
|
/>
|
|
24
|
-
<Path fill="#75DC66" d="
|
|
23
|
+
<Path fill="#75DC66" d="M.365 146.427H118.67v118.305H.365z" />
|
|
25
24
|
<Path
|
|
26
25
|
fill="#75DC66"
|
|
27
|
-
d="
|
|
26
|
+
d="M.365 264.731H118.67v118.305H66.616c-36.59 0-66.251-29.661-66.251-66.25z"
|
|
28
27
|
/>
|
|
29
|
-
<Path fill="#0DA84C" d="
|
|
30
|
-
<Path fill="#0DA84C" d="
|
|
31
|
-
<Path fill="#75DC66" d="
|
|
28
|
+
<Path fill="#0DA84C" d="M118.67 264.731h118.305v118.305H118.67z" />
|
|
29
|
+
<Path fill="#0DA84C" d="M236.975 146.427H355.28v118.305H236.975z" />
|
|
30
|
+
<Path fill="#75DC66" d="M118.67 146.427h118.305v118.305H118.67z" />
|
|
32
31
|
<Path
|
|
33
32
|
fill="#0DA84C"
|
|
34
|
-
d="
|
|
33
|
+
d="M236.975 264.731H355.28v52.055c0 36.589-29.662 66.25-66.251 66.25h-52.054z"
|
|
35
34
|
/>
|
|
36
35
|
<Rect
|
|
37
|
-
width={
|
|
38
|
-
height={
|
|
39
|
-
x={
|
|
40
|
-
y={
|
|
36
|
+
width={42.59}
|
|
37
|
+
height={69.8}
|
|
38
|
+
x={226.329}
|
|
39
|
+
y={0.914}
|
|
41
40
|
fill="#0DA84C"
|
|
42
|
-
rx={
|
|
41
|
+
rx={21.295}
|
|
43
42
|
/>
|
|
44
43
|
<Rect
|
|
45
|
-
width={
|
|
46
|
-
height={
|
|
47
|
-
x={
|
|
48
|
-
y={
|
|
44
|
+
width={42.59}
|
|
45
|
+
height={69.8}
|
|
46
|
+
x={86.731}
|
|
47
|
+
y={0.914}
|
|
49
48
|
fill="#0DA84C"
|
|
50
|
-
rx={
|
|
49
|
+
rx={21.295}
|
|
51
50
|
/>
|
|
52
51
|
</Svg>
|
|
53
52
|
);
|