@bigbinary/neeto-icons-rn 1.20.11 → 1.20.13
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/icons/Assign.js +27 -0
- package/dist/icons/Browser.js +37 -0
- package/dist/icons/Concat.js +31 -0
- package/dist/icons/Divide.js +36 -0
- package/dist/icons/Equals.js +27 -0
- package/dist/icons/Os.js +39 -0
- package/dist/icons/Prepend.js +31 -0
- package/dist/icons/index.js +7 -0
- package/package.json +1 -1
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
3
|
+
const SvgAssign = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<G
|
|
12
|
+
stroke={props.color}
|
|
13
|
+
strokeLinecap="round"
|
|
14
|
+
strokeLinejoin="round"
|
|
15
|
+
strokeWidth={1.5}
|
|
16
|
+
clipPath="url(#Assign_svg__a)"
|
|
17
|
+
>
|
|
18
|
+
<Path d="M18 20v-1a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v1M10 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8M21 11h-4M19 13V9" />
|
|
19
|
+
</G>
|
|
20
|
+
<Defs>
|
|
21
|
+
<ClipPath id="Assign_svg__a">
|
|
22
|
+
<Path fill={props.color} d="M0 0h24v24H0z" />
|
|
23
|
+
</ClipPath>
|
|
24
|
+
</Defs>
|
|
25
|
+
</Svg>
|
|
26
|
+
);
|
|
27
|
+
export default SvgAssign;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
3
|
+
const SvgBrowser = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<G clipPath="url(#Browser_svg__a)">
|
|
12
|
+
<Path
|
|
13
|
+
stroke={props.color}
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeWidth={1.5}
|
|
16
|
+
d="M20 12a9 9 0 1 0-3.925 7.433"
|
|
17
|
+
/>
|
|
18
|
+
<Path
|
|
19
|
+
stroke={props.color}
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
strokeWidth={1.5}
|
|
23
|
+
d="M2.513 9h16.868M3 15h7M15 12a15.5 15.5 0 0 0-2.167-7.94 2.115 2.115 0 0 0-3.665 0 15.63 15.63 0 0 0 0 15.881A2.13 2.13 0 0 0 11 21"
|
|
24
|
+
/>
|
|
25
|
+
<Path
|
|
26
|
+
fill={props.color}
|
|
27
|
+
d="M12.852 16.458c-.22 0-.335-.105-.401-.336l-.348-1.21a.7.7 0 0 1-.037-.202c0-.156.127-.268.303-.268.157 0 .263.1.297.27l.24 1.136h.012l.245-1.116c.037-.189.162-.29.352-.29.188 0 .312.101.351.291l.247 1.115h.012l.24-1.141c.032-.165.137-.265.293-.265.172 0 .295.11.295.265 0 .06-.013.113-.036.199l-.348 1.212c-.067.235-.184.34-.41.34-.236 0-.359-.103-.412-.341l-.24-1.002h-.012l-.238 1.007c-.051.234-.174.335-.405.335m3.31 0c-.22 0-.336-.105-.402-.336l-.348-1.21a.7.7 0 0 1-.037-.202c0-.156.128-.268.304-.268.156 0 .262.1.296.27l.24 1.136h.012l.245-1.116c.038-.189.162-.29.352-.29.188 0 .312.101.351.291l.247 1.115h.013l.24-1.141c.031-.165.136-.265.292-.265.173 0 .295.11.295.265 0 .06-.012.113-.035.199l-.348 1.212c-.068.235-.185.34-.41.34-.237 0-.36-.103-.413-.341l-.24-1.002h-.012l-.237 1.007c-.052.234-.175.335-.405.335m3.309 0c-.22 0-.336-.105-.401-.336l-.348-1.21a.7.7 0 0 1-.038-.202c0-.156.128-.268.304-.268.156 0 .263.1.297.27l.24 1.136h.012l.245-1.116c.037-.189.161-.29.351-.29s.313.101.352.291l.247 1.115h.012l.24-1.141c.032-.165.136-.265.293-.265.172 0 .294.11.294.265 0 .06-.012.113-.035.199l-.348 1.212c-.067.235-.185.34-.41.34-.236 0-.359-.103-.412-.341l-.24-1.002h-.012l-.238 1.007c-.052.234-.174.335-.405.335"
|
|
28
|
+
/>
|
|
29
|
+
</G>
|
|
30
|
+
<Defs>
|
|
31
|
+
<ClipPath id="Browser_svg__a">
|
|
32
|
+
<Path fill={props.color} d="M0 0h24v24H0z" />
|
|
33
|
+
</ClipPath>
|
|
34
|
+
</Defs>
|
|
35
|
+
</Svg>
|
|
36
|
+
);
|
|
37
|
+
export default SvgBrowser;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
3
|
+
const SvgConcat = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<G clipPath="url(#Concat_svg__a)">
|
|
12
|
+
<Path
|
|
13
|
+
stroke={props.color}
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M5 5h14M5 11h14M5 17h7"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
fill={props.color}
|
|
21
|
+
d="m14.894 16.553 4.382-2.191a.5.5 0 0 1 .724.447v4.382a.5.5 0 0 1-.724.447l-4.382-2.19a.5.5 0 0 1 0-.895"
|
|
22
|
+
/>
|
|
23
|
+
</G>
|
|
24
|
+
<Defs>
|
|
25
|
+
<ClipPath id="Concat_svg__a">
|
|
26
|
+
<Path fill={props.color} d="M0 0h24v24H0z" />
|
|
27
|
+
</ClipPath>
|
|
28
|
+
</Defs>
|
|
29
|
+
</Svg>
|
|
30
|
+
);
|
|
31
|
+
export default SvgConcat;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
3
|
+
const SvgDivide = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<G clipPath="url(#Divide_svg__a)">
|
|
12
|
+
<G
|
|
13
|
+
stroke={props.color}
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
clipPath="url(#Divide_svg__b)"
|
|
18
|
+
>
|
|
19
|
+
<Path
|
|
20
|
+
fill={props.color}
|
|
21
|
+
d="M12 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2M12 19a1 1 0 1 0 0-2 1 1 0 0 0 0 2"
|
|
22
|
+
/>
|
|
23
|
+
<Path d="M5 12h14" />
|
|
24
|
+
</G>
|
|
25
|
+
</G>
|
|
26
|
+
<Defs>
|
|
27
|
+
<ClipPath id="Divide_svg__a">
|
|
28
|
+
<Path fill={props.color} d="M0 0h24v24H0z" />
|
|
29
|
+
</ClipPath>
|
|
30
|
+
<ClipPath id="Divide_svg__b">
|
|
31
|
+
<Path fill={props.color} d="M0 0h24v24H0z" />
|
|
32
|
+
</ClipPath>
|
|
33
|
+
</Defs>
|
|
34
|
+
</Svg>
|
|
35
|
+
);
|
|
36
|
+
export default SvgDivide;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
3
|
+
const SvgEquals = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<G
|
|
12
|
+
stroke={props.color}
|
|
13
|
+
strokeLinecap="round"
|
|
14
|
+
strokeLinejoin="round"
|
|
15
|
+
strokeWidth={2}
|
|
16
|
+
clipPath="url(#Equals_svg__a)"
|
|
17
|
+
>
|
|
18
|
+
<Path d="M5 9h14M5 15h14" />
|
|
19
|
+
</G>
|
|
20
|
+
<Defs>
|
|
21
|
+
<ClipPath id="Equals_svg__a">
|
|
22
|
+
<Path fill={props.color} d="M0 0h24v24H0z" />
|
|
23
|
+
</ClipPath>
|
|
24
|
+
</Defs>
|
|
25
|
+
</Svg>
|
|
26
|
+
);
|
|
27
|
+
export default SvgEquals;
|
package/dist/icons/Os.js
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Rect, Path, Defs, ClipPath } from "react-native-svg";
|
|
3
|
+
const SvgOs = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<G clipPath="url(#Os_svg__a)">
|
|
12
|
+
<Rect
|
|
13
|
+
width={12.5}
|
|
14
|
+
height={12.5}
|
|
15
|
+
x={5.75}
|
|
16
|
+
y={5.75}
|
|
17
|
+
stroke={props.color}
|
|
18
|
+
strokeWidth={1.5}
|
|
19
|
+
rx={1.25}
|
|
20
|
+
/>
|
|
21
|
+
<Path
|
|
22
|
+
stroke={props.color}
|
|
23
|
+
strokeLinecap="round"
|
|
24
|
+
strokeWidth={1.5}
|
|
25
|
+
d="M8 5V3M11 5V3M14 5V3M17 5V3M8 21v-2M11 21v-2M14 21v-2M17 21v-2M5 16H3M5 13.333H3M5 10.667H3M5 8H3M19 16h2M19 13.333h2M19 10.667h2M19 8h2"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
fill={props.color}
|
|
29
|
+
d="M10 14.344c-1.332 0-2.17-.87-2.17-2.27S8.67 9.8 10 9.8s2.168.874 2.168 2.274-.837 2.27-2.167 2.27m0-.907c.625 0 1.033-.53 1.033-1.363 0-.837-.408-1.367-1.032-1.367s-1.032.53-1.032 1.367c0 .834.405 1.363 1.032 1.363M14.346 14.344c-.953 0-1.528-.359-1.71-.812a.7.7 0 0 1-.058-.277c0-.28.2-.469.484-.469.216 0 .362.076.505.295.149.274.444.39.797.39.436 0 .719-.195.719-.463 0-.243-.186-.368-.707-.468l-.453-.086c-.874-.164-1.33-.593-1.33-1.263 0-.846.733-1.391 1.744-1.391.84 0 1.455.323 1.668.88.03.076.046.149.046.24 0 .259-.19.432-.47.435-.243 0-.395-.088-.526-.3-.143-.275-.386-.381-.709-.381-.405 0-.642.182-.642.44 0 .232.198.36.676.451l.45.086c.938.18 1.364.56 1.364 1.25 0 .883-.691 1.443-1.848 1.443"
|
|
30
|
+
/>
|
|
31
|
+
</G>
|
|
32
|
+
<Defs>
|
|
33
|
+
<ClipPath id="Os_svg__a">
|
|
34
|
+
<Path fill={props.color} d="M0 0h24v24H0z" />
|
|
35
|
+
</ClipPath>
|
|
36
|
+
</Defs>
|
|
37
|
+
</Svg>
|
|
38
|
+
);
|
|
39
|
+
export default SvgOs;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
3
|
+
const SvgPrepend = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
{...props}
|
|
10
|
+
>
|
|
11
|
+
<G clipPath="url(#Prepend_svg__a)">
|
|
12
|
+
<Path
|
|
13
|
+
stroke={props.color}
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M5 5h14M5 11h14M12 17h7"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
fill={props.color}
|
|
21
|
+
d="m9.106 16.553-4.382-2.191a.5.5 0 0 0-.724.447v4.382a.5.5 0 0 0 .724.447l4.382-2.19a.5.5 0 0 0 0-.895"
|
|
22
|
+
/>
|
|
23
|
+
</G>
|
|
24
|
+
<Defs>
|
|
25
|
+
<ClipPath id="Prepend_svg__a">
|
|
26
|
+
<Path fill={props.color} d="M0 0h24v24H0z" />
|
|
27
|
+
</ClipPath>
|
|
28
|
+
</Defs>
|
|
29
|
+
</Svg>
|
|
30
|
+
);
|
|
31
|
+
export default SvgPrepend;
|
package/dist/icons/index.js
CHANGED
|
@@ -7,11 +7,13 @@ export { default as AppSwitcher } from "./AppSwitcher";
|
|
|
7
7
|
export { default as Apple } from "./Apple";
|
|
8
8
|
export { default as Archive } from "./Archive";
|
|
9
9
|
export { default as Articles } from "./Articles";
|
|
10
|
+
export { default as Assign } from "./Assign";
|
|
10
11
|
export { default as Attachment } from "./Attachment";
|
|
11
12
|
export { default as Bank } from "./Bank";
|
|
12
13
|
export { default as Book } from "./Book";
|
|
13
14
|
export { default as BookOpen } from "./BookOpen";
|
|
14
15
|
export { default as Braces } from "./Braces";
|
|
16
|
+
export { default as Browser } from "./Browser";
|
|
15
17
|
export { default as Bulb } from "./Bulb";
|
|
16
18
|
export { default as Css3 } from "./Css3";
|
|
17
19
|
export { default as Calendar } from "./Calendar";
|
|
@@ -40,6 +42,7 @@ export { default as CodeBlock } from "./CodeBlock";
|
|
|
40
42
|
export { default as Collapse } from "./Collapse";
|
|
41
43
|
export { default as Column } from "./Column";
|
|
42
44
|
export { default as Computer } from "./Computer";
|
|
45
|
+
export { default as Concat } from "./Concat";
|
|
43
46
|
export { default as ContactBook } from "./ContactBook";
|
|
44
47
|
export { default as Copy } from "./Copy";
|
|
45
48
|
export { default as CreditCard } from "./CreditCard";
|
|
@@ -55,6 +58,7 @@ export { default as DeleteRow } from "./DeleteRow";
|
|
|
55
58
|
export { default as DeleteTable } from "./DeleteTable";
|
|
56
59
|
export { default as Delete } from "./Delete";
|
|
57
60
|
export { default as Design } from "./Design";
|
|
61
|
+
export { default as Divide } from "./Divide";
|
|
58
62
|
export { default as Divider } from "./Divider";
|
|
59
63
|
export { default as DoubleCheck } from "./DoubleCheck";
|
|
60
64
|
export { default as Down } from "./Down";
|
|
@@ -68,6 +72,7 @@ export { default as Edit } from "./Edit";
|
|
|
68
72
|
export { default as Email } from "./Email";
|
|
69
73
|
export { default as EmailSent } from "./EmailSent";
|
|
70
74
|
export { default as EntireScreen } from "./EntireScreen";
|
|
75
|
+
export { default as Equals } from "./Equals";
|
|
71
76
|
export { default as Error } from "./Error";
|
|
72
77
|
export { default as Expand } from "./Expand";
|
|
73
78
|
export { default as ExternalLink } from "./ExternalLink";
|
|
@@ -148,11 +153,13 @@ export { default as MultipleChoice } from "./MultipleChoice";
|
|
|
148
153
|
export { default as NewChat } from "./NewChat";
|
|
149
154
|
export { default as Notes } from "./Notes";
|
|
150
155
|
export { default as Notification } from "./Notification";
|
|
156
|
+
export { default as Os } from "./Os";
|
|
151
157
|
export { default as Pause } from "./Pause";
|
|
152
158
|
export { default as Phone } from "./Phone";
|
|
153
159
|
export { default as PhoneRing } from "./PhoneRing";
|
|
154
160
|
export { default as Play } from "./Play";
|
|
155
161
|
export { default as Plus } from "./Plus";
|
|
162
|
+
export { default as Prepend } from "./Prepend";
|
|
156
163
|
export { default as Print } from "./Print";
|
|
157
164
|
export { default as Puzzle } from "./Puzzle";
|
|
158
165
|
export { default as QrCode } from "./QrCode";
|