@bigbinary/neeto-icons-rn 1.20.55 → 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.
Files changed (102) hide show
  1. package/dist/elements/Image.js +6 -6
  2. package/dist/elements/Link.js +4 -5
  3. package/dist/icons/Address.js +4 -39
  4. package/dist/icons/Agents.js +2 -2
  5. package/dist/icons/AlignCenter.js +21 -0
  6. package/dist/icons/Articles.js +5 -28
  7. package/dist/icons/Attachments.js +21 -0
  8. package/dist/icons/Blockquote.js +3 -3
  9. package/dist/icons/Calendar.js +3 -24
  10. package/dist/icons/Camera.js +6 -13
  11. package/dist/icons/CannedResponses.js +6 -3
  12. package/dist/icons/Captcha.js +4 -18
  13. package/dist/icons/Changelog.js +42 -0
  14. package/dist/icons/ChatEmpty.js +3 -3
  15. package/dist/icons/CheckCircle.js +3 -10
  16. package/dist/icons/Checkmark.js +22 -15
  17. package/dist/icons/CloseCircle.js +3 -17
  18. package/dist/icons/ClosedHand.js +50 -0
  19. package/dist/icons/Code.js +2 -2
  20. package/dist/icons/ContextualMenu.js +54 -0
  21. package/dist/icons/CreditCard.js +8 -36
  22. package/dist/icons/Cursor2.js +38 -0
  23. package/dist/icons/Delete.js +3 -24
  24. package/dist/icons/Divider.js +2 -2
  25. package/dist/icons/DoubleLeft.js +21 -0
  26. package/dist/icons/DoubleRight.js +21 -0
  27. package/dist/icons/Dropdown.js +43 -36
  28. package/dist/icons/DropdownClosed.js +4 -11
  29. package/dist/icons/Email.js +15 -8
  30. package/dist/icons/Emoji.js +21 -0
  31. package/dist/icons/FileUpload.js +4 -32
  32. package/dist/icons/Flag.js +4 -4
  33. package/dist/icons/FontSize.js +21 -0
  34. package/dist/icons/FullScreen.js +8 -37
  35. package/dist/icons/Gif.js +3 -10
  36. package/dist/icons/Hash.js +37 -37
  37. package/dist/icons/Header.js +3 -3
  38. package/dist/icons/Highlight.js +36 -22
  39. package/dist/icons/Ibeam.js +42 -0
  40. package/dist/icons/Image.js +8 -29
  41. package/dist/icons/Inbox.js +2 -2
  42. package/dist/icons/InfoRound.js +8 -29
  43. package/dist/icons/Input.js +4 -4
  44. package/dist/icons/IpAddress.js +4 -4
  45. package/dist/icons/Link.js +3 -10
  46. package/dist/icons/List.js +4 -4
  47. package/dist/icons/ListDetails.js +2 -2
  48. package/dist/icons/ListDot.js +3 -31
  49. package/dist/icons/ListNumber.js +3 -3
  50. package/dist/icons/Loading.js +3 -52
  51. package/dist/icons/Logout.js +35 -0
  52. package/dist/icons/LongText.js +21 -0
  53. package/dist/icons/Matrix.js +4 -13
  54. package/dist/icons/MediaVideo.js +5 -5
  55. package/dist/icons/Message.js +3 -10
  56. package/dist/icons/Move.js +36 -0
  57. package/dist/icons/MultipleChoice.js +21 -40
  58. package/dist/icons/Mute.js +21 -0
  59. package/dist/icons/NewField.js +21 -0
  60. package/dist/icons/Notes.js +12 -4
  61. package/dist/icons/Number.js +21 -0
  62. package/dist/icons/OpenHand.js +49 -0
  63. package/dist/icons/OpinionScale.js +21 -0
  64. package/dist/icons/Paragraph.js +3 -3
  65. package/dist/icons/Phone.js +15 -8
  66. package/dist/icons/Play.js +4 -4
  67. package/dist/icons/PointingHand.js +51 -0
  68. package/dist/icons/PriorityHigh.js +18 -0
  69. package/dist/icons/PriorityLow.js +18 -0
  70. package/dist/icons/PriorityMedium.js +18 -0
  71. package/dist/icons/Roadmap.js +42 -0
  72. package/dist/icons/Share.js +3 -31
  73. package/dist/icons/Signature.js +19 -0
  74. package/dist/icons/SingleChoice.js +49 -0
  75. package/dist/icons/Slash.js +21 -0
  76. package/dist/icons/StarRating.js +21 -0
  77. package/dist/icons/SubmissionCount.js +21 -0
  78. package/dist/icons/Tag.js +19 -22
  79. package/dist/icons/Tag1.js +21 -0
  80. package/dist/icons/Terms.js +9 -16
  81. package/dist/icons/Text.js +11 -11
  82. package/dist/icons/TextBold.js +3 -3
  83. package/dist/icons/TextColor.js +21 -0
  84. package/dist/icons/TextCross.js +8 -8
  85. package/dist/icons/TextField.js +21 -0
  86. package/dist/icons/TextH1.js +5 -6
  87. package/dist/icons/TextH2.js +5 -6
  88. package/dist/icons/TextItalic.js +3 -3
  89. package/dist/icons/TimeTracker.js +21 -0
  90. package/dist/icons/Underline.js +3 -17
  91. package/dist/icons/UniqueId.js +42 -0
  92. package/dist/icons/User.js +4 -4
  93. package/dist/icons/UserReassigned.js +42 -0
  94. package/dist/icons/UserRoundedRect.js +4 -18
  95. package/dist/icons/Video.js +2 -2
  96. package/dist/icons/Volume.js +4 -6
  97. package/dist/icons/Volume0.js +3 -12
  98. package/dist/icons/Warning2.js +4 -4
  99. package/dist/icons/YesNo.js +4 -11
  100. package/dist/icons/Youtube.js +7 -7
  101. package/dist/icons/index.js +40 -5
  102. package/package.json +1 -1
@@ -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={props.color}
15
- strokeWidth={1.5}
14
+ stroke="#344054"
15
+ strokeWidth={1.2}
16
16
  strokeLinecap="round"
17
17
  strokeLinejoin="round"
18
18
  />
19
19
  <Path
20
- d="M9.58398 10.0019C9.58399 9.82496 9.63095 9.65117 9.72008 9.4983C9.80921 9.34542 9.9373 9.21894 10.0913 9.13175C10.2453 9.04457 10.4196 8.9998 10.5966 9.00203C10.7735 9.00426 10.9467 9.05341 11.0985 9.14444L14.4292 11.1429C14.5773 11.2318 14.6998 11.3574 14.7849 11.5077C14.87 11.658 14.9147 11.8277 14.9147 12.0004C14.9147 12.1731 14.87 12.3428 14.7849 12.4931C14.6998 12.6433 14.5773 12.769 14.4292 12.8579L11.0985 14.8564C10.9467 14.9474 10.7735 14.9966 10.5966 14.9988C10.4196 15.001 10.2453 14.9563 10.0913 14.8691C9.9373 14.7819 9.80921 14.6554 9.72008 14.5025C9.63095 14.3497 9.58399 14.1759 9.58398 13.9989V10.0019Z"
21
- stroke={props.color}
22
- strokeWidth={1.5}
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
  />
@@ -10,16 +10,9 @@ const SvgMessage = (props) => (
10
10
  {...props}
11
11
  >
12
12
  <Path
13
- d="M4.636 5.04501H19.363C20.267 5.04501 21 5.77801 21 6.68201V17.318C21 18.222 20.267 18.954 19.364 18.954H4.636C3.733 18.955 3 18.222 3 17.318V6.68201C3 5.77801 3.733 5.04501 4.636 5.04501V5.04501Z"
14
- stroke={props.color}
15
- strokeWidth={1.5}
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;
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import Svg, { Path, Rect } from "react-native-svg";
2
+ import Svg, { Path, Line } from "react-native-svg";
3
3
  const SvgMultipleChoice = (props) => (
4
4
  <Svg
5
5
  fill="none"
@@ -10,49 +10,30 @@ const SvgMultipleChoice = (props) => (
10
10
  {...props}
11
11
  >
12
12
  <Path
13
- d="M12 5H20"
14
- stroke="white"
15
- strokeWidth={1.5}
16
- strokeLinecap="round"
17
- strokeLinejoin="round"
13
+ d="M4 5.59961H8C8.22091 5.59961 8.40039 5.77909 8.40039 6V10C8.40039 10.2209 8.22091 10.4004 8 10.4004H4C3.77909 10.4004 3.59961 10.2209 3.59961 10V6C3.59961 5.77909 3.77909 5.59961 4 5.59961Z"
14
+ stroke="#344054"
15
+ strokeWidth={1.2}
18
16
  />
19
17
  <Path
20
- d="M12 12H20"
21
- stroke="white"
22
- strokeWidth={1.5}
23
- strokeLinecap="round"
24
- strokeLinejoin="round"
18
+ d="M4 13.5996H8C8.22091 13.5996 8.40039 13.7791 8.40039 14V18C8.40039 18.2209 8.22091 18.4004 8 18.4004H4C3.77909 18.4004 3.59961 18.2209 3.59961 18V14C3.59961 13.7791 3.77909 13.5996 4 13.5996Z"
19
+ stroke="#344054"
20
+ strokeWidth={1.2}
25
21
  />
26
- <Path
27
- d="M12 19H20"
28
- stroke="white"
29
- strokeWidth={1.5}
30
- strokeLinecap="round"
31
- strokeLinejoin="round"
32
- />
33
- <Rect
34
- x={3.75}
35
- y={2.25}
36
- width={4.5}
37
- height={4.5}
38
- stroke="white"
39
- strokeWidth={1.5}
40
- />
41
- <Rect
42
- x={3.75}
43
- y={9.75}
44
- width={4.5}
45
- height={4.5}
46
- stroke="white"
47
- strokeWidth={1.5}
22
+ <Line
23
+ x1={11}
24
+ y1={8.4}
25
+ x2={21}
26
+ y2={8.4}
27
+ stroke="#344054"
28
+ strokeWidth={1.2}
48
29
  />
49
- <Rect
50
- x={3.75}
51
- y={17.25}
52
- width={4.5}
53
- height={4.5}
54
- stroke="white"
55
- strokeWidth={1.5}
30
+ <Line
31
+ x1={11}
32
+ y1={16.4}
33
+ x2={21}
34
+ y2={16.4}
35
+ stroke="#344054"
36
+ strokeWidth={1.2}
56
37
  />
57
38
  </Svg>
58
39
  );
@@ -0,0 +1,21 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgMute = (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="M16 9.99997L20 14M20 9.99997L16 14M6 15H4C3.73478 15 3.48043 14.8946 3.29289 14.7071C3.10536 14.5195 3 14.2652 3 14V9.99997C3 9.73476 3.10536 9.4804 3.29289 9.29287C3.48043 9.10533 3.73478 8.99997 4 8.99997H6L9.5 4.49997C9.5874 4.3302 9.73265 4.1973 9.90949 4.12526C10.0863 4.05323 10.2831 4.04683 10.4643 4.10722C10.6454 4.1676 10.799 4.29078 10.8972 4.45451C10.9955 4.61824 11.0319 4.81171 11 4.99997V19C11.0319 19.1882 10.9955 19.3817 10.8972 19.5454C10.799 19.7092 10.6454 19.8323 10.4643 19.8927C10.2831 19.9531 10.0863 19.9467 9.90949 19.8747C9.73265 19.8027 9.5874 19.6697 9.5 19.5L6 15Z"
14
+ stroke="#344054"
15
+ strokeWidth={1.2}
16
+ strokeLinecap="round"
17
+ strokeLinejoin="round"
18
+ />
19
+ </Svg>
20
+ );
21
+ export default SvgMute;
@@ -0,0 +1,21 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgNewField = (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="M19 11V8C19 7.46957 18.7893 6.96086 18.4142 6.58579C18.0391 6.21071 17.5304 6 17 6H5C4.46957 6 3.96086 6.21071 3.58579 6.58579C3.21071 6.96086 3 7.46957 3 8V13C3 13.5304 3.21071 14.0391 3.58579 14.4142C3.96086 14.7893 4.46957 15 5 15H10M16.5 13.5V19.5M13.5 16.5H19.5"
14
+ stroke="#344054"
15
+ strokeWidth={1.2}
16
+ strokeLinecap="round"
17
+ strokeLinejoin="round"
18
+ />
19
+ </Svg>
20
+ );
21
+ export default SvgNewField;
@@ -10,10 +10,18 @@ const SvgNotes = (props) => (
10
10
  {...props}
11
11
  >
12
12
  <Path
13
- fillRule="evenodd"
14
- clipRule="evenodd"
15
- d="M10 2.25C8.48079 2.25 7.25 3.48079 7.25 5V6.25H6C4.48079 6.25 3.25 7.48079 3.25 9V19C3.25 20.5192 4.48079 21.75 6 21.75H14C15.5192 21.75 16.75 20.5192 16.75 19V17.75H18C19.5192 17.75 20.75 16.5192 20.75 15V5C20.75 3.48079 19.5192 2.25 18 2.25H10ZM16.75 16.25H18C18.6908 16.25 19.25 15.6908 19.25 15V5C19.25 4.30921 18.6908 3.75 18 3.75H10C9.30921 3.75 8.75 4.30921 8.75 5V6.25H14C15.5192 6.25 16.75 7.48079 16.75 9V16.25ZM8 7.75H6C5.30921 7.75 4.75 8.30921 4.75 9V19C4.75 19.6908 5.30921 20.25 6 20.25H14C14.6908 20.25 15.25 19.6908 15.25 19V17V9C15.25 8.30921 14.6908 7.75 14 7.75H8ZM8 12.25C7.58579 12.25 7.25 12.5858 7.25 13C7.25 13.4142 7.58579 13.75 8 13.75H12C12.4142 13.75 12.75 13.4142 12.75 13C12.75 12.5858 12.4142 12.25 12 12.25H8ZM8 15.25C7.58579 15.25 7.25 15.5858 7.25 16C7.25 16.4142 7.58579 16.75 8 16.75H12C12.4142 16.75 12.75 16.4142 12.75 16C12.75 15.5858 12.4142 15.25 12 15.25H8Z"
16
- fill={props.color}
13
+ d="M14 21H6C4.895 21 4 20.105 4 19V9C4 7.895 4.895 7 6 7H14C15.105 7 16 7.895 16 9V19C16 20.105 15.105 21 14 21Z"
14
+ stroke="#344054"
15
+ strokeWidth={1.2}
16
+ strokeLinecap="round"
17
+ strokeLinejoin="round"
18
+ />
19
+ <Path
20
+ d="M16 17H18C19.105 17 20 16.105 20 15V5C20 3.895 19.105 3 18 3H10C8.895 3 8 3.895 8 5V7M8 16H12M8 13H12"
21
+ stroke="#344054"
22
+ strokeWidth={1.2}
23
+ strokeLinecap="round"
24
+ strokeLinejoin="round"
17
25
  />
18
26
  </Svg>
19
27
  );
@@ -0,0 +1,21 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgNumber = (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="M10 8V16M14 8V16M8 14H16M8 10H16M21 7V17C21 19.209 19.209 21 17 21H7C4.791 21 3 19.209 3 17V7C3 4.791 4.791 3 7 3H17C19.209 3 21 4.791 21 7Z"
14
+ stroke="#344054"
15
+ strokeWidth={1.2}
16
+ strokeLinecap="round"
17
+ strokeLinejoin="round"
18
+ />
19
+ </Svg>
20
+ );
21
+ export default SvgNumber;
@@ -0,0 +1,49 @@
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 SvgOpenHand = (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_352)">
14
+ <Path
15
+ fillRule="evenodd"
16
+ clipRule="evenodd"
17
+ d="M7.37934 9.27835C7.28134 8.90335 7.18334 8.43135 6.97334 7.72635C6.80634 7.16935 6.63134 6.86735 6.50334 6.49335C6.34834 6.03835 6.20034 5.77235 6.00734 5.31235C5.86834 4.98335 5.64334 4.26435 5.55034 3.87235C5.43134 3.36335 5.58334 2.94835 5.79434 2.66635C6.04734 2.32735 6.75634 2.17635 7.15134 2.31535C7.52234 2.44535 7.89534 2.82735 8.06734 3.10335C8.35534 3.56335 8.42434 3.73535 8.78434 4.64535C9.17734 5.63735 9.34834 6.56335 9.39534 6.87635L9.48034 7.32835C9.47934 7.28835 9.43734 6.20635 9.43634 6.16635C9.40134 5.13735 9.37634 4.34335 9.39834 3.22735C9.40034 3.10135 9.46234 2.64035 9.48234 2.51235C9.56034 2.01235 9.78734 1.71235 10.1553 1.53335C10.5673 1.33235 11.0813 1.31835 11.5563 1.51635C11.9793 1.68935 12.1823 2.06635 12.2433 2.53835C12.2573 2.64735 12.3373 3.52535 12.3363 3.64535C12.3233 4.67035 12.3423 5.28635 12.3513 5.81935C12.3553 6.05035 12.3543 7.44435 12.3683 7.28835C12.4293 6.63235 12.4623 4.09935 12.7123 3.34635C12.8563 2.91335 13.1173 2.60035 13.5063 2.41735C13.9373 2.21435 14.6193 2.34735 14.9103 2.66035C15.1953 2.96535 15.3563 3.35235 15.3923 3.81335C15.4243 4.21835 15.3733 4.71035 15.3723 5.05835C15.3723 5.92535 15.3513 6.38235 15.3353 7.17935C15.3343 7.21735 15.3203 7.47735 15.3583 7.36135C15.4523 7.08135 15.5463 6.81935 15.6243 6.61635C15.6733 6.49135 15.8653 6.00235 15.9833 5.75735C16.0973 5.52335 16.1943 5.38835 16.3983 5.06935C16.5983 4.75635 16.8133 4.62135 17.0663 4.50835C17.6063 4.27335 18.1753 4.62035 18.3673 5.09935C18.4533 5.31435 18.3763 5.81235 18.3393 6.20435C18.2783 6.85135 18.0853 7.51035 17.9873 7.85235C17.8593 8.29935 17.7133 9.08735 17.6473 9.45335C17.5753 9.84735 17.4133 10.8354 17.2883 11.2734C17.2023 11.5744 16.9173 12.2514 16.6363 12.6574C16.6363 12.6574 15.5623 13.9074 15.4443 14.4694C15.3273 15.0324 15.3663 15.0364 15.3433 15.4344C15.3193 15.8334 15.4643 16.3574 15.4643 16.3574C15.4643 16.3574 14.6623 16.4614 14.2303 16.3914C13.8393 16.3294 13.3553 15.5504 13.2303 15.3134C13.0583 14.9854 12.6913 15.0484 12.5483 15.2904C12.3233 15.6734 11.8393 16.3604 11.4973 16.4034C10.8293 16.4874 9.44334 16.4334 8.35834 16.4234C8.35834 16.4234 8.54334 15.4124 8.13134 15.0654C7.82634 14.8054 7.30134 14.2814 6.98734 14.0054L6.15534 13.0844C5.87134 12.7244 5.52634 11.9914 4.91234 11.0994C4.56434 10.5954 3.88534 10.0144 3.62834 9.52035C3.40534 9.09535 3.29734 8.56635 3.43834 8.19535C3.66334 7.60135 4.11334 7.29835 4.80034 7.36335C5.31934 7.41335 5.64834 7.56935 6.03834 7.90035C6.26334 8.09035 6.61134 8.43435 6.78834 8.64835C6.95134 8.84335 6.99134 8.92435 7.16534 9.15735C7.39534 9.46435 7.46734 9.61635 7.37934 9.27835Z"
18
+ fill="white"
19
+ />
20
+ <Path
21
+ d="M7.37934 9.27835C7.28134 8.90335 7.18334 8.43135 6.97334 7.72635C6.80634 7.16935 6.63134 6.86735 6.50334 6.49335C6.34834 6.03835 6.20034 5.77235 6.00734 5.31235C5.86834 4.98335 5.64334 4.26435 5.55034 3.87235C5.43134 3.36335 5.58334 2.94835 5.79434 2.66635C6.04734 2.32735 6.75634 2.17635 7.15134 2.31535C7.52234 2.44535 7.89534 2.82735 8.06734 3.10335C8.35534 3.56335 8.42434 3.73535 8.78434 4.64535C9.17734 5.63735 9.34834 6.56335 9.39534 6.87635L9.48034 7.32835C9.47934 7.28835 9.43734 6.20635 9.43634 6.16635C9.40134 5.13735 9.37634 4.34335 9.39834 3.22735C9.40034 3.10135 9.46234 2.64035 9.48234 2.51235C9.56034 2.01235 9.78734 1.71235 10.1553 1.53335C10.5673 1.33235 11.0813 1.31835 11.5563 1.51635C11.9793 1.68935 12.1823 2.06635 12.2433 2.53835C12.2573 2.64735 12.3373 3.52535 12.3363 3.64535C12.3233 4.67035 12.3423 5.28635 12.3513 5.81935C12.3553 6.05035 12.3543 7.44435 12.3683 7.28835C12.4293 6.63235 12.4623 4.09935 12.7123 3.34635C12.8563 2.91335 13.1173 2.60035 13.5063 2.41735C13.9373 2.21435 14.6193 2.34735 14.9103 2.66035C15.1953 2.96535 15.3563 3.35235 15.3923 3.81335C15.4243 4.21835 15.3733 4.71035 15.3723 5.05835C15.3723 5.92535 15.3513 6.38235 15.3353 7.17935C15.3343 7.21735 15.3203 7.47735 15.3583 7.36135C15.4523 7.08135 15.5463 6.81935 15.6243 6.61635C15.6733 6.49135 15.8653 6.00235 15.9833 5.75735C16.0973 5.52335 16.1943 5.38835 16.3983 5.06935C16.5983 4.75635 16.8133 4.62135 17.0663 4.50835C17.6063 4.27335 18.1753 4.62035 18.3673 5.09935C18.4533 5.31435 18.3763 5.81235 18.3393 6.20435C18.2783 6.85135 18.0853 7.51035 17.9873 7.85235C17.8593 8.29935 17.7133 9.08735 17.6473 9.45335C17.5753 9.84735 17.4133 10.8354 17.2883 11.2734C17.2023 11.5744 16.9173 12.2514 16.6363 12.6574C16.6363 12.6574 15.5623 13.9074 15.4443 14.4694C15.3273 15.0324 15.3663 15.0364 15.3433 15.4344C15.3193 15.8334 15.4643 16.3574 15.4643 16.3574C15.4643 16.3574 14.6623 16.4614 14.2303 16.3914C13.8393 16.3294 13.3553 15.5504 13.2303 15.3134C13.0583 14.9854 12.6913 15.0484 12.5483 15.2904C12.3233 15.6734 11.8393 16.3604 11.4973 16.4034C10.8293 16.4874 9.44334 16.4334 8.35834 16.4234C8.35834 16.4234 8.54334 15.4124 8.13134 15.0654C7.82634 14.8054 7.30134 14.2814 6.98734 14.0054L6.15534 13.0844C5.87134 12.7244 5.52634 11.9914 4.91234 11.0994C4.56434 10.5954 3.88534 10.0144 3.62834 9.52035C3.40534 9.09535 3.29734 8.56635 3.43834 8.19535C3.66334 7.60135 4.11334 7.29835 4.80034 7.36335C5.31934 7.41335 5.64834 7.56935 6.03834 7.90035C6.26334 8.09035 6.61134 8.43435 6.78834 8.64835C6.95134 8.84335 6.99134 8.92435 7.16534 9.15735C7.39534 9.46435 7.46734 9.61635 7.37934 9.27835"
22
+ stroke="#121212"
23
+ strokeWidth={0.75}
24
+ strokeLinecap="round"
25
+ strokeLinejoin="round"
26
+ />
27
+ <Path
28
+ d="M14.39 13.4386V9.97955"
29
+ stroke="#121212"
30
+ strokeWidth={0.75}
31
+ strokeLinecap="round"
32
+ />
33
+ <Path
34
+ d="M12.3745 13.4502L12.3585 9.97723"
35
+ stroke="#121212"
36
+ strokeWidth={0.75}
37
+ strokeLinecap="round"
38
+ />
39
+ <Path
40
+ d="M10.3784 10.0089L10.3994 13.4349"
41
+ stroke="#121212"
42
+ strokeWidth={0.75}
43
+ strokeLinecap="round"
44
+ />
45
+ </G>
46
+ <Defs></Defs>
47
+ </Svg>
48
+ );
49
+ export default SvgOpenHand;
@@ -0,0 +1,21 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgOpinionScale = (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="M14 19.5916L15.2318 18.3598C15.6316 17.8801 16.3684 17.8801 16.7682 18.3598L18 19.5916M20 15H4C3.448 15 3 14.552 3 14V6.5C3 5.948 3.448 5.5 4 5.5H20C20.552 5.5 21 5.948 21 6.5V14C21 14.552 20.552 15 20 15Z"
14
+ stroke="#344054"
15
+ strokeWidth={1.2}
16
+ strokeLinecap="round"
17
+ strokeLinejoin="round"
18
+ />
19
+ </Svg>
20
+ );
21
+ export default SvgOpinionScale;
@@ -10,9 +10,9 @@ const SvgParagraph = (props) => (
10
10
  {...props}
11
11
  >
12
12
  <Path
13
- d="M13 4.5H20M13 9.5H20M4 14.5H20M4 19.5H20M9 9.5L6.5 4.5L4 9.5M4.5 8.5H6.5H8.5"
14
- stroke={props.color}
15
- strokeWidth={1.5}
13
+ d="M13 4.5H20M13 9.5H20M4 14.5H20M4 19.5H20M9 9.5L6.5 4.5L4 9.5M4.5 8.5H8.5"
14
+ stroke="#344054"
15
+ strokeWidth={1.2}
16
16
  strokeLinecap="round"
17
17
  strokeLinejoin="round"
18
18
  />
@@ -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 SvgPhone = (props) => (
4
4
  <Svg
5
5
  fill="none"
@@ -9,13 +9,20 @@ const SvgPhone = (props) => (
9
9
  height={props.size}
10
10
  {...props}
11
11
  >
12
- <Path
13
- d="M10.131 13.869C8.96099 12.699 8.07899 11.389 7.49299 10.06C7.36999 9.77903 7.44199 9.45003 7.65899 9.23303L8.47799 8.41403C9.14899 7.74303 9.14899 6.79403 8.56299 6.20803L7.38999 5.03503C6.60899 4.25403 5.34299 4.25403 4.56199 5.03503L3.90999 5.68603C3.16899 6.42703 2.85999 7.49603 3.05999 8.55603C3.55399 11.169 5.07199 14.03 7.52099 16.479C9.96999 18.928 12.831 20.446 15.444 20.94C16.504 21.14 17.573 20.831 18.314 20.09L18.965 19.439C19.746 18.658 19.746 17.392 18.965 16.611L17.792 15.438C17.206 14.852 16.256 14.852 15.671 15.438L14.768 16.342C14.551 16.559 14.222 16.632 13.941 16.508C12.612 15.921 11.301 15.038 10.131 13.869Z"
14
- stroke={props.color}
15
- strokeWidth={1.5}
16
- strokeLinecap="round"
17
- strokeLinejoin="round"
18
- />
12
+ <G clipPath="url(#clip0_149_567)">
13
+ <Path
14
+ d="M10.131 13.869C8.96102 12.699 8.07902 11.389 7.49302 10.06C7.37002 9.779 7.44202 9.45 7.65902 9.233L8.47802 8.414C9.14902 7.743 9.14902 6.794 8.56302 6.208L7.39002 5.035C6.60902 4.254 5.34302 4.254 4.56202 5.035L3.91002 5.686C3.16902 6.427 2.86002 7.496 3.06002 8.556C3.55402 11.169 5.07202 14.03 7.52102 16.479C9.97002 18.928 12.831 20.446 15.444 20.94C16.504 21.14 17.573 20.831 18.314 20.09L18.965 19.439C19.746 18.658 19.746 17.392 18.965 16.611L17.792 15.438C17.206 14.852 16.256 14.852 15.671 15.438L14.768 16.342C14.551 16.559 14.222 16.632 13.941 16.508C12.612 15.921 11.301 15.038 10.131 13.869Z"
15
+ stroke="#344054"
16
+ strokeWidth={1.2}
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ />
20
+ </G>
21
+ <Defs>
22
+ <ClipPath id="clip0_149_567">
23
+ <Rect width={24} height={24} fill="white" />
24
+ </ClipPath>
25
+ </Defs>
19
26
  </Svg>
20
27
  );
21
28
  export default SvgPhone;
@@ -9,11 +9,11 @@ const SvgPlay = (props) => (
9
9
  height={props.size}
10
10
  {...props}
11
11
  >
12
- <Path d="M7 18L18 11.5L7 5" fill={props.color} />
13
12
  <Path
14
- d="M7 18L18 11.5L7 5V18Z"
15
- stroke={props.color}
16
- strokeWidth={1.5}
13
+ d="M6 4.00004V20C5.99995 20.178 6.04737 20.3527 6.13738 20.5062C6.22739 20.6597 6.35672 20.7864 6.51202 20.8732C6.66733 20.96 6.84299 21.0038 7.02088 21.0001C7.19878 20.9964 7.37245 20.9453 7.524 20.852L20.524 12.852C20.6696 12.7626 20.7898 12.6373 20.8733 12.4881C20.9567 12.339 21.0005 12.1709 21.0005 12C21.0005 11.8291 20.9567 11.6611 20.8733 11.512C20.7898 11.3628 20.6696 11.2375 20.524 11.148L7.524 3.14804C7.37245 3.0548 7.19878 3.00369 7.02088 2.99997C6.84299 2.99626 6.66733 3.04007 6.51202 3.1269C6.35672 3.21372 6.22739 3.34042 6.13738 3.4939C6.04737 3.64739 5.99995 3.82211 6 4.00004Z"
14
+ fill="#344054"
15
+ stroke="#344054"
16
+ strokeWidth={1.2}
17
17
  strokeLinecap="round"
18
18
  strokeLinejoin="round"
19
19
  />
@@ -0,0 +1,51 @@
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 SvgPointingHand = (props) => (
5
+ <Svg
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ viewBox="0 0 22 23"
9
+ width={props.size}
10
+ height={props.size}
11
+ {...props}
12
+ >
13
+ <G filter="url(#filter0_d_150_351)">
14
+ <Path
15
+ fillRule="evenodd"
16
+ clipRule="evenodd"
17
+ d="M6.26781 13.2775C5.98381 12.9185 5.63881 12.1845 5.02481 11.2935C4.67681 10.7895 3.81381 9.84047 3.55681 9.35847C3.33381 8.93247 3.35781 8.74147 3.41081 8.38847C3.50481 7.76047 4.14881 7.27147 4.83581 7.33747C5.35481 7.38647 5.79481 7.72947 6.19081 8.05347C6.42981 8.24847 6.72381 8.62747 6.90081 8.84147C7.06381 9.03747 7.10381 9.11847 7.27781 9.35047C7.50781 9.65747 7.57981 9.80947 7.49181 9.47147C7.42081 8.97547 7.30481 8.12847 7.13681 7.37947C7.00881 6.81147 6.97781 6.72247 6.85581 6.28647C6.72681 5.82247 6.66081 5.49747 6.53981 5.00547C6.45581 4.65747 6.30481 3.94647 6.26381 3.54647C6.20681 2.99947 6.17681 2.10747 6.52781 1.69747C6.80281 1.37647 7.43381 1.27947 7.82481 1.47747C8.33681 1.73647 8.62781 2.48047 8.76081 2.77747C8.9998 3.31147 9.14781 3.92847 9.27681 4.73847C9.44081 5.76947 9.74281 7.20047 9.75281 7.50147C9.77681 7.13247 9.68481 6.35547 9.74881 6.00147C9.80681 5.68047 10.0768 5.30747 10.4148 5.20647C10.7008 5.12147 11.0358 5.09047 11.3308 5.15147C11.6438 5.21547 11.9738 5.43947 12.0968 5.65047C12.4588 6.27447 12.4658 7.54947 12.4808 7.48147C12.5668 7.10547 12.5518 6.25247 12.7648 5.89747C12.9048 5.66347 13.2618 5.45247 13.4518 5.41847C13.7458 5.36647 14.1068 5.35047 14.4158 5.41047C14.6648 5.45947 15.0018 5.75547 15.0928 5.89747C15.3108 6.24147 15.4348 7.21447 15.4718 7.55547C15.4868 7.69647 15.5458 7.16347 15.7648 6.81947C16.1708 6.18047 17.6078 6.05647 17.6628 7.45847C17.6878 8.11247 17.6828 8.08247 17.6828 8.52247C17.6828 9.03947 17.6708 9.35047 17.6428 9.72447C17.6118 10.1245 17.5258 11.0285 17.4008 11.4665C17.3148 11.7675 17.0298 12.4445 16.7488 12.8505C16.7488 12.8505 15.6748 14.1005 15.5578 14.6635C15.4398 15.2255 15.4788 15.2295 15.4558 15.6285C15.4328 16.0265 15.5768 16.5505 15.5768 16.5505C15.5768 16.5505 14.7748 16.6545 14.3428 16.5855C13.9518 16.5225 13.4678 15.7445 13.3428 15.5065C13.1708 15.1785 12.8038 15.2415 12.6608 15.4835C12.4358 15.8665 11.9518 16.5535 11.6098 16.5965C10.9418 16.6805 9.55581 16.6275 8.47081 16.6165C8.47081 16.6165 8.65581 15.6055 8.24381 15.2585C7.93881 14.9995 7.41381 14.4745 7.09981 14.1985L6.26781 13.2775Z"
18
+ fill="white"
19
+ />
20
+ <Path
21
+ fillRule="evenodd"
22
+ clipRule="evenodd"
23
+ d="M6.26781 13.2775C5.98381 12.9185 5.63881 12.1845 5.02481 11.2935C4.67681 10.7895 3.81381 9.84047 3.55681 9.35847C3.33381 8.93247 3.35781 8.74147 3.41081 8.38847C3.50481 7.76047 4.14881 7.27147 4.83581 7.33747C5.35481 7.38647 5.79481 7.72947 6.19081 8.05347C6.42981 8.24847 6.72381 8.62747 6.90081 8.84147C7.06381 9.03747 7.10381 9.11847 7.27781 9.35047C7.50781 9.65747 7.57981 9.80947 7.49181 9.47147C7.42081 8.97547 7.30481 8.12847 7.13681 7.37947C7.00881 6.81147 6.97781 6.72247 6.85581 6.28647C6.72681 5.82247 6.66081 5.49747 6.53981 5.00547C6.45581 4.65747 6.30481 3.94647 6.26381 3.54647C6.20681 2.99947 6.17681 2.10747 6.52781 1.69747C6.80281 1.37647 7.43381 1.27947 7.82481 1.47747C8.33681 1.73647 8.62781 2.48047 8.76081 2.77747C8.99981 3.31147 9.14781 3.92847 9.27681 4.73847C9.44081 5.76947 9.74281 7.20047 9.75281 7.50147C9.77681 7.13247 9.68481 6.35547 9.74881 6.00147C9.80681 5.68047 10.0768 5.30747 10.4148 5.20647C10.7008 5.12147 11.0358 5.09047 11.3308 5.15147C11.6438 5.21547 11.9738 5.43947 12.0968 5.65047C12.4588 6.27447 12.4658 7.54947 12.4808 7.48147C12.5668 7.10547 12.5518 6.25247 12.7648 5.89747C12.9048 5.66347 13.2618 5.45247 13.4518 5.41847C13.7458 5.36647 14.1068 5.35047 14.4158 5.41047C14.6648 5.45947 15.0018 5.75547 15.0928 5.89747C15.3108 6.24147 15.4348 7.21447 15.4718 7.55547C15.4868 7.69647 15.5458 7.16347 15.7648 6.81947C16.1708 6.18047 17.6078 6.05647 17.6628 7.45847C17.6878 8.11247 17.6828 8.08247 17.6828 8.52247C17.6828 9.03947 17.6708 9.35047 17.6428 9.72447C17.6118 10.1245 17.5258 11.0285 17.4008 11.4665C17.3148 11.7675 17.0298 12.4445 16.7488 12.8505C16.7488 12.8505 15.6748 14.1005 15.5578 14.6635C15.4398 15.2255 15.4788 15.2295 15.4558 15.6285C15.4328 16.0265 15.5768 16.5505 15.5768 16.5505C15.5768 16.5505 14.7748 16.6545 14.3428 16.5855C13.9518 16.5225 13.4678 15.7445 13.3428 15.5065C13.1708 15.1785 12.8038 15.2415 12.6608 15.4835C12.4358 15.8665 11.9518 16.5535 11.6098 16.5965C10.9418 16.6805 9.55581 16.6275 8.47081 16.6165C8.47081 16.6165 8.65581 15.6055 8.24381 15.2585C7.93881 14.9995 7.41381 14.4745 7.09981 14.1985L6.26781 13.2775V13.2775Z"
24
+ stroke="#121212"
25
+ strokeWidth={0.75}
26
+ strokeLinecap="round"
27
+ strokeLinejoin="round"
28
+ />
29
+ <Path
30
+ d="M14.5027 13.632V10.173"
31
+ stroke="#121212"
32
+ strokeWidth={0.75}
33
+ strokeLinecap="round"
34
+ />
35
+ <Path
36
+ d="M12.4871 13.6437L12.4711 10.1707"
37
+ stroke="#121212"
38
+ strokeWidth={0.75}
39
+ strokeLinecap="round"
40
+ />
41
+ <Path
42
+ d="M10.491 10.2023L10.512 13.6283"
43
+ stroke="#121212"
44
+ strokeWidth={0.75}
45
+ strokeLinecap="round"
46
+ />
47
+ </G>
48
+ <Defs></Defs>
49
+ </Svg>
50
+ );
51
+ export default SvgPointingHand;
@@ -0,0 +1,18 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgPriorityHigh = (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="M6 19.5C6 19.775 5.77344 20 5.5 20H4.5C4.22656 20 4 19.775 4 19.5V5C4 4.44531 4.44531 4 5 4C5.55469 4 6 4.44531 6 5V19.5ZM18.8844 4C18.6855 4 18.4778 4.04219 18.28 4.13228C16.8522 4.78416 15.7937 5.00541 14.9113 5.00541C13.0375 5.00541 11.9484 4.00978 9.78937 4.00947C9.02812 4.00955 8.1125 4.15209 7 4.49219V15.4453C8 15.1333 8.87094 15.0047 9.65156 15.0047C11.9525 15.0047 13.5547 15.9978 15.8578 15.9978C16.855 15.9978 17.9834 15.8112 19.3297 15.2762C19.7531 15.1219 20 14.7625 20 14.3781V4.96031C20 4.34688 19.4781 4 18.8844 4Z"
14
+ fill="#FF453A"
15
+ />
16
+ </Svg>
17
+ );
18
+ export default SvgPriorityHigh;
@@ -0,0 +1,18 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgPriorityLow = (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="M6 19.5C6 19.775 5.77344 20 5.5 20H4.5C4.22656 20 4 19.775 4 19.5V5C4 4.44531 4.44531 4 5 4C5.55469 4 6 4.44531 6 5V19.5ZM18.8844 4C18.6855 4 18.4778 4.04219 18.28 4.13228C16.8522 4.78416 15.7937 5.00541 14.9113 5.00541C13.0375 5.00541 11.9484 4.00978 9.78937 4.00947C9.02812 4.00955 8.1125 4.15209 7 4.49219V15.4453C8 15.1333 8.87094 15.0047 9.65156 15.0047C11.9525 15.0047 13.5547 15.9978 15.8578 15.9978C16.855 15.9978 17.9834 15.8112 19.3297 15.2762C19.7531 15.1219 20 14.7625 20 14.3781V4.96031C20 4.34688 19.4781 4 18.8844 4Z"
14
+ fill="#0A84FF"
15
+ />
16
+ </Svg>
17
+ );
18
+ export default SvgPriorityLow;
@@ -0,0 +1,18 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgPriorityMedium = (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="M6.33301 19.8333C6.33301 20.1083 6.10645 20.3333 5.83301 20.3333H4.83301C4.55957 20.3333 4.33301 20.1083 4.33301 19.8333V5.33325C4.33301 4.77856 4.77832 4.33325 5.33301 4.33325C5.8877 4.33325 6.33301 4.77856 6.33301 5.33325V19.8333ZM19.2174 4.33325C19.0185 4.33325 18.8108 4.37544 18.613 4.46553C17.1852 5.11741 16.1268 5.33866 15.2443 5.33866C13.3705 5.33866 12.2814 4.34303 10.1224 4.34272C9.36113 4.3428 8.44551 4.48535 7.33301 4.82544V15.7786C8.33301 15.4666 9.20395 15.3379 9.98457 15.3379C12.2855 15.3379 13.8877 16.3311 16.1908 16.3311C17.188 16.3311 18.3164 16.1445 19.6627 15.6095C20.0861 15.4551 20.333 15.0958 20.333 14.7114V5.29356C20.333 4.68013 19.8111 4.33325 19.2174 4.33325Z"
14
+ fill="#FF9F0A"
15
+ />
16
+ </Svg>
17
+ );
18
+ export default SvgPriorityMedium;
@@ -0,0 +1,42 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
3
+ const SvgRoadmap = (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
+ <G clipPath="url(#clip0_2819_17544)">
13
+ <Path
14
+ d="M3 7L9 4L15 7L21 4V17L15 20L9 17L3 20V7Z"
15
+ stroke="#344054"
16
+ strokeWidth={1.2}
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ />
20
+ <Path
21
+ d="M9 4V17"
22
+ stroke="#344054"
23
+ strokeWidth={1.2}
24
+ strokeLinecap="round"
25
+ strokeLinejoin="round"
26
+ />
27
+ <Path
28
+ d="M15 7V20"
29
+ stroke="#344054"
30
+ strokeWidth={1.2}
31
+ strokeLinecap="round"
32
+ strokeLinejoin="round"
33
+ />
34
+ </G>
35
+ <Defs>
36
+ <ClipPath id="clip0_2819_17544">
37
+ <Rect width={24} height={24} fill="white" />
38
+ </ClipPath>
39
+ </Defs>
40
+ </Svg>
41
+ );
42
+ export default SvgRoadmap;
@@ -10,37 +10,9 @@ const SvgShare = (props) => (
10
10
  {...props}
11
11
  >
12
12
  <Path
13
- d="M8.55286 10.1141C9.59439 11.1556 9.59439 12.8443 8.55286 13.8858C7.51133 14.9273 5.82268 14.9273 4.78115 13.8858C3.73962 12.8443 3.73962 11.1556 4.78115 10.1141C5.82268 9.07256 7.51133 9.07256 8.55286 10.1141"
14
- stroke={props.color}
15
- strokeWidth={1.5}
16
- strokeLinecap="round"
17
- strokeLinejoin="round"
18
- />
19
- <Path
20
- d="M19.2189 4.78115C20.2604 5.82268 20.2604 7.51133 19.2189 8.55286C18.1773 9.59439 16.4887 9.59439 15.4472 8.55286C14.4056 7.51133 14.4056 5.82268 15.4472 4.78115C16.4887 3.73962 18.1773 3.73962 19.2189 4.78115"
21
- stroke={props.color}
22
- strokeWidth={1.5}
23
- strokeLinecap="round"
24
- strokeLinejoin="round"
25
- />
26
- <Path
27
- d="M19.2189 15.4471C20.2604 16.4886 20.2604 18.1773 19.2189 19.2188C18.1773 20.2603 16.4887 20.2603 15.4472 19.2188C14.4056 18.1773 14.4056 16.4886 15.4472 15.4471C16.4887 14.4056 18.1773 14.4056 19.2189 15.4471"
28
- stroke={props.color}
29
- strokeWidth={1.5}
30
- strokeLinecap="round"
31
- strokeLinejoin="round"
32
- />
33
- <Path
34
- d="M9.04004 10.81L14.96 7.85001"
35
- stroke={props.color}
36
- strokeWidth={1.5}
37
- strokeLinecap="round"
38
- strokeLinejoin="round"
39
- />
40
- <Path
41
- d="M9.04004 13.19L14.96 16.15"
42
- stroke={props.color}
43
- strokeWidth={1.5}
13
+ d="M9.06667 10.8444L14.9333 7.82222M9.06667 13.1556L14.9333 16.1778M9.33333 12C9.33333 13.4728 8.13943 14.6667 6.66667 14.6667C5.19391 14.6667 4 13.4728 4 12C4 10.5272 5.19391 9.33333 6.66667 9.33333C8.13943 9.33333 9.33333 10.5272 9.33333 12ZM20 6.66667C20 8.13943 18.8061 9.33333 17.3333 9.33333C15.8606 9.33333 14.6667 8.13943 14.6667 6.66667C14.6667 5.19391 15.8606 4 17.3333 4C18.8061 4 20 5.19391 20 6.66667ZM20 17.3333C20 18.8061 18.8061 20 17.3333 20C15.8606 20 14.6667 18.8061 14.6667 17.3333C14.6667 15.8606 15.8606 14.6667 17.3333 14.6667C18.8061 14.6667 20 15.8606 20 17.3333Z"
14
+ stroke="#344054"
15
+ strokeWidth={1.2}
44
16
  strokeLinecap="round"
45
17
  strokeLinejoin="round"
46
18
  />
@@ -0,0 +1,19 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgSignature = (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="M4 19.25H20M5 16.5L6.82353 7.68627C7.05113 6.58622 8.63992 6.63943 8.79341 7.75224L9.34296 11.7365C9.49116 12.8109 11.0041 12.9139 11.2965 11.8695L12.051 9.17488C12.3498 8.10781 13.9044 8.24658 14.0095 9.34969L14.3276 12.6896C14.4253 13.7161 15.2875 14.5 16.3186 14.5H20"
14
+ stroke="#344054"
15
+ strokeWidth={1.2}
16
+ />
17
+ </Svg>
18
+ );
19
+ export default SvgSignature;