@bigbinary/neeto-icons-rn 1.17.11 → 1.17.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/Address.js +42 -0
- package/dist/icons/Captcha.js +35 -0
- package/dist/icons/Divider.js +15 -0
- package/dist/icons/DropdownClosed.js +28 -0
- package/dist/icons/FileUpload.js +28 -0
- package/dist/icons/Hash.js +28 -0
- package/dist/icons/HashChecked.js +21 -0
- package/dist/icons/HashInSet.js +21 -0
- package/dist/icons/Header.js +21 -0
- package/dist/icons/HourGlass.js +6 -3
- package/dist/icons/IpAddress.js +21 -0
- package/dist/icons/MatrixDotsClear.js +21 -0
- package/dist/icons/PhoneRing.js +21 -0
- package/dist/icons/Scale.js +21 -0
- package/dist/icons/Terms.js +28 -0
- package/dist/icons/TextLines.js +21 -0
- package/dist/icons/UserRoundedRect.js +28 -0
- package/dist/icons/YesNo.js +21 -0
- package/dist/icons/Youtube.js +28 -0
- package/dist/icons/index.js +18 -0
- package/package.json +1 -1
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgAddress = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M9 19V4M15 14v6.896M21 13v5.332a1 1 0 0 1-.681.948l-5.008 1.67a1 1 0 0 1-.627-.002l-5.368-1.79a1 1 0 0 0-.632 0l-4.368 1.456A1 1 0 0 1 3 19.667V6.613a1 1 0 0 1 .684-.949l4.683-1.561a2 2 0 0 1 1.265 0L11 4.559"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
stroke="currentColor"
|
|
21
|
+
strokeLinecap="round"
|
|
22
|
+
strokeLinejoin="round"
|
|
23
|
+
strokeWidth={1.5}
|
|
24
|
+
d="M14 6.5c0 1.639 1.788 3.389 2.808 4.254a1.096 1.096 0 0 0 1.383 0C19.212 9.89 21 8.14 21 6.5"
|
|
25
|
+
/>
|
|
26
|
+
<Path
|
|
27
|
+
stroke="currentColor"
|
|
28
|
+
strokeLinecap="round"
|
|
29
|
+
strokeLinejoin="round"
|
|
30
|
+
strokeWidth={1.5}
|
|
31
|
+
d="M17.501 6.25a.25.25 0 1 1-.002.5.25.25 0 0 1 .002-.5"
|
|
32
|
+
/>
|
|
33
|
+
<Path
|
|
34
|
+
stroke="currentColor"
|
|
35
|
+
strokeLinecap="round"
|
|
36
|
+
strokeLinejoin="round"
|
|
37
|
+
strokeWidth={1.5}
|
|
38
|
+
d="M14 6.5A3.5 3.5 0 0 1 17.5 3v0A3.5 3.5 0 0 1 21 6.5v0"
|
|
39
|
+
/>
|
|
40
|
+
</Svg>
|
|
41
|
+
);
|
|
42
|
+
export default SvgAddress;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgCaptcha = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M18.5 15.5 16 18l-1.5-1.5"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
stroke="currentColor"
|
|
21
|
+
strokeLinecap="round"
|
|
22
|
+
strokeLinejoin="round"
|
|
23
|
+
strokeWidth={1.5}
|
|
24
|
+
d="M20.424 4.803v2.893h-2.893 2.893M18.75 21h-4.5A2.25 2.25 0 0 1 12 18.75v-4.5A2.25 2.25 0 0 1 14.25 12h4.5A2.25 2.25 0 0 1 21 14.25v4.5A2.25 2.25 0 0 1 18.75 21"
|
|
25
|
+
/>
|
|
26
|
+
<Path
|
|
27
|
+
stroke="currentColor"
|
|
28
|
+
strokeLinecap="round"
|
|
29
|
+
strokeLinejoin="round"
|
|
30
|
+
strokeWidth={1.5}
|
|
31
|
+
d="M9 20.477C5.507 19.24 3 15.917 3 12a9 9 0 0 1 16.905-4.304"
|
|
32
|
+
/>
|
|
33
|
+
</Svg>
|
|
34
|
+
);
|
|
35
|
+
export default SvgCaptcha;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgDivider = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path stroke="currentColor" strokeWidth={1.5} d="M4 12h16" />
|
|
13
|
+
</Svg>
|
|
14
|
+
);
|
|
15
|
+
export default SvgDivider;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgDropdownClosed = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M19 7H5a2 2 0 0 0-2 2v5.844a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
stroke="currentColor"
|
|
21
|
+
strokeLinecap="round"
|
|
22
|
+
strokeLinejoin="round"
|
|
23
|
+
strokeWidth={1.5}
|
|
24
|
+
d="m17.536 11-1.768 1.768L14 11"
|
|
25
|
+
/>
|
|
26
|
+
</Svg>
|
|
27
|
+
);
|
|
28
|
+
export default SvgDropdownClosed;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgFileUpload = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M19 9H5a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2M5.5 6h13M7.5 3h10M12 17v-4"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
stroke="currentColor"
|
|
21
|
+
strokeLinecap="round"
|
|
22
|
+
strokeLinejoin="round"
|
|
23
|
+
strokeWidth={1.5}
|
|
24
|
+
d="m14 15-2-2-2 2"
|
|
25
|
+
/>
|
|
26
|
+
</Svg>
|
|
27
|
+
);
|
|
28
|
+
export default SvgFileUpload;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgHash = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.389}
|
|
17
|
+
d="M10 8v8M14 8v8M8 14h8M8 10h8"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
stroke="currentColor"
|
|
21
|
+
strokeLinecap="round"
|
|
22
|
+
strokeLinejoin="round"
|
|
23
|
+
strokeWidth={1.5}
|
|
24
|
+
d="M21 7v10a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4"
|
|
25
|
+
/>
|
|
26
|
+
</Svg>
|
|
27
|
+
);
|
|
28
|
+
export default SvgHash;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgHashChecked = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="m10 18 3 3 7-7M5 7.125h3.054m0 0h3.857m-3.857 0L8.857 4m-.803 3.125-.965 3.75m4.822-3.75H14m-2.09 0L12.715 4m-.803 3.125-.965 3.75m-5.946 0h2.09m0 0h3.856m-3.857 0L6.286 14m4.66-3.125H14m-3.054 0L10.143 14"
|
|
18
|
+
/>
|
|
19
|
+
</Svg>
|
|
20
|
+
);
|
|
21
|
+
export default SvgHashChecked;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgHashInSet = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M6 19a2 2 0 0 1-2-2v-4l-1-1 1-1V7a2 2 0 0 1 2-2M18 19a2 2 0 0 0 2-2v-4l1-1-1-1V7a2 2 0 0 0-2-2M8 10.813h2.714m0 0h3.429m-3.429 0L11.43 8m-.715 2.813-.857 3.374m4.286-3.374H16m-1.857 0L14.857 8m-.714 2.813-.857 3.374m-5.286 0h1.857m0 0h3.429m-3.429 0L9.143 17m4.143-2.812H16m-2.714 0L12.57 17"
|
|
18
|
+
/>
|
|
19
|
+
</Svg>
|
|
20
|
+
);
|
|
21
|
+
export default SvgHashInSet;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgHeader = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M7 12h10M7 5v14M17 5v14m-2 0h4M15 5h4M5 19h4M5 5h4"
|
|
18
|
+
/>
|
|
19
|
+
</Svg>
|
|
20
|
+
);
|
|
21
|
+
export default SvgHeader;
|
package/dist/icons/HourGlass.js
CHANGED
|
@@ -6,12 +6,15 @@ const SvgHourGlass = (props) => (
|
|
|
6
6
|
width={props.size}
|
|
7
7
|
height={props.size}
|
|
8
8
|
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
9
10
|
{...props}
|
|
10
11
|
>
|
|
11
|
-
<Path fill={props.color} d="M15 19h2v2h-2zm0 4h2v2h-2z" />
|
|
12
12
|
<Path
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M7.417 7.556h9.166M12 12c-1.326 0-2.598.562-3.536 1.562C7.527 14.562 7 15.92 7 17.333v1.778a.92.92 0 0 0 .244.629c.156.166.368.26.59.26h8.333a.8.8 0 0 0 .589-.26.92.92 0 0 0 .244-.629v-1.778c0-1.414-.527-2.77-1.464-3.77C14.598 12.561 13.326 12 12 12m0 0c-1.326 0-2.598-.562-3.536-1.562C7.527 9.438 7 8.08 7 6.667V4.889a.92.92 0 0 1 .244-.629.8.8 0 0 1 .59-.26h8.333c.22 0 .433.094.589.26A.92.92 0 0 1 17 4.89v1.778c0 1.414-.527 2.77-1.464 3.77C14.598 11.439 13.326 12 12 12"
|
|
15
18
|
/>
|
|
16
19
|
</Svg>
|
|
17
20
|
);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgIpAddress = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M20 12.053a8.1 8.1 0 0 0-1.348-4.474 8 8 0 0 0-3.59-2.966 7.95 7.95 0 0 0-4.623-.458 8 8 0 0 0-4.096 2.204 8.07 8.07 0 0 0-2.19 4.123 8.1 8.1 0 0 0 .456 4.652 8.04 8.04 0 0 0 2.946 3.614A7.96 7.96 0 0 0 12 20.105M4.533 9.368h14.934M4.533 14.737H12M11.625 4a15.3 15.3 0 0 0-2.291 8.053c0 2.847.793 5.637 2.29 8.052M12.445 4c1.528 2.465 2.223 5.257 2.223 8.053m2.222 4.754v.008m2.2 2.088c.435-.414.731-.942.851-1.518a2.84 2.84 0 0 0-.177-1.713 3 3 0 0 0-1.146-1.33 3.2 3.2 0 0 0-1.728-.5c-.616 0-1.217.174-1.729.5a3 3 0 0 0-1.146 1.33 2.84 2.84 0 0 0-.176 1.713c.12.575.416 1.104.851 1.518L16.89 21z"
|
|
18
|
+
/>
|
|
19
|
+
</Svg>
|
|
20
|
+
);
|
|
21
|
+
export default SvgIpAddress;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgMatrixDotsClear = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M5 14a2 2 0 1 1-.001-3.999A2 2 0 0 1 5 14m7 0a2 2 0 1 1-.001-3.999A2 2 0 0 1 12 14m7 0a2 2 0 1 1-.001-3.999A2 2 0 0 1 19 14M5 21a2 2 0 1 1-.001-3.999A2 2 0 0 1 5 21m7 0a2 2 0 1 1-.001-3.999A2 2 0 0 1 12 21m7 0a2 2 0 1 1-.001-3.999A2 2 0 0 1 19 21M5 7a2 2 0 1 1-.001-3.999A2 2 0 0 1 5 7m7 0a2 2 0 1 1-.001-3.999A2 2 0 0 1 12 7m7 0a2 2 0 1 1-.001-3.999A2 2 0 0 1 19 7"
|
|
18
|
+
/>
|
|
19
|
+
</Svg>
|
|
20
|
+
);
|
|
21
|
+
export default SvgMatrixDotsClear;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgPhoneRing = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M18.75 11h2.33m-11.032 2.87a12.6 12.6 0 0 1-2.638-3.81.75.75 0 0 1 .166-.827l.819-.819c.671-.67.671-1.62.085-2.206L7.306 5.035a2 2 0 0 0-2.828 0l-.652.651c-.741.741-1.05 1.81-.85 2.87.494 2.613 2.012 5.474 4.461 7.923 2.449 2.45 5.31 3.967 7.923 4.461 1.06.2 2.129-.109 2.87-.85l.651-.65a2 2 0 0 0 0-2.829l-1.173-1.173a1.5 1.5 0 0 0-2.121 0l-.903.904a.75.75 0 0 1-.827.166 12.7 12.7 0 0 1-3.809-2.639m2.872-8.7V2.83zm4.17 1.65 1.65-1.64z"
|
|
18
|
+
/>
|
|
19
|
+
</Svg>
|
|
20
|
+
);
|
|
21
|
+
export default SvgPhoneRing;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgScale = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M19 4.156H5a2 2 0 0 0-2 2V12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6.156a2 2 0 0 0-2-2M17.536 18.768 15.768 17 14 18.768"
|
|
18
|
+
/>
|
|
19
|
+
</Svg>
|
|
20
|
+
);
|
|
21
|
+
export default SvgScale;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
3
|
+
const SvgTerms = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<G clipPath="url(#Terms_svg__a)">
|
|
13
|
+
<Path
|
|
14
|
+
stroke="currentColor"
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
|
+
strokeWidth={1.5}
|
|
18
|
+
d="M4 20h16M6 20v-9.16M12 20v-9.16M18 20v-9.16m-14 0h16V7.274L12 4 4 7.274z"
|
|
19
|
+
/>
|
|
20
|
+
</G>
|
|
21
|
+
<Defs>
|
|
22
|
+
<ClipPath id="Terms_svg__a">
|
|
23
|
+
<Path fill={props.color} d="M0 0h24v24H0z" />
|
|
24
|
+
</ClipPath>
|
|
25
|
+
</Defs>
|
|
26
|
+
</Svg>
|
|
27
|
+
);
|
|
28
|
+
export default SvgTerms;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgTextLines = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M8.5 9 6.934 4.165A.23.23 0 0 0 6.722 4h-.944a.23.23 0 0 0-.212.165L4 9m.317-1H8.17zM4 14h16zm0 5h16zm9-15h7zm0 5h7z"
|
|
18
|
+
/>
|
|
19
|
+
</Svg>
|
|
20
|
+
);
|
|
21
|
+
export default SvgTextLines;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgUserRoundedRect = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M17 16.5a2.5 2.5 0 0 0-2.5-2.5h-5A2.5 2.5 0 0 0 7 16.5M12 11.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
stroke="currentColor"
|
|
21
|
+
strokeLinecap="round"
|
|
22
|
+
strokeLinejoin="round"
|
|
23
|
+
strokeWidth={1.5}
|
|
24
|
+
d="M16 21a5 5 0 0 0 5-5V8a5 5 0 0 0-5-5H8a5 5 0 0 0-5 5v8a5 5 0 0 0 5 5z"
|
|
25
|
+
/>
|
|
26
|
+
</Svg>
|
|
27
|
+
);
|
|
28
|
+
export default SvgUserRoundedRect;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgYesNo = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M5 20H3.618a.56.56 0 0 1-.559-.559V15.06c0-.309.25-.559.56-.559H5c.31 0 .56.25.56.601v4.382c0 .267-.25.517-.56.517m.56-4.315 1.845-3.02c.711-1.164 2.502-.66 2.502.703v1.595h1.51c.453 0 .876.227 1.128.606.223.335.288.752.177 1.14l-.732 2.561c-.124.432-.519.73-.968.73H7.44a1.25 1.25 0 0 1-.798-.288l-1.082-.897zM19.06 4.06h1.381c.31 0 .56.25.56.56V9c0 .31-.25.56-.56.56H19.06c-.309 0-.559-.25-.559-.602V4.576c0-.267.25-.517.56-.517M18.5 8.374l-1.846 3.021c-.71 1.163-2.502.66-2.502-.704V9.096h-1.51c-.453 0-.876-.227-1.128-.606a1.37 1.37 0 0 1-.177-1.139l.732-2.562c.124-.432.52-.73.968-.73h3.583c.291 0 .574.102.798.288l1.082.897z"
|
|
18
|
+
/>
|
|
19
|
+
</Svg>
|
|
20
|
+
);
|
|
21
|
+
export default SvgYesNo;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgYoutube = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
+
width={props.size}
|
|
7
|
+
height={props.size}
|
|
8
|
+
fill="none"
|
|
9
|
+
viewBox="0 0 24 24"
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
stroke="currentColor"
|
|
14
|
+
strokeLinecap="round"
|
|
15
|
+
strokeLinejoin="round"
|
|
16
|
+
strokeWidth={1.5}
|
|
17
|
+
d="M17 5H7a4 4 0 0 0-4 4v6a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4V9a4 4 0 0 0-4-4"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
stroke="currentColor"
|
|
21
|
+
strokeLinecap="round"
|
|
22
|
+
strokeLinejoin="round"
|
|
23
|
+
strokeWidth={1.5}
|
|
24
|
+
d="m10 9 5 3-5 3z"
|
|
25
|
+
/>
|
|
26
|
+
</Svg>
|
|
27
|
+
);
|
|
28
|
+
export default SvgYoutube;
|
package/dist/icons/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { default as ActivityLog } from "./ActivityLog";
|
|
2
2
|
export { default as AddMenu } from "./AddMenu";
|
|
3
3
|
export { default as AddRectangle } from "./AddRectangle";
|
|
4
|
+
export { default as Address } from "./Address";
|
|
4
5
|
export { default as Agents } from "./Agents";
|
|
5
6
|
export { default as AppSwitcher } from "./AppSwitcher";
|
|
6
7
|
export { default as Apple } from "./Apple";
|
|
@@ -15,6 +16,7 @@ export { default as Css3 } from "./Css3";
|
|
|
15
16
|
export { default as Calendar } from "./Calendar";
|
|
16
17
|
export { default as Camera } from "./Camera";
|
|
17
18
|
export { default as CannedResponses } from "./CannedResponses";
|
|
19
|
+
export { default as Captcha } from "./Captcha";
|
|
18
20
|
export { default as Category } from "./Category";
|
|
19
21
|
export { default as CenterAlign } from "./CenterAlign";
|
|
20
22
|
export { default as ChatOffline } from "./ChatOffline";
|
|
@@ -47,12 +49,14 @@ export { default as Dashboard } from "./Dashboard";
|
|
|
47
49
|
export { default as Database } from "./Database";
|
|
48
50
|
export { default as Delete } from "./Delete";
|
|
49
51
|
export { default as Design } from "./Design";
|
|
52
|
+
export { default as Divider } from "./Divider";
|
|
50
53
|
export { default as DoubleCheck } from "./DoubleCheck";
|
|
51
54
|
export { default as Down } from "./Down";
|
|
52
55
|
export { default as DownArrow } from "./DownArrow";
|
|
53
56
|
export { default as Download } from "./Download";
|
|
54
57
|
export { default as Draft } from "./Draft";
|
|
55
58
|
export { default as Dropdown } from "./Dropdown";
|
|
59
|
+
export { default as DropdownClosed } from "./DropdownClosed";
|
|
56
60
|
export { default as Edit } from "./Edit";
|
|
57
61
|
export { default as Email } from "./Email";
|
|
58
62
|
export { default as EmailSent } from "./EmailSent";
|
|
@@ -64,6 +68,7 @@ export { default as Favorite } from "./Favorite";
|
|
|
64
68
|
export { default as FileDownload } from "./FileDownload";
|
|
65
69
|
export { default as File } from "./File";
|
|
66
70
|
export { default as FileGeneric } from "./FileGeneric";
|
|
71
|
+
export { default as FileUpload } from "./FileUpload";
|
|
67
72
|
export { default as Filter } from "./Filter";
|
|
68
73
|
export { default as Flag } from "./Flag";
|
|
69
74
|
export { default as Flash } from "./Flash";
|
|
@@ -79,6 +84,10 @@ export { default as Globe } from "./Globe";
|
|
|
79
84
|
export { default as Goal } from "./Goal";
|
|
80
85
|
export { default as Group } from "./Group";
|
|
81
86
|
export { default as HamburgerMenu } from "./HamburgerMenu";
|
|
87
|
+
export { default as Hash } from "./Hash";
|
|
88
|
+
export { default as HashChecked } from "./HashChecked";
|
|
89
|
+
export { default as HashInSet } from "./HashInSet";
|
|
90
|
+
export { default as Header } from "./Header";
|
|
82
91
|
export { default as Heart } from "./Heart";
|
|
83
92
|
export { default as Help } from "./Help";
|
|
84
93
|
export { default as Hide } from "./Hide";
|
|
@@ -92,6 +101,7 @@ export { default as IndeterminateCircle } from "./IndeterminateCircle";
|
|
|
92
101
|
export { default as Info } from "./Info";
|
|
93
102
|
export { default as Input } from "./Input";
|
|
94
103
|
export { default as Invoice } from "./Invoice";
|
|
104
|
+
export { default as IpAddress } from "./IpAddress";
|
|
95
105
|
export { default as Keyboard } from "./Keyboard";
|
|
96
106
|
export { default as Left } from "./Left";
|
|
97
107
|
export { default as LeftAlign } from "./LeftAlign";
|
|
@@ -107,6 +117,7 @@ export { default as MailUnread } from "./MailUnread";
|
|
|
107
117
|
export { default as MailSend } from "./MailSend";
|
|
108
118
|
export { default as Matrix } from "./Matrix";
|
|
109
119
|
export { default as MatrixDots } from "./MatrixDots";
|
|
120
|
+
export { default as MatrixDotsClear } from "./MatrixDotsClear";
|
|
110
121
|
export { default as MediaVideo } from "./MediaVideo";
|
|
111
122
|
export { default as MenuLayout } from "./MenuLayout";
|
|
112
123
|
export { default as MenuSquare } from "./MenuSquare";
|
|
@@ -125,6 +136,7 @@ export { default as Notes } from "./Notes";
|
|
|
125
136
|
export { default as Notification } from "./Notification";
|
|
126
137
|
export { default as Pause } from "./Pause";
|
|
127
138
|
export { default as Phone } from "./Phone";
|
|
139
|
+
export { default as PhoneRing } from "./PhoneRing";
|
|
128
140
|
export { default as Play } from "./Play";
|
|
129
141
|
export { default as Plus } from "./Plus";
|
|
130
142
|
export { default as Print } from "./Print";
|
|
@@ -146,6 +158,7 @@ export { default as Right } from "./Right";
|
|
|
146
158
|
export { default as RightAlign } from "./RightAlign";
|
|
147
159
|
export { default as RightArrow } from "./RightArrow";
|
|
148
160
|
export { default as Robot } from "./Robot";
|
|
161
|
+
export { default as Scale } from "./Scale";
|
|
149
162
|
export { default as Search } from "./Search";
|
|
150
163
|
export { default as Sections } from "./Sections";
|
|
151
164
|
export { default as Security } from "./Security";
|
|
@@ -165,7 +178,9 @@ export { default as Swap } from "./Swap";
|
|
|
165
178
|
export { default as Tablet } from "./Tablet";
|
|
166
179
|
export { default as Tag } from "./Tag";
|
|
167
180
|
export { default as Tags } from "./Tags";
|
|
181
|
+
export { default as Terms } from "./Terms";
|
|
168
182
|
export { default as Text } from "./Text";
|
|
183
|
+
export { default as TextLines } from "./TextLines";
|
|
169
184
|
export { default as TextSize } from "./TextSize";
|
|
170
185
|
export { default as Tickets } from "./Tickets";
|
|
171
186
|
export { default as TimeTracking } from "./TimeTracking";
|
|
@@ -182,6 +197,7 @@ export { default as UserAdd } from "./UserAdd";
|
|
|
182
197
|
export { default as User } from "./User";
|
|
183
198
|
export { default as UserNotification } from "./UserNotification";
|
|
184
199
|
export { default as UserRole } from "./UserRole";
|
|
200
|
+
export { default as UserRoundedRect } from "./UserRoundedRect";
|
|
185
201
|
export { default as UserSettings } from "./UserSettings";
|
|
186
202
|
export { default as UserStar } from "./UserStar";
|
|
187
203
|
export { default as Video } from "./Video";
|
|
@@ -197,6 +213,8 @@ export { default as WarningFilled } from "./WarningFilled";
|
|
|
197
213
|
export { default as Warning } from "./Warning";
|
|
198
214
|
export { default as Whatsapp } from "./Whatsapp";
|
|
199
215
|
export { default as WidgetModes } from "./WidgetModes";
|
|
216
|
+
export { default as YesNo } from "./YesNo";
|
|
217
|
+
export { default as Youtube } from "./Youtube";
|
|
200
218
|
export { default as AddCircle } from "./AddCircle";
|
|
201
219
|
export { default as Blockquote } from "./Blockquote";
|
|
202
220
|
export { default as Bookmark } from "./Bookmark";
|