@bigbinary/neeto-icons-rn 1.20.56 → 1.20.57
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/elements/Image.js +6 -6
- package/dist/elements/Link.js +4 -5
- package/dist/icons/Address.js +4 -39
- package/dist/icons/Agents.js +2 -2
- package/dist/icons/AlignCenter.js +21 -0
- package/dist/icons/Articles.js +5 -28
- package/dist/icons/Attachments.js +21 -0
- package/dist/icons/Blockquote.js +3 -3
- package/dist/icons/Calendar.js +3 -24
- package/dist/icons/Camera.js +6 -13
- package/dist/icons/CannedResponses.js +6 -3
- package/dist/icons/Captcha.js +4 -18
- package/dist/icons/ChatEmpty.js +3 -3
- package/dist/icons/CheckCircle.js +3 -10
- package/dist/icons/Checkmark.js +22 -15
- package/dist/icons/CloseCircle.js +3 -17
- package/dist/icons/ClosedHand.js +50 -0
- package/dist/icons/Code.js +2 -2
- package/dist/icons/ContextualMenu.js +54 -0
- package/dist/icons/CreditCard.js +8 -36
- package/dist/icons/Cursor2.js +38 -0
- package/dist/icons/Delete.js +3 -24
- package/dist/icons/Divider.js +2 -2
- package/dist/icons/DoubleLeft.js +21 -0
- package/dist/icons/DoubleRight.js +21 -0
- package/dist/icons/Dropdown.js +43 -36
- package/dist/icons/DropdownClosed.js +4 -11
- package/dist/icons/Email.js +15 -8
- package/dist/icons/Emoji.js +21 -0
- package/dist/icons/FileUpload.js +4 -32
- package/dist/icons/Flag.js +4 -4
- package/dist/icons/FontSize.js +21 -0
- package/dist/icons/FullScreen.js +8 -37
- package/dist/icons/Gif.js +3 -10
- package/dist/icons/Hash.js +37 -37
- package/dist/icons/Header.js +3 -3
- package/dist/icons/Highlight.js +36 -22
- package/dist/icons/Ibeam.js +42 -0
- package/dist/icons/Image.js +8 -29
- package/dist/icons/Inbox.js +2 -2
- package/dist/icons/InfoRound.js +8 -29
- package/dist/icons/Input.js +4 -4
- package/dist/icons/IpAddress.js +4 -4
- package/dist/icons/Link.js +3 -10
- package/dist/icons/List.js +4 -4
- package/dist/icons/ListDetails.js +2 -2
- package/dist/icons/ListDot.js +3 -31
- package/dist/icons/ListNumber.js +3 -3
- package/dist/icons/Loading.js +3 -52
- package/dist/icons/Logout.js +35 -0
- package/dist/icons/LongText.js +21 -0
- package/dist/icons/Matrix.js +4 -13
- package/dist/icons/MediaVideo.js +5 -5
- package/dist/icons/Message.js +3 -10
- package/dist/icons/Move.js +36 -0
- package/dist/icons/MultipleChoice.js +21 -40
- package/dist/icons/Mute.js +21 -0
- package/dist/icons/NewField.js +21 -0
- package/dist/icons/Notes.js +12 -4
- package/dist/icons/Number.js +21 -0
- package/dist/icons/OpenHand.js +49 -0
- package/dist/icons/OpinionScale.js +21 -0
- package/dist/icons/Paragraph.js +3 -3
- package/dist/icons/Phone.js +15 -8
- package/dist/icons/Play.js +4 -4
- package/dist/icons/PointingHand.js +51 -0
- package/dist/icons/PriorityHigh.js +18 -0
- package/dist/icons/PriorityLow.js +18 -0
- package/dist/icons/PriorityMedium.js +18 -0
- package/dist/icons/Share.js +3 -31
- package/dist/icons/Signature.js +19 -0
- package/dist/icons/SingleChoice.js +49 -0
- package/dist/icons/Slash.js +21 -0
- package/dist/icons/StarRating.js +21 -0
- package/dist/icons/SubmissionCount.js +21 -0
- package/dist/icons/Tag.js +19 -22
- package/dist/icons/Tag1.js +21 -0
- package/dist/icons/Terms.js +9 -16
- package/dist/icons/Text.js +11 -11
- package/dist/icons/TextBold.js +3 -3
- package/dist/icons/TextColor.js +21 -0
- package/dist/icons/TextCross.js +8 -8
- package/dist/icons/TextField.js +21 -0
- package/dist/icons/TextH1.js +5 -6
- package/dist/icons/TextH2.js +5 -6
- package/dist/icons/TextItalic.js +3 -3
- package/dist/icons/TimeTracker.js +21 -0
- package/dist/icons/Underline.js +3 -17
- package/dist/icons/UniqueId.js +42 -0
- package/dist/icons/User.js +4 -4
- package/dist/icons/UserReassigned.js +42 -0
- package/dist/icons/UserRoundedRect.js +4 -18
- package/dist/icons/Video.js +2 -2
- package/dist/icons/Volume.js +4 -6
- package/dist/icons/Volume0.js +3 -12
- package/dist/icons/Warning2.js +4 -4
- package/dist/icons/YesNo.js +4 -11
- package/dist/icons/Youtube.js +7 -7
- package/dist/icons/index.js +38 -5
- package/package.json +1 -1
package/dist/icons/Highlight.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import Svg, { Path } from "react-native-svg";
|
|
2
|
+
import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
|
|
3
3
|
const SvgHighlight = (props) => (
|
|
4
4
|
<Svg
|
|
5
5
|
fill="none"
|
|
@@ -9,27 +9,41 @@ const SvgHighlight = (props) => (
|
|
|
9
9
|
height={props.size}
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
12
|
+
<G clipPath="url(#clip0_149_431)">
|
|
13
|
+
<Path
|
|
14
|
+
d="M3 19H7L17.5 8.5C18.0304 7.96956 18.3284 7.25014 18.3284 6.5C18.3284 5.74985 18.0304 5.03043 17.5 4.5C16.9696 3.96956 16.2501 3.67157 15.5 3.67157C14.7499 3.67157 14.0304 3.96956 13.5 4.5L3 15V19Z"
|
|
15
|
+
stroke="#344054"
|
|
16
|
+
strokeWidth={1.2}
|
|
17
|
+
strokeLinecap="round"
|
|
18
|
+
strokeLinejoin="round"
|
|
19
|
+
/>
|
|
20
|
+
<Path
|
|
21
|
+
d="M12.5 5.5L16.5 9.5"
|
|
22
|
+
stroke="#344054"
|
|
23
|
+
strokeWidth={1.2}
|
|
24
|
+
strokeLinecap="round"
|
|
25
|
+
strokeLinejoin="round"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="M4.5 13.5L8.5 17.5"
|
|
29
|
+
stroke="#344054"
|
|
30
|
+
strokeWidth={1.2}
|
|
31
|
+
strokeLinecap="round"
|
|
32
|
+
strokeLinejoin="round"
|
|
33
|
+
/>
|
|
34
|
+
<Path
|
|
35
|
+
d="M21 15V19H13L17 15H21Z"
|
|
36
|
+
stroke="#344054"
|
|
37
|
+
strokeWidth={1.2}
|
|
38
|
+
strokeLinecap="round"
|
|
39
|
+
strokeLinejoin="round"
|
|
40
|
+
/>
|
|
41
|
+
</G>
|
|
42
|
+
<Defs>
|
|
43
|
+
<ClipPath id="clip0_149_431">
|
|
44
|
+
<Rect width={24} height={24} fill="white" />
|
|
45
|
+
</ClipPath>
|
|
46
|
+
</Defs>
|
|
33
47
|
</Svg>
|
|
34
48
|
);
|
|
35
49
|
export default SvgHighlight;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgIbeam = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
fill="none"
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
viewBox="0 0 10 16"
|
|
8
|
+
width={props.size}
|
|
9
|
+
height={props.size}
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
fillRule="evenodd"
|
|
14
|
+
clipRule="evenodd"
|
|
15
|
+
d="M4.03198 2L4.03198 13.993H5.01798V2H4.03198Z"
|
|
16
|
+
fill="#121212"
|
|
17
|
+
/>
|
|
18
|
+
<Path
|
|
19
|
+
fillRule="evenodd"
|
|
20
|
+
clipRule="evenodd"
|
|
21
|
+
d="M3.01801 8V8.984H6.01801V8H3.01801Z"
|
|
22
|
+
fill="#121212"
|
|
23
|
+
/>
|
|
24
|
+
<Path
|
|
25
|
+
d="M5.01801 2.5C5.21057 2.04209 5.86782 1.33692 6.29445 1.10339C6.69803 0.880845 7.11313 0.691271 7.50979 0.591448C7.99523 0.467813 9.01801 0.505362 9.01801 0.505362"
|
|
26
|
+
stroke="#121212"
|
|
27
|
+
/>
|
|
28
|
+
<Path
|
|
29
|
+
d="M4.01801 2.5C3.83942 2.01964 3.10292 1.28308 2.77494 1.08271C2.38276 0.844812 1.94739 0.691096 1.54587 0.591364C1.05331 0.467843 0.0180054 0.505357 0.0180054 0.505357"
|
|
30
|
+
stroke="#121212"
|
|
31
|
+
/>
|
|
32
|
+
<Path
|
|
33
|
+
d="M5.01801 13.5C5.21057 13.9579 5.86782 14.6631 6.29445 14.8966C6.69803 15.1192 7.11313 15.3087 7.50979 15.4086C7.99523 15.5322 9.01801 15.4946 9.01801 15.4946"
|
|
34
|
+
stroke="#121212"
|
|
35
|
+
/>
|
|
36
|
+
<Path
|
|
37
|
+
d="M4.01801 13.5C3.83942 13.9804 3.10292 14.7169 2.77494 14.9173C2.38276 15.1552 1.94739 15.3089 1.54587 15.4086C1.05331 15.5322 0.0180054 15.4946 0.0180054 15.4946"
|
|
38
|
+
stroke="#121212"
|
|
39
|
+
/>
|
|
40
|
+
</Svg>
|
|
41
|
+
);
|
|
42
|
+
export default SvgIbeam;
|
package/dist/icons/Image.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 SvgImage = (props) => (
|
|
4
4
|
<Svg
|
|
5
5
|
fill="none"
|
|
@@ -9,34 +9,13 @@ const SvgImage = (props) => (
|
|
|
9
9
|
height={props.size}
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
/>
|
|
20
|
-
<Path
|
|
21
|
-
d="M18 21.014H6C4.343 21.014 3 19.671 3 18.014V6.014C3 4.357 4.343 3.014 6 3.014H18C19.657 3.014 21 4.357 21 6.014V18.014C21 19.671 19.657 21.014 18 21.014Z"
|
|
22
|
-
stroke={props.color}
|
|
23
|
-
strokeWidth={1.5}
|
|
24
|
-
strokeLinecap="round"
|
|
25
|
-
strokeLinejoin="round"
|
|
26
|
-
/>
|
|
27
|
-
<Path
|
|
28
|
-
d="M15.9998 21.014L9.7068 14.721C9.3158 14.33 8.6828 14.33 8.2928 14.721L3.4458 19.568M9.26497 8.74883C9.41142 8.89527 9.41142 9.13271 9.26497 9.27916C9.11852 9.4256 8.88109 9.4256 8.73464 9.27916C8.58819 9.13271 8.58819 8.89527 8.73464 8.74883C8.88109 8.60238 9.11852 8.60238 9.26497 8.74883Z"
|
|
29
|
-
stroke={props.color}
|
|
30
|
-
strokeWidth={1.5}
|
|
31
|
-
strokeLinecap="round"
|
|
32
|
-
strokeLinejoin="round"
|
|
33
|
-
/>
|
|
34
|
-
</G>
|
|
35
|
-
<Defs>
|
|
36
|
-
<ClipPath id="clip0">
|
|
37
|
-
<Rect width={24} height={24} fill="white" />
|
|
38
|
-
</ClipPath>
|
|
39
|
-
</Defs>
|
|
12
|
+
<Path
|
|
13
|
+
d="M21 14.5L18.781 12.625C18.35 12.28 17.72 12.35 17.375 12.781L14.039 16.951C13.694 17.382 13.065 17.452 12.633 17.107L10.765 15.612C10.34 15.272 9.72099 15.334 9.37199 15.753L4.99999 21M19.1935 21H4.80253C3.80828 21 3.00299 20.105 3.00299 19V5C3.00299 3.895 3.80828 3 4.80253 3H19.1935C20.1877 3 20.993 3.895 20.993 5V19C20.993 20.105 20.1868 21 19.1935 21ZM10.4142 7.58579C11.1952 8.36684 11.1952 9.63317 10.4142 10.4142C9.63315 11.1953 8.36682 11.1953 7.58577 10.4142C6.80472 9.63317 6.80472 8.36684 7.58577 7.58579C8.36682 6.80474 9.63315 6.80474 10.4142 7.58579Z"
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
16
|
+
strokeLinecap="round"
|
|
17
|
+
strokeLinejoin="round"
|
|
18
|
+
/>
|
|
40
19
|
</Svg>
|
|
41
20
|
);
|
|
42
21
|
export default SvgImage;
|
package/dist/icons/Inbox.js
CHANGED
|
@@ -11,8 +11,8 @@ const SvgInbox = (props) => (
|
|
|
11
11
|
>
|
|
12
12
|
<Path
|
|
13
13
|
d="M17 17H6.99999M12 3V11M12 11L15 8M12 11L8.99999 8M21 12V17C21 19.2 19.2 21 17 21H6.99999L6.98999 20.999C4.77999 20.989 2.98999 19.199 2.98999 16.989V11.989"
|
|
14
|
-
stroke=
|
|
15
|
-
strokeWidth={1.
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
16
16
|
strokeLinecap="round"
|
|
17
17
|
strokeLinejoin="round"
|
|
18
18
|
/>
|
package/dist/icons/InfoRound.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 SvgInfoRound = (props) => (
|
|
4
4
|
<Svg
|
|
5
5
|
fill="none"
|
|
@@ -9,34 +9,13 @@ const SvgInfoRound = (props) => (
|
|
|
9
9
|
height={props.size}
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
/>
|
|
20
|
-
<Path
|
|
21
|
-
d="M12 9H12.01"
|
|
22
|
-
stroke={props.color}
|
|
23
|
-
strokeWidth={1.5}
|
|
24
|
-
strokeLinecap="round"
|
|
25
|
-
strokeLinejoin="round"
|
|
26
|
-
/>
|
|
27
|
-
<Path
|
|
28
|
-
d="M11 12H12V16H13"
|
|
29
|
-
stroke={props.color}
|
|
30
|
-
strokeWidth={1.5}
|
|
31
|
-
strokeLinecap="round"
|
|
32
|
-
strokeLinejoin="round"
|
|
33
|
-
/>
|
|
34
|
-
</G>
|
|
35
|
-
<Defs>
|
|
36
|
-
<ClipPath id="clip0_7363_1217">
|
|
37
|
-
<Rect width={24} height={24} fill="white" />
|
|
38
|
-
</ClipPath>
|
|
39
|
-
</Defs>
|
|
12
|
+
<Path
|
|
13
|
+
d="M12 8H12.01M11 12H12V16H13M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z"
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
16
|
+
strokeLinecap="round"
|
|
17
|
+
strokeLinejoin="round"
|
|
18
|
+
/>
|
|
40
19
|
</Svg>
|
|
41
20
|
);
|
|
42
21
|
export default SvgInfoRound;
|
package/dist/icons/Input.js
CHANGED
|
@@ -9,17 +9,17 @@ const SvgInput = (props) => (
|
|
|
9
9
|
height={props.size}
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
|
-
<G clipPath="url(#
|
|
12
|
+
<G clipPath="url(#clip0_149_562)">
|
|
13
13
|
<Path
|
|
14
14
|
d="M5 4H6C7.105 4 8 4.895 8 6C8 4.895 8.895 4 10 4H11M20 16H4C3.448 16 3 15.552 3 15V9C3 8.448 3.448 8 4 8H20C20.552 8 21 8.448 21 9V15C21 15.552 20.552 16 20 16ZM11 20H10C8.895 20 8 19.105 8 18C8 19.105 7.105 20 6 20H5H11ZM8 6V18V6Z"
|
|
15
|
-
stroke=
|
|
16
|
-
strokeWidth={1.
|
|
15
|
+
stroke="#344054"
|
|
16
|
+
strokeWidth={1.2}
|
|
17
17
|
strokeLinecap="round"
|
|
18
18
|
strokeLinejoin="round"
|
|
19
19
|
/>
|
|
20
20
|
</G>
|
|
21
21
|
<Defs>
|
|
22
|
-
<ClipPath id="
|
|
22
|
+
<ClipPath id="clip0_149_562">
|
|
23
23
|
<Rect width={24} height={24} fill="white" />
|
|
24
24
|
</ClipPath>
|
|
25
25
|
</Defs>
|
package/dist/icons/IpAddress.js
CHANGED
|
@@ -2,19 +2,19 @@ import * as React from "react";
|
|
|
2
2
|
import Svg, { Path } from "react-native-svg";
|
|
3
3
|
const SvgIpAddress = (props) => (
|
|
4
4
|
<Svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
5
|
fill="none"
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
7
|
viewBox="0 0 24 24"
|
|
8
8
|
width={props.size}
|
|
9
9
|
height={props.size}
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
12
|
<Path
|
|
13
|
-
|
|
13
|
+
d="M20 12.0526C20 10.46 19.5308 8.90308 18.6518 7.57883C17.7727 6.25458 16.5233 5.22246 15.0615 4.61297C13.5997 4.00349 11.9911 3.84402 10.4393 4.15473C8.88743 4.46545 7.46197 5.23238 6.34315 6.35856C5.22433 7.48474 4.4624 8.91959 4.15372 10.4816C3.84504 12.0437 4.00347 13.6628 4.60897 15.1342C5.21447 16.6057 6.23985 17.8633 7.55544 18.7482C8.87103 19.633 10.4178 20.1053 12 20.1053M4.53334 9.36842H19.4667M4.53334 14.7368H12M11.6249 4C10.1274 6.41545 9.33352 9.20546 9.33352 12.0526C9.33352 14.8998 10.1274 17.6898 11.6249 20.1053M12.4444 4C13.9724 6.465 14.6667 9.25748 14.6667 12.0526M16.8889 16.8073V16.8147M19.0884 18.9033C19.5236 18.4887 19.82 17.9605 19.9402 17.3854C20.0603 16.8103 19.9987 16.2142 19.7633 15.6724C19.5278 15.1306 19.1291 14.6676 18.6174 14.3418C18.1058 14.016 17.5042 13.8421 16.8889 13.8421C16.2735 13.8421 15.672 14.016 15.1604 14.3418C14.6487 14.6676 14.25 15.1306 14.0145 15.6724C13.7791 16.2142 13.7175 16.8103 13.8376 17.3854C13.9577 17.9605 14.2541 18.4887 14.6893 18.9033L16.8889 21L19.0884 18.9033Z"
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
14
16
|
strokeLinecap="round"
|
|
15
17
|
strokeLinejoin="round"
|
|
16
|
-
strokeWidth={1.5}
|
|
17
|
-
d="M20 12.0526C20 10.46 19.5308 8.90308 18.6518 7.57883C17.7727 6.25458 16.5233 5.22246 15.0615 4.61297C13.5997 4.00349 11.9911 3.84402 10.4393 4.15473C8.88743 4.46545 7.46197 5.23238 6.34315 6.35856C5.22433 7.48474 4.4624 8.91959 4.15372 10.4816C3.84504 12.0437 4.00347 13.6628 4.60897 15.1342C5.21447 16.6057 6.23985 17.8633 7.55544 18.7482C8.87103 19.633 10.4178 20.1053 12 20.1053M4.53334 9.36842H19.4667M4.53334 14.7368H12M11.6249 4C10.1274 6.41545 9.33352 9.20546 9.33352 12.0526C9.33352 14.8998 10.1274 17.6898 11.6249 20.1053M12.4444 4C13.9724 6.465 14.6667 9.25748 14.6667 12.0526M16.8889 16.8073V16.8147M19.0884 18.9033C19.5236 18.4887 19.82 17.9605 19.9402 17.3854C20.0603 16.8103 19.9987 16.2142 19.7633 15.6724C19.5278 15.1306 19.1291 14.6676 18.6174 14.3418C18.1058 14.016 17.5042 13.8421 16.8889 13.8421C16.2735 13.8421 15.672 14.016 15.1604 14.3418C14.6487 14.6676 14.25 15.1306 14.0145 15.6724C13.7791 16.2142 13.7175 16.8103 13.8376 17.3854C13.9577 17.9605 14.2541 18.4887 14.6893 18.9033L16.8889 21L19.0884 18.9033Z"
|
|
18
18
|
/>
|
|
19
19
|
</Svg>
|
|
20
20
|
);
|
package/dist/icons/Link.js
CHANGED
|
@@ -10,16 +10,9 @@ const SvgLink = (props) => (
|
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
12
|
<Path
|
|
13
|
-
d="
|
|
14
|
-
stroke=
|
|
15
|
-
strokeWidth={1.
|
|
16
|
-
strokeLinecap="round"
|
|
17
|
-
strokeLinejoin="round"
|
|
18
|
-
/>
|
|
19
|
-
<Path
|
|
20
|
-
d="M12.806 9.193C13.2443 9.39593 13.6445 9.67262 13.989 10.011C15.6564 11.6772 15.6573 14.3795 13.9912 16.0469L13.989 16.049L10.8082 19.268C9.11565 20.9101 6.41235 20.8692 4.77024 19.1766C3.16318 17.5201 3.16318 14.8865 4.77024 13.23L6.50024 11.5"
|
|
21
|
-
stroke={props.color}
|
|
22
|
-
strokeWidth={1.5}
|
|
13
|
+
d="M10.2577 13.7423C10.5416 14.032 10.8805 14.2622 11.2544 14.4193C11.6284 14.5765 12.0299 14.6574 12.4356 14.6574C12.8412 14.6574 13.2428 14.5765 13.6167 14.4193C13.9907 14.2622 14.3295 14.032 14.6134 13.7423L18.0979 10.2577C18.6755 9.68014 19 8.89676 19 8.07991C19 7.26307 18.6755 6.47968 18.0979 5.90209C17.5203 5.32449 16.7369 5 15.9201 5C15.1032 5 14.3199 5.32449 13.7423 5.90209L13.3067 6.33765M13.7423 10.2577C13.4584 9.968 13.1195 9.73782 12.7456 9.58069C12.3716 9.42355 11.9701 9.34261 11.5644 9.34261C11.1588 9.34261 10.7572 9.42355 10.3833 9.58069C10.0093 9.73782 9.67049 9.968 9.38661 10.2577L5.90209 13.7423C5.32449 14.3199 5 15.1032 5 15.9201C5 16.7369 5.32449 17.5203 5.90209 18.0979C6.47968 18.6755 7.26307 19 8.07991 19C8.89676 19 9.68014 18.6755 10.2577 18.0979L10.6933 17.6623"
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
23
16
|
strokeLinecap="round"
|
|
24
17
|
strokeLinejoin="round"
|
|
25
18
|
/>
|
package/dist/icons/List.js
CHANGED
|
@@ -11,15 +11,15 @@ const SvgList = (props) => (
|
|
|
11
11
|
>
|
|
12
12
|
<Path
|
|
13
13
|
d="M18 4H6C4.89543 4 4 4.89543 4 6V8C4 9.10457 4.89543 10 6 10H18C19.1046 10 20 9.10457 20 8V6C20 4.89543 19.1046 4 18 4Z"
|
|
14
|
-
stroke=
|
|
15
|
-
strokeWidth={1.
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
16
16
|
strokeLinecap="round"
|
|
17
17
|
strokeLinejoin="round"
|
|
18
18
|
/>
|
|
19
19
|
<Path
|
|
20
20
|
d="M18 14H6C4.89543 14 4 14.8954 4 16V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V16C20 14.8954 19.1046 14 18 14Z"
|
|
21
|
-
stroke=
|
|
22
|
-
strokeWidth={1.
|
|
21
|
+
stroke="#344054"
|
|
22
|
+
strokeWidth={1.2}
|
|
23
23
|
strokeLinecap="round"
|
|
24
24
|
strokeLinejoin="round"
|
|
25
25
|
/>
|
|
@@ -11,8 +11,8 @@ const SvgListDetails = (props) => (
|
|
|
11
11
|
>
|
|
12
12
|
<Path
|
|
13
13
|
d="M13 5H21M13 9H18M13 15H21M13 19H18M4 4H8C8.55228 4 9 4.44772 9 5V9C9 9.55228 8.55228 10 8 10H4C3.44772 10 3 9.55228 3 9V5C3 4.44772 3.44772 4 4 4ZM4 14H8C8.55228 14 9 14.4477 9 15V19C9 19.5523 8.55228 20 8 20H4C3.44772 20 3 19.5523 3 19V15C3 14.4477 3.44772 14 4 14Z"
|
|
14
|
-
stroke=
|
|
15
|
-
strokeWidth={1.
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
16
16
|
strokeLinecap="round"
|
|
17
17
|
strokeLinejoin="round"
|
|
18
18
|
/>
|
package/dist/icons/ListDot.js
CHANGED
|
@@ -10,37 +10,9 @@ const SvgListDot = (props) => (
|
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
12
|
<Path
|
|
13
|
-
d="M12
|
|
14
|
-
stroke=
|
|
15
|
-
strokeWidth={1.
|
|
16
|
-
strokeLinecap="round"
|
|
17
|
-
strokeLinejoin="round"
|
|
18
|
-
/>
|
|
19
|
-
<Path
|
|
20
|
-
d="M6 7C7.10457 7 8 6.10457 8 5C8 3.89543 7.10457 3 6 3C4.89543 3 4 3.89543 4 5C4 6.10457 4.89543 7 6 7Z"
|
|
21
|
-
stroke={props.color}
|
|
22
|
-
strokeWidth={1.5}
|
|
23
|
-
strokeLinecap="round"
|
|
24
|
-
strokeLinejoin="round"
|
|
25
|
-
/>
|
|
26
|
-
<Path
|
|
27
|
-
d="M12 19H20M12 12H20H12Z"
|
|
28
|
-
stroke={props.color}
|
|
29
|
-
strokeWidth={1.5}
|
|
30
|
-
strokeLinecap="round"
|
|
31
|
-
strokeLinejoin="round"
|
|
32
|
-
/>
|
|
33
|
-
<Path
|
|
34
|
-
d="M6 14C7.10457 14 8 13.1046 8 12C8 10.8954 7.10457 10 6 10C4.89543 10 4 10.8954 4 12C4 13.1046 4.89543 14 6 14Z"
|
|
35
|
-
stroke={props.color}
|
|
36
|
-
strokeWidth={1.5}
|
|
37
|
-
strokeLinecap="round"
|
|
38
|
-
strokeLinejoin="round"
|
|
39
|
-
/>
|
|
40
|
-
<Path
|
|
41
|
-
d="M6 21C7.10457 21 8 20.1046 8 19C8 17.8954 7.10457 17 6 17C4.89543 17 4 17.8954 4 19C4 20.1046 4.89543 21 6 21Z"
|
|
42
|
-
stroke={props.color}
|
|
43
|
-
strokeWidth={1.5}
|
|
13
|
+
d="M12 5.77778H19M12 12H19M12 18.2222H19M8.5 5.77778C8.5 6.75962 7.7165 7.55556 6.75 7.55556C5.7835 7.55556 5 6.75962 5 5.77778C5 4.79594 5.7835 4 6.75 4C7.7165 4 8.5 4.79594 8.5 5.77778ZM8.5 12C8.5 12.9818 7.7165 13.7778 6.75 13.7778C5.7835 13.7778 5 12.9818 5 12C5 11.0182 5.7835 10.2222 6.75 10.2222C7.7165 10.2222 8.5 11.0182 8.5 12ZM8.5 18.2222C8.5 19.2041 7.7165 20 6.75 20C5.7835 20 5 19.2041 5 18.2222C5 17.2404 5.7835 16.4444 6.75 16.4444C7.7165 16.4444 8.5 17.2404 8.5 18.2222Z"
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
44
16
|
strokeLinecap="round"
|
|
45
17
|
strokeLinejoin="round"
|
|
46
18
|
/>
|
package/dist/icons/ListNumber.js
CHANGED
|
@@ -10,9 +10,9 @@ const SvgListNumber = (props) => (
|
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
12
|
<Path
|
|
13
|
-
d="M11
|
|
14
|
-
stroke=
|
|
15
|
-
strokeWidth={1.
|
|
13
|
+
d="M11.125 5H19M11.2562 9.33333H19M6.09375 9.33333V5L5 6.08333M11.125 13.6667H19M11.2562 18H19M5 14.5333C5 14.3035 5.09219 14.083 5.25628 13.9205C5.42038 13.758 5.64294 13.6667 5.875 13.6667H6.41267C6.63829 13.6667 6.8582 13.737 7.04123 13.8677C7.22427 13.9983 7.36115 14.1827 7.4325 14.3947C7.4912 14.5692 7.5033 14.7557 7.46761 14.9361C7.43193 15.1166 7.34967 15.2848 7.22886 15.4244L5 18H7.625M5 9.33333H7.1875"
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
16
16
|
strokeLinecap="round"
|
|
17
17
|
strokeLinejoin="round"
|
|
18
18
|
/>
|
package/dist/icons/Loading.js
CHANGED
|
@@ -10,58 +10,9 @@ const SvgLoading = (props) => (
|
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
12
|
<Path
|
|
13
|
-
d="
|
|
14
|
-
stroke=
|
|
15
|
-
strokeWidth={1.
|
|
16
|
-
strokeLinecap="round"
|
|
17
|
-
strokeLinejoin="round"
|
|
18
|
-
/>
|
|
19
|
-
<Path
|
|
20
|
-
d="M3 12H6"
|
|
21
|
-
stroke={props.color}
|
|
22
|
-
strokeWidth={1.5}
|
|
23
|
-
strokeLinecap="round"
|
|
24
|
-
strokeLinejoin="round"
|
|
25
|
-
/>
|
|
26
|
-
<Path
|
|
27
|
-
d="M12 3V6"
|
|
28
|
-
stroke={props.color}
|
|
29
|
-
strokeWidth={1.5}
|
|
30
|
-
strokeLinecap="round"
|
|
31
|
-
strokeLinejoin="round"
|
|
32
|
-
/>
|
|
33
|
-
<Path
|
|
34
|
-
d="M12 21V18"
|
|
35
|
-
stroke={props.color}
|
|
36
|
-
strokeWidth={1.5}
|
|
37
|
-
strokeLinecap="round"
|
|
38
|
-
strokeLinejoin="round"
|
|
39
|
-
/>
|
|
40
|
-
<Path
|
|
41
|
-
d="M18.3642 18.364L16.2432 16.243"
|
|
42
|
-
stroke={props.color}
|
|
43
|
-
strokeWidth={1.5}
|
|
44
|
-
strokeLinecap="round"
|
|
45
|
-
strokeLinejoin="round"
|
|
46
|
-
/>
|
|
47
|
-
<Path
|
|
48
|
-
d="M5.63623 5.63599L7.75723 7.75699"
|
|
49
|
-
stroke={props.color}
|
|
50
|
-
strokeWidth={1.5}
|
|
51
|
-
strokeLinecap="round"
|
|
52
|
-
strokeLinejoin="round"
|
|
53
|
-
/>
|
|
54
|
-
<Path
|
|
55
|
-
d="M16.2432 7.75699L18.3642 5.63599"
|
|
56
|
-
stroke={props.color}
|
|
57
|
-
strokeWidth={1.5}
|
|
58
|
-
strokeLinecap="round"
|
|
59
|
-
strokeLinejoin="round"
|
|
60
|
-
/>
|
|
61
|
-
<Path
|
|
62
|
-
d="M7.75723 16.243L5.63623 18.364"
|
|
63
|
-
stroke={props.color}
|
|
64
|
-
strokeWidth={1.5}
|
|
13
|
+
d="M12 3C10.22 3 8.47991 3.52784 6.99987 4.51677C5.51983 5.50571 4.36628 6.91131 3.68509 8.55585C3.0039 10.2004 2.82567 12.01 3.17294 13.7558C3.5202 15.5016 4.37737 17.1053 5.63604 18.364C6.89472 19.6226 8.49836 20.4798 10.2442 20.8271C11.99 21.1743 13.7996 20.9961 15.4442 20.3149C17.0887 19.6337 18.4943 18.4802 19.4832 17.0001C20.4722 15.5201 21 13.78 21 12"
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
65
16
|
strokeLinecap="round"
|
|
66
17
|
strokeLinejoin="round"
|
|
67
18
|
/>
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
|
|
3
|
+
const SvgLogout = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
fill="none"
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
viewBox="0 0 20 20"
|
|
8
|
+
width={props.size}
|
|
9
|
+
height={props.size}
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<G clipPath="url(#clip0_2702_8766)">
|
|
13
|
+
<Path
|
|
14
|
+
d="M11.6667 6.66634V4.99967C11.6667 4.55765 11.4911 4.13372 11.1785 3.82116C10.866 3.5086 10.442 3.33301 10 3.33301H4.16667C3.72464 3.33301 3.30072 3.5086 2.98816 3.82116C2.67559 4.13372 2.5 4.55765 2.5 4.99967V14.9997C2.5 15.4417 2.67559 15.8656 2.98816 16.1782C3.30072 16.4907 3.72464 16.6663 4.16667 16.6663H10C10.442 16.6663 10.866 16.4907 11.1785 16.1782C11.4911 15.8656 11.6667 15.4417 11.6667 14.9997V13.333"
|
|
15
|
+
stroke="#344054"
|
|
16
|
+
strokeWidth={1.25}
|
|
17
|
+
strokeLinecap="round"
|
|
18
|
+
strokeLinejoin="round"
|
|
19
|
+
/>
|
|
20
|
+
<Path
|
|
21
|
+
d="M5.83337 10H17.5M17.5 10L15 7.5M17.5 10L15 12.5"
|
|
22
|
+
stroke="#344054"
|
|
23
|
+
strokeWidth={1.25}
|
|
24
|
+
strokeLinecap="round"
|
|
25
|
+
strokeLinejoin="round"
|
|
26
|
+
/>
|
|
27
|
+
</G>
|
|
28
|
+
<Defs>
|
|
29
|
+
<ClipPath id="clip0_2702_8766">
|
|
30
|
+
<Rect width={20} height={20} fill="white" />
|
|
31
|
+
</ClipPath>
|
|
32
|
+
</Defs>
|
|
33
|
+
</Svg>
|
|
34
|
+
);
|
|
35
|
+
export default SvgLogout;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgLongText = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
fill="none"
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
viewBox="0 0 24 24"
|
|
8
|
+
width={props.size}
|
|
9
|
+
height={props.size}
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<Path
|
|
13
|
+
d="M11 21H10C8.895 21 8 20.105 8 19M8 19C8 20.105 7.105 21 6 21H5M8 19V5M8 5C8 3.895 7.105 3 6 3H5M8 5C8 3.895 8.895 3 10 3H11M20 18H4C3.448 18 3 17.552 3 17V7C3 6.448 3.448 6 4 6H20C20.552 6 21 6.448 21 7V17C21 17.552 20.552 18 20 18Z"
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
16
|
+
strokeLinecap="round"
|
|
17
|
+
strokeLinejoin="round"
|
|
18
|
+
/>
|
|
19
|
+
</Svg>
|
|
20
|
+
);
|
|
21
|
+
export default SvgLongText;
|
package/dist/icons/Matrix.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 SvgMatrix = (props) => (
|
|
4
4
|
<Svg
|
|
5
5
|
fill="none"
|
|
@@ -9,19 +9,10 @@ const SvgMatrix = (props) => (
|
|
|
9
9
|
height={props.size}
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
|
-
<Rect
|
|
13
|
-
x={3.75}
|
|
14
|
-
y={4.75}
|
|
15
|
-
width={16.5}
|
|
16
|
-
height={14.5}
|
|
17
|
-
rx={2.25}
|
|
18
|
-
stroke={props.color}
|
|
19
|
-
strokeWidth={1.5}
|
|
20
|
-
/>
|
|
21
|
-
<Path d="M3 7C3 5.34315 4.34315 4 6 4H12V12H3V7Z" fill={props.color} />
|
|
22
12
|
<Path
|
|
23
|
-
d="
|
|
24
|
-
|
|
13
|
+
d="M3 16.5996H7C7.22091 16.5996 7.40039 16.7791 7.40039 17V21C7.40039 21.2209 7.22091 21.4004 7 21.4004H3C2.77909 21.4004 2.59961 21.2209 2.59961 21V17C2.59961 16.7791 2.77909 16.5996 3 16.5996ZM10 16.5996H14C14.2209 16.5996 14.4004 16.7791 14.4004 17V21C14.4004 21.2209 14.2209 21.4004 14 21.4004H10C9.77909 21.4004 9.59961 21.2209 9.59961 21V17C9.59961 16.7791 9.77909 16.5996 10 16.5996ZM17 16.5996H21C21.2209 16.5996 21.4004 16.7791 21.4004 17V21C21.4004 21.2209 21.2209 21.4004 21 21.4004H17C16.7791 21.4004 16.5996 21.2209 16.5996 21V17C16.5996 16.7791 16.7791 16.5996 17 16.5996ZM3 9.59961H7C7.22091 9.59961 7.40039 9.77909 7.40039 10V14C7.40039 14.2209 7.22091 14.4004 7 14.4004H3C2.77909 14.4004 2.59961 14.2209 2.59961 14V10C2.59961 9.77909 2.77909 9.59961 3 9.59961ZM10 9.59961H14C14.2209 9.59961 14.4004 9.77909 14.4004 10V14C14.4004 14.2209 14.2209 14.4004 14 14.4004H10C9.77909 14.4004 9.59961 14.2209 9.59961 14V10C9.59961 9.77909 9.77909 9.59961 10 9.59961ZM17 9.59961H21C21.2209 9.59961 21.4004 9.77909 21.4004 10V14C21.4004 14.2209 21.2209 14.4004 21 14.4004H17C16.7791 14.4004 16.5996 14.2209 16.5996 14V10C16.5996 9.77909 16.7791 9.59961 17 9.59961ZM3 2.59961H7C7.22091 2.59961 7.40039 2.77909 7.40039 3V7C7.40039 7.22091 7.22091 7.40039 7 7.40039H3C2.77909 7.40039 2.59961 7.22091 2.59961 7V3C2.59961 2.77909 2.77909 2.59961 3 2.59961ZM10 2.59961H14C14.2209 2.59961 14.4004 2.77909 14.4004 3V7C14.4004 7.22091 14.2209 7.40039 14 7.40039H10C9.77909 7.40039 9.59961 7.22091 9.59961 7V3C9.59961 2.77909 9.77909 2.59961 10 2.59961ZM17 2.59961H21C21.2209 2.59961 21.4004 2.77909 21.4004 3V7C21.4004 7.22091 21.2209 7.40039 21 7.40039H17C16.7791 7.40039 16.5996 7.22091 16.5996 7V3C16.5996 2.77909 16.7791 2.59961 17 2.59961Z"
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
25
16
|
/>
|
|
26
17
|
</Svg>
|
|
27
18
|
);
|
package/dist/icons/MediaVideo.js
CHANGED
|
@@ -11,15 +11,15 @@ const SvgMediaVideo = (props) => (
|
|
|
11
11
|
>
|
|
12
12
|
<Path
|
|
13
13
|
d="M15 4H9C6.23858 4 4 6.23858 4 9V15C4 17.7614 6.23858 20 9 20H15C17.7614 20 20 17.7614 20 15V9C20 6.23858 17.7614 4 15 4Z"
|
|
14
|
-
stroke=
|
|
15
|
-
strokeWidth={1.
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
16
16
|
strokeLinecap="round"
|
|
17
17
|
strokeLinejoin="round"
|
|
18
18
|
/>
|
|
19
19
|
<Path
|
|
20
|
-
d="M9.
|
|
21
|
-
stroke=
|
|
22
|
-
strokeWidth={1.
|
|
20
|
+
d="M9.58463 10.0015C9.58464 9.82456 9.6316 9.65078 9.72073 9.4979C9.80985 9.34503 9.93795 9.21854 10.0919 9.13136C10.2459 9.04417 10.4203 8.99941 10.5972 9.00164C10.7742 9.00387 10.9474 9.05301 11.0991 9.14405L14.4299 11.1425C14.5779 11.2314 14.7005 11.3571 14.7856 11.5073C14.8706 11.6576 14.9153 11.8273 14.9153 12C14.9153 12.1727 14.8706 12.3424 14.7856 12.4927C14.7005 12.6429 14.5779 12.7686 14.4299 12.8575L11.0991 14.856C10.9474 14.947 10.7742 14.9962 10.5972 14.9984C10.4203 15.0006 10.2459 14.9559 10.0919 14.8687C9.93795 14.7815 9.80985 14.655 9.72073 14.5021C9.6316 14.3493 9.58464 14.1755 9.58463 13.9985V10.0015Z"
|
|
21
|
+
stroke="#344054"
|
|
22
|
+
strokeWidth={1.2}
|
|
23
23
|
strokeLinecap="round"
|
|
24
24
|
strokeLinejoin="round"
|
|
25
25
|
/>
|
package/dist/icons/Message.js
CHANGED
|
@@ -10,16 +10,9 @@ const SvgMessage = (props) => (
|
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
12
|
<Path
|
|
13
|
-
d="
|
|
14
|
-
stroke=
|
|
15
|
-
strokeWidth={1.
|
|
16
|
-
strokeLinecap="round"
|
|
17
|
-
strokeLinejoin="round"
|
|
18
|
-
/>
|
|
19
|
-
<Path
|
|
20
|
-
d="M3.11914 6.075L10.8131 11.578C11.5081 12.075 12.4421 12.076 13.1381 11.58L20.8761 6.061"
|
|
21
|
-
stroke={props.color}
|
|
22
|
-
strokeWidth={1.5}
|
|
13
|
+
d="M8 9H16M8 13H14M12 20L9 17H7C6.20435 17 5.44129 16.6839 4.87868 16.1213C4.31607 15.5587 4 14.7956 4 14V8C4 7.20435 4.31607 6.44129 4.87868 5.87868C5.44129 5.31607 6.20435 5 7 5H17C17.7956 5 18.5587 5.31607 19.1213 5.87868C19.6839 6.44129 20 7.20435 20 8V14C20 14.7956 19.6839 15.5587 19.1213 16.1213C18.5587 16.6839 17.7956 17 17 17H15L12 20Z"
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
23
16
|
strokeLinecap="round"
|
|
24
17
|
strokeLinejoin="round"
|
|
25
18
|
/>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Path, Defs } from "react-native-svg";
|
|
3
|
+
/* SVGR has dropped some elements not supported by react-native-svg: filter */
|
|
4
|
+
const SvgMove = (props) => (
|
|
5
|
+
<Svg
|
|
6
|
+
fill="none"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
viewBox="0 0 22 22"
|
|
9
|
+
width={props.size}
|
|
10
|
+
height={props.size}
|
|
11
|
+
{...props}
|
|
12
|
+
>
|
|
13
|
+
<G filter="url(#filter0_d_150_341)">
|
|
14
|
+
<Path
|
|
15
|
+
fillRule="evenodd"
|
|
16
|
+
clipRule="evenodd"
|
|
17
|
+
d="M12.985 5.987H13.985V6.987H12.985V5.987ZM13.985 11.987H12.985V10.987H13.985V11.987ZM8.985 6.987H7.985V5.987H8.985V6.987ZM8.985 11.987H7.985V10.987H8.985V11.987ZM10.985 1L3 8.988L8.222 14.209L10.985 16.972L18.969 8.987L10.985 1Z"
|
|
18
|
+
fill="white"
|
|
19
|
+
/>
|
|
20
|
+
<Path
|
|
21
|
+
fillRule="evenodd"
|
|
22
|
+
clipRule="evenodd"
|
|
23
|
+
d="M17.5514 8.98411L14.9944 6.17511V8.00411H10.9854H6.98439V6.17511L4.41339 8.98411L6.98539 11.7921L6.98439 9.98411H10.9854H14.9944L14.9934 11.7921L17.5514 8.98411Z"
|
|
24
|
+
fill="#121212"
|
|
25
|
+
/>
|
|
26
|
+
<Path
|
|
27
|
+
fillRule="evenodd"
|
|
28
|
+
clipRule="evenodd"
|
|
29
|
+
d="M11.9723 8.98702H11.9853V4.98602L13.7923 4.98702L10.9853 2.41602L8.17631 4.98602H9.98531V8.98702H9.99331V12.989L8.16531 12.988L10.9723 15.565L13.7773 12.989H11.9723V8.98702Z"
|
|
30
|
+
fill="#121212"
|
|
31
|
+
/>
|
|
32
|
+
</G>
|
|
33
|
+
<Defs></Defs>
|
|
34
|
+
</Svg>
|
|
35
|
+
);
|
|
36
|
+
export default SvgMove;
|