@bigbinary/neeto-icons-rn 1.20.21 → 1.20.23

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 (73) hide show
  1. package/dist/icons/AccessControl.js +28 -0
  2. package/dist/icons/AgentStatus.js +27 -0
  3. package/dist/icons/Approval.js +28 -0
  4. package/dist/icons/BusinessHour.js +28 -0
  5. package/dist/icons/CategoriesSettings.js +28 -0
  6. package/dist/icons/Category.js +12 -5
  7. package/dist/icons/ChatQuestions.js +28 -0
  8. package/dist/icons/CompanyInfo.js +28 -0
  9. package/dist/icons/CompanyTags.js +34 -0
  10. package/dist/icons/ContactField.js +34 -0
  11. package/dist/icons/ContactTags.js +41 -0
  12. package/dist/icons/CustomDomain.js +13 -5
  13. package/dist/icons/CustomField.js +33 -0
  14. package/dist/icons/Customize.js +15 -9
  15. package/dist/icons/DocumentationSync.js +30 -0
  16. package/dist/icons/Domain.js +28 -0
  17. package/dist/icons/EmailSync.js +28 -0
  18. package/dist/icons/EmailTemplates.js +31 -0
  19. package/dist/icons/EmailsBanned.js +32 -0
  20. package/dist/icons/ExcludedDomains.js +36 -0
  21. package/dist/icons/ExpenseCategories.js +27 -0
  22. package/dist/icons/FeatureSettings.js +29 -0
  23. package/dist/icons/Field.js +22 -0
  24. package/dist/icons/Group.js +15 -5
  25. package/dist/icons/HourFormat.js +29 -0
  26. package/dist/icons/ImportTimesheet.js +46 -0
  27. package/dist/icons/InfoRound.js +28 -0
  28. package/dist/icons/IntroPages.js +30 -0
  29. package/dist/icons/InvoiceSettings.js +27 -0
  30. package/dist/icons/IpRestriction.js +29 -0
  31. package/dist/icons/LockMessage.js +28 -0
  32. package/dist/icons/ManageTemplates.js +34 -0
  33. package/dist/icons/MappedField.js +35 -0
  34. package/dist/icons/MeetingLimit.js +27 -0
  35. package/dist/icons/MeetingReminder.js +27 -0
  36. package/dist/icons/Minimize.js +27 -0
  37. package/dist/icons/MobileAndDesktopApps.js +28 -0
  38. package/dist/icons/NavLinks.js +26 -0
  39. package/dist/icons/Notification.js +11 -4
  40. package/dist/icons/Pipeline.js +30 -0
  41. package/dist/icons/Redirect.js +27 -0
  42. package/dist/icons/RedirectUrl.js +27 -0
  43. package/dist/icons/Score.js +27 -0
  44. package/dist/icons/Security.js +12 -21
  45. package/dist/icons/Seo.js +19 -12
  46. package/dist/icons/SlaPolicies.js +31 -0
  47. package/dist/icons/SmsTemplates.js +30 -0
  48. package/dist/icons/SplitPayment.js +37 -0
  49. package/dist/icons/StartWeekOn.js +28 -0
  50. package/dist/icons/Subdomain.js +15 -5
  51. package/dist/icons/Survey.js +31 -0
  52. package/dist/icons/Tabs.js +26 -0
  53. package/dist/icons/Tag.js +16 -9
  54. package/dist/icons/Tags.js +12 -11
  55. package/dist/icons/TaskOutcome.js +29 -0
  56. package/dist/icons/TaskType.js +29 -0
  57. package/dist/icons/Taxonomy.js +27 -0
  58. package/dist/icons/Templates.js +26 -0
  59. package/dist/icons/TicketField.js +30 -0
  60. package/dist/icons/TicketSettings.js +29 -0
  61. package/dist/icons/TicketTags.js +34 -0
  62. package/dist/icons/TimesheetVerifications.js +39 -0
  63. package/dist/icons/UserInfo.js +28 -0
  64. package/dist/icons/UserNotification.js +15 -5
  65. package/dist/icons/UserTags.js +27 -0
  66. package/dist/icons/VideoAccessControl.js +28 -0
  67. package/dist/icons/ViewSettings.js +29 -0
  68. package/dist/icons/Views.js +28 -0
  69. package/dist/icons/WidgetVisibility.js +28 -0
  70. package/dist/icons/Workflows.js +52 -0
  71. package/dist/icons/WorkspaceInfo.js +28 -0
  72. package/dist/icons/index.js +60 -0
  73. package/package.json +1 -1
@@ -0,0 +1,28 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
3
+ const SvgAccessControl = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <G
12
+ stroke={props.color}
13
+ strokeLinecap="round"
14
+ strokeLinejoin="round"
15
+ strokeWidth={1.5}
16
+ clipPath="url(#AccessControl_svg__a)"
17
+ >
18
+ <Path d="M12 3a2 2 0 1 0 0 4 2 2 0 0 0 0-4M8 9a2 2 0 1 0 0 4 2 2 0 0 0 0-4M18 5h-4M10 5H2M14 11h-4M6 11H2M6.5 15a2 2 0 1 0 0 4 2 2 0 0 0 0-4M10 17H9M4 17H2M14.865 15.243V9.806a.96.96 0 0 1 1.919 0v4.798M16.784 14.284v-1.28a.96.96 0 0 1 1.919 0v1.6M18.703 13.644a.96.96 0 0 1 1.918 0v.96" />
19
+ <Path d="M20.621 14.284a.96.96 0 0 1 1.92 0v2.878A3.84 3.84 0 0 1 18.702 21h-1.28.133a3.84 3.84 0 0 1-3.206-1.727l-.125-.192q-.3-.459-2.102-3.664a.96.96 0 0 1 .343-1.293 1.194 1.194 0 0 1 1.459.179l.94.94" />
20
+ </G>
21
+ <Defs>
22
+ <ClipPath id="AccessControl_svg__a">
23
+ <Path fill={props.color} d="M0 0h24v24H0z" />
24
+ </ClipPath>
25
+ </Defs>
26
+ </Svg>
27
+ );
28
+ export default SvgAccessControl;
@@ -0,0 +1,27 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgAgentStatus = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <Path
12
+ stroke={props.color}
13
+ strokeLinecap="round"
14
+ strokeLinejoin="round"
15
+ strokeWidth={1.5}
16
+ d="M19 17h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2h-1a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1m0 0v1a2 2 0 0 1-2 2h-2.125M6 10h1m12.5 0v-.5a6.5 6.5 0 1 0-13 0v.5m8.375 10c0-.69-.56-1.25-1.25-1.25h-1.25a1.25 1.25 0 0 0 0 2.5h1.25c.69 0 1.25-.56 1.25-1.25M2 16a4 4 0 1 0 8 0 4 4 0 0 0-8 0"
17
+ />
18
+ <Path
19
+ stroke={props.color}
20
+ strokeLinecap="round"
21
+ strokeLinejoin="round"
22
+ strokeWidth={1.5}
23
+ d="M6 14v2h2"
24
+ />
25
+ </Svg>
26
+ );
27
+ export default SvgAgentStatus;
@@ -0,0 +1,28 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
3
+ const SvgApproval = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <G
12
+ stroke={props.color}
13
+ strokeLinecap="round"
14
+ strokeLinejoin="round"
15
+ strokeWidth={1.5}
16
+ clipPath="url(#Approval_svg__a)"
17
+ >
18
+ <Path d="M7 9.667A2.667 2.667 0 0 1 9.667 7h8.666A2.667 2.667 0 0 1 21 9.667v8.666A2.67 2.67 0 0 1 18.333 21H9.667A2.67 2.67 0 0 1 7 18.333z" />
19
+ <Path d="M4.012 16.737A2 2 0 0 1 3 15V5c0-1.1.9-2 2-2h10c.75 0 1.158.385 1.5 1M11 14l2 2 4-4" />
20
+ </G>
21
+ <Defs>
22
+ <ClipPath id="Approval_svg__a">
23
+ <Path fill={props.color} d="M0 0h24v24H0z" />
24
+ </ClipPath>
25
+ </Defs>
26
+ </Svg>
27
+ );
28
+ export default SvgApproval;
@@ -0,0 +1,28 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
3
+ const SvgBusinessHour = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <G
12
+ stroke={props.color}
13
+ strokeLinecap="round"
14
+ strokeLinejoin="round"
15
+ strokeWidth={1.5}
16
+ clipPath="url(#BusinessHour_svg__a)"
17
+ >
18
+ <Path d="M17.63 5.873A8.5 8.5 0 1 0 10.5 19" />
19
+ <Path d="M10 6v4.286L12 12M14 22v-1.333A2.667 2.667 0 0 1 16.667 18h2.666A2.667 2.667 0 0 1 22 20.667V22M15.333 12.667a2.667 2.667 0 1 0 5.334 0 2.667 2.667 0 0 0-5.334 0" />
20
+ </G>
21
+ <Defs>
22
+ <ClipPath id="BusinessHour_svg__a">
23
+ <Path fill={props.color} d="M0 0h24v24H0z" />
24
+ </ClipPath>
25
+ </Defs>
26
+ </Svg>
27
+ );
28
+ export default SvgBusinessHour;
@@ -0,0 +1,28 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
3
+ const SvgCategoriesSettings = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <G
12
+ stroke={props.color}
13
+ strokeLinecap="round"
14
+ strokeLinejoin="round"
15
+ strokeWidth={1.5}
16
+ clipPath="url(#CategoriesSettings_svg__a)"
17
+ >
18
+ <Path d="M4 4h6v6H4zM14 4h6v6h-6zM4 14h6v6H4zM18.932 13a.53.53 0 0 1 .31.101c.091.066.16.16.198.267l.274.786a.56.56 0 0 0 .239.293l.813.484c.11.065.24.088.366.065l.799-.148a.53.53 0 0 1 .323.042.55.55 0 0 1 .241.227l.432.766a.57.57 0 0 1-.054.637l-.524.638a.56.56 0 0 0-.128.359v.966c0 .132.045.259.128.36l.524.637a.56.56 0 0 1 .054.637l-.432.766a.55.55 0 0 1-.24.227.53.53 0 0 1-.323.042l-.8-.148a.53.53 0 0 0-.365.065l-.814.484a.56.56 0 0 0-.238.293l-.274.786a.55.55 0 0 1-.198.267.53.53 0 0 1-.311.101h-.864a.53.53 0 0 1-.31-.101.55.55 0 0 1-.198-.267l-.274-.786a.56.56 0 0 0-.238-.293l-.814-.484a.53.53 0 0 0-.366-.065l-.799.148a.53.53 0 0 1-.324-.042.55.55 0 0 1-.24-.227l-.432-.766a.57.57 0 0 1 .054-.637l.524-.638a.56.56 0 0 0 .128-.359v-.966a.56.56 0 0 0-.128-.36l-.519-.637a.56.56 0 0 1-.054-.637l.432-.766a.526.526 0 0 1 .564-.269l.799.148c.125.023.255 0 .365-.065l.815-.484a.56.56 0 0 0 .238-.293l.274-.786a.55.55 0 0 1 .195-.265.53.53 0 0 1 .308-.103z" />
19
+ <Path d="M18.5 19.528c.82 0 1.485-.684 1.485-1.528s-.665-1.528-1.485-1.528-1.485.684-1.485 1.528.665 1.528 1.485 1.528" />
20
+ </G>
21
+ <Defs>
22
+ <ClipPath id="CategoriesSettings_svg__a">
23
+ <Path fill={props.color} d="M0 0h24v24H0z" />
24
+ </ClipPath>
25
+ </Defs>
26
+ </Svg>
27
+ );
28
+ export default SvgCategoriesSettings;
@@ -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 } from "react-native-svg";
3
3
  const SvgCategory = (props) => (
4
4
  <Svg
5
5
  xmlns="http://www.w3.org/2000/svg"
@@ -8,13 +8,20 @@ const SvgCategory = (props) => (
8
8
  fill="none"
9
9
  {...props}
10
10
  >
11
- <Path
11
+ <G
12
12
  stroke={props.color}
13
13
  strokeLinecap="round"
14
14
  strokeLinejoin="round"
15
- strokeWidth={2}
16
- d="m4 12 5.333-5.333m0 0L14.667 12M9.333 6.667v18.666M28 20l-5.333 5.333m0 0L17.333 20m5.334 5.333V6.667"
17
- />
15
+ strokeWidth={1.5}
16
+ clipPath="url(#Category_svg__a)"
17
+ >
18
+ <Path d="M4 4h6v6H4zM14 4h6v6h-6zM14 14h6v6h-6zM4 14h6v6H4z" />
19
+ </G>
20
+ <Defs>
21
+ <ClipPath id="Category_svg__a">
22
+ <Path fill={props.color} d="M0 0h24v24H0z" />
23
+ </ClipPath>
24
+ </Defs>
18
25
  </Svg>
19
26
  );
20
27
  export default SvgCategory;
@@ -0,0 +1,28 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
3
+ const SvgChatQuestions = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <G
12
+ stroke={props.color}
13
+ strokeLinecap="round"
14
+ strokeLinejoin="round"
15
+ strokeWidth={1.5}
16
+ clipPath="url(#ChatQuestions_svg__a)"
17
+ >
18
+ <Path d="M15.02 19.52c-2.341.736-5 .606-7.32-.52L3 20l1.3-3.9C1.976 12.663 2.874 8.228 6.4 5.726c3.526-2.501 8.59-2.296 11.845.48 1.649 1.407 2.575 3.253 2.742 5.152M19 22v.01" />
19
+ <Path d="M19 19a2.003 2.003 0 0 0 .914-3.782 1.98 1.98 0 0 0-2.414.483" />
20
+ </G>
21
+ <Defs>
22
+ <ClipPath id="ChatQuestions_svg__a">
23
+ <Path fill={props.color} d="M0 0h24v24H0z" />
24
+ </ClipPath>
25
+ </Defs>
26
+ </Svg>
27
+ );
28
+ export default SvgChatQuestions;
@@ -0,0 +1,28 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
3
+ const SvgCompanyInfo = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <G
12
+ stroke={props.color}
13
+ strokeLinecap="round"
14
+ strokeLinejoin="round"
15
+ strokeWidth={1.5}
16
+ clipPath="url(#CompanyInfo_svg__a)"
17
+ >
18
+ <Path d="M10.5 19a8.501 8.501 0 1 1 7.853-11.753M10.5 7.667h.01" />
19
+ <Path d="M9.556 10.5h.944v3.778h.944M13 22h10.083M14 22v-9.778c0-.324.12-.635.335-.864.214-.23.505-.358.808-.358h5.714c.303 0 .594.129.808.358.215.23.335.54.335.864V22" />
20
+ </G>
21
+ <Defs>
22
+ <ClipPath id="CompanyInfo_svg__a">
23
+ <Path fill={props.color} d="M0 0h24v24H0z" />
24
+ </ClipPath>
25
+ </Defs>
26
+ </Svg>
27
+ );
28
+ export default SvgCompanyInfo;
@@ -0,0 +1,34 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgCompanyTags = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <Path
12
+ stroke={props.color}
13
+ strokeLinecap="round"
14
+ strokeLinejoin="round"
15
+ strokeWidth={1.5}
16
+ d="M6.5 7.5a1 1 0 1 0 2 0 1 1 0 0 0-2 0"
17
+ />
18
+ <Path
19
+ stroke={props.color}
20
+ strokeLinecap="round"
21
+ strokeLinejoin="round"
22
+ strokeWidth={1.5}
23
+ d="m16.441 7.441-3.855-3.855A2 2 0 0 0 11.172 3H6a3 3 0 0 0-3 3v5.172a2 2 0 0 0 .586 1.414L10 19M12 22h11M15.5 13.333h.667M15.5 16h.667M15.5 18.667h.667M18.833 13.333h.667M18.833 16h.667M18.833 18.667h.667"
24
+ />
25
+ <Path
26
+ stroke={props.color}
27
+ strokeLinecap="round"
28
+ strokeLinejoin="round"
29
+ strokeWidth={1.5}
30
+ d="M13 22V11.333c0-.353.136-.692.377-.943.24-.25.568-.39.909-.39h6.428c.341 0 .668.14.91.39.24.25.376.59.376.943V22"
31
+ />
32
+ </Svg>
33
+ );
34
+ export default SvgCompanyTags;
@@ -0,0 +1,34 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
3
+ const SvgContactField = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <G
12
+ stroke={props.color}
13
+ strokeLinecap="round"
14
+ strokeWidth={1.5}
15
+ clipPath="url(#ContactField_svg__a)"
16
+ >
17
+ <Path
18
+ strokeLinejoin="round"
19
+ d="M22 12.375v8.25c0 .365-.136.714-.377.972a1.25 1.25 0 0 1-.909.403h-6.428c-.341 0-.668-.145-.91-.403a1.43 1.43 0 0 1-.376-.972v-8.25c0-.365.136-.714.377-.972.24-.258.568-.403.909-.403h6.428c.341 0 .668.145.91.403.24.258.376.607.376.972M15.75 19.5h3.75"
20
+ />
21
+ <Path
22
+ strokeLinejoin="round"
23
+ d="M16.375 15.375a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0M12 14.5h1.875M12 18.5h1.875"
24
+ />
25
+ <Path d="M20 8V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4M7 7v4" />
26
+ </G>
27
+ <Defs>
28
+ <ClipPath id="ContactField_svg__a">
29
+ <Path fill={props.color} d="M0 0h24v24H0z" />
30
+ </ClipPath>
31
+ </Defs>
32
+ </Svg>
33
+ );
34
+ export default SvgContactField;
@@ -0,0 +1,41 @@
1
+ import * as React from "react";
2
+ import Svg, { Path } from "react-native-svg";
3
+ const SvgContactTags = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <Path
12
+ stroke={props.color}
13
+ strokeLinecap="round"
14
+ strokeLinejoin="round"
15
+ strokeWidth={1.5}
16
+ d="M6.5 7.5a1 1 0 1 0 2 0 1 1 0 0 0-2 0"
17
+ />
18
+ <Path
19
+ stroke={props.color}
20
+ strokeLinecap="round"
21
+ strokeLinejoin="round"
22
+ strokeWidth={1.5}
23
+ d="m16.441 7.441-3.855-3.855A2 2 0 0 0 11.172 3H6a3 3 0 0 0-3 3v5.172a2 2 0 0 0 .586 1.414L10 19"
24
+ />
25
+ <Path
26
+ stroke={props.color}
27
+ strokeLinecap="round"
28
+ strokeLinejoin="round"
29
+ strokeWidth={1.5}
30
+ d="M22 11.375v8.25c0 .365-.136.714-.377.972a1.25 1.25 0 0 1-.909.403h-6.428c-.341 0-.668-.145-.91-.403a1.43 1.43 0 0 1-.376-.972v-8.25c0-.365.136-.714.377-.972.24-.258.568-.403.909-.403h6.428c.341 0 .668.145.91.403.24.258.376.607.376.972M15.75 18.5h3.75"
31
+ />
32
+ <Path
33
+ stroke={props.color}
34
+ strokeLinecap="round"
35
+ strokeLinejoin="round"
36
+ strokeWidth={1.5}
37
+ d="M16.375 14.375a1.25 1.25 0 1 0 2.5 0 1.25 1.25 0 0 0-2.5 0M12 13.5h1.875M12 17.5h1.875"
38
+ />
39
+ </Svg>
40
+ );
41
+ export default SvgContactTags;
@@ -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 } from "react-native-svg";
3
3
  const SvgCustomDomain = (props) => (
4
4
  <Svg
5
5
  xmlns="http://www.w3.org/2000/svg"
@@ -8,13 +8,21 @@ const SvgCustomDomain = (props) => (
8
8
  fill="none"
9
9
  {...props}
10
10
  >
11
- <Path
11
+ <G
12
12
  stroke={props.color}
13
13
  strokeLinecap="round"
14
14
  strokeLinejoin="round"
15
- strokeWidth={2}
16
- d="M28 16a12 12 0 1 0-12 12M4.8 12h22.4M4.8 20H16m-.563-16a22.67 22.67 0 0 0 0 24m1.23-24C18.959 7.673 20 11.835 20 16m4 12v-9.333m0 0 4 4m-4-4-4 4"
17
- />
15
+ strokeWidth={1.5}
16
+ clipPath="url(#CustomDomain_svg__a)"
17
+ >
18
+ <Path d="M20.603 9.355a9 9 0 1 0-9.458 11.604M3.6 9h16.8M3.6 15h4.9" />
19
+ <Path d="M11.5 3a17 17 0 0 0 0 18M12.5 3a16.94 16.94 0 0 1 2.578 9M16.5 18.5l3-3M17.5 14l.231-.268a2.5 2.5 0 0 1 3.535 3.536L21 17.5M18.5 20l-.199.267a2.534 2.534 0 0 1-3.563 0 2.487 2.487 0 0 1 0-3.536L15 16.5" />
20
+ </G>
21
+ <Defs>
22
+ <ClipPath id="CustomDomain_svg__a">
23
+ <Path fill={props.color} d="M0 0h24v24H0z" />
24
+ </ClipPath>
25
+ </Defs>
18
26
  </Svg>
19
27
  );
20
28
  export default SvgCustomDomain;
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
3
+ const SvgCustomField = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <G
12
+ stroke={props.color}
13
+ strokeLinecap="round"
14
+ clipPath="url(#CustomField_svg__a)"
15
+ >
16
+ <Path
17
+ strokeLinejoin="round"
18
+ strokeWidth={1.375}
19
+ d="M11 14.125a1.375 1.375 0 1 0 2.75 0 1.375 1.375 0 0 0-2.75 0M12.375 10v2.75M12.375 15.5V20M15.125 17.25a1.375 1.375 0 1 0 2.75 0 1.375 1.375 0 0 0-2.75 0M16.5 10v5.875M16.5 18.625V20M19.25 12.063a1.375 1.375 0 1 0 2.75 0 1.375 1.375 0 0 0-2.75 0M20.625 10v.688M20.625 13.438V20"
20
+ />
21
+ <Path
22
+ strokeWidth={1.5}
23
+ d="M20 8V7a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h2M7 7v4"
24
+ />
25
+ </G>
26
+ <Defs>
27
+ <ClipPath id="CustomField_svg__a">
28
+ <Path fill={props.color} d="M0 0h24v24H0z" />
29
+ </ClipPath>
30
+ </Defs>
31
+ </Svg>
32
+ );
33
+ export default SvgCustomField;
@@ -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 } from "react-native-svg";
3
3
  const SvgCustomize = (props) => (
4
4
  <Svg
5
5
  xmlns="http://www.w3.org/2000/svg"
@@ -8,14 +8,20 @@ const SvgCustomize = (props) => (
8
8
  fill="none"
9
9
  {...props}
10
10
  >
11
- <Path
12
- fill={props.color}
13
- d="M10 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4M16 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4M22 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4M23 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4M19 25a2 2 0 1 0 0-4 2 2 0 0 0 0 4"
14
- />
15
- <Path
16
- fill={props.color}
17
- d="M16.54 2A14 14 0 0 0 2 16a4.82 4.82 0 0 0 6.09 4.65l1.12-.31a3 3 0 0 1 3.79 2.9V27a3 3 0 0 0 3 3 14 14 0 0 0 14-14.54A14.05 14.05 0 0 0 16.54 2m8.11 22.31A11.93 11.93 0 0 1 16 28a1 1 0 0 1-1-1v-3.76a5 5 0 0 0-6.33-4.82l-1.12.31A2.82 2.82 0 0 1 4 16 12 12 0 0 1 16.47 4 12.18 12.18 0 0 1 28 15.53a11.9 11.9 0 0 1-3.35 8.79z"
18
- />
11
+ <G
12
+ stroke={props.color}
13
+ strokeLinecap="round"
14
+ strokeLinejoin="round"
15
+ strokeWidth={1.5}
16
+ clipPath="url(#Customize_svg__a)"
17
+ >
18
+ <Path d="M4 10a2 2 0 1 0 4 0 2 2 0 0 0-4 0M6 4v4M6 12v8M10 16a2 2 0 1 0 4 0 2 2 0 0 0-4 0M12 4v10M12 18v2M16 7a2 2 0 1 0 4 0 2 2 0 0 0-4 0M18 4v1M18 9v11" />
19
+ </G>
20
+ <Defs>
21
+ <ClipPath id="Customize_svg__a">
22
+ <Path fill={props.color} d="M0 0h24v24H0z" />
23
+ </ClipPath>
24
+ </Defs>
19
25
  </Svg>
20
26
  );
21
27
  export default SvgCustomize;
@@ -0,0 +1,30 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
3
+ const SvgDocumentationSync = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <G
12
+ stroke={props.color}
13
+ strokeLinecap="round"
14
+ strokeWidth={1.5}
15
+ clipPath="url(#DocumentationSync_svg__a)"
16
+ >
17
+ <Path d="M12 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.172a2 2 0 0 1 1.414.586l2.828 2.828A2 2 0 0 1 19 7.828V11" />
18
+ <Path
19
+ strokeLinejoin="round"
20
+ d="M9 8h6M9 11h4M22.167 17.565a4.135 4.135 0 0 0-7.912-1.02M14 14.503v2.041h2.042M14 18.586a4.134 4.134 0 0 0 7.912 1.021m.255 2.042v-2.042h-2.042"
21
+ />
22
+ </G>
23
+ <Defs>
24
+ <ClipPath id="DocumentationSync_svg__a">
25
+ <Path fill={props.color} d="M0 0h24v24H0z" />
26
+ </ClipPath>
27
+ </Defs>
28
+ </Svg>
29
+ );
30
+ export default SvgDocumentationSync;
@@ -0,0 +1,28 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
3
+ const SvgDomain = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <G
12
+ stroke={props.color}
13
+ strokeLinecap="round"
14
+ strokeLinejoin="round"
15
+ strokeWidth={1.5}
16
+ clipPath="url(#Domain_svg__a)"
17
+ >
18
+ <Path d="M3 12a9 9 0 1 0 18.001 0A9 9 0 0 0 3 12M3.6 9h16.8M3.6 15h16.8" />
19
+ <Path d="M11.5 3a17 17 0 0 0 0 18M12.5 3a17 17 0 0 1 0 18" />
20
+ </G>
21
+ <Defs>
22
+ <ClipPath id="Domain_svg__a">
23
+ <Path fill={props.color} d="M0 0h24v24H0z" />
24
+ </ClipPath>
25
+ </Defs>
26
+ </Svg>
27
+ );
28
+ export default SvgDomain;
@@ -0,0 +1,28 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
3
+ const SvgEmailSync = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <G
12
+ stroke={props.color}
13
+ strokeLinecap="round"
14
+ strokeLinejoin="round"
15
+ strokeWidth={1.5}
16
+ clipPath="url(#EmailSync_svg__a)"
17
+ >
18
+ <Path d="M9 17H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v4" />
19
+ <Path d="m3 6 9 6 9-6M22.167 17.565a4.135 4.135 0 0 0-7.912-1.02M14 14.503v2.041h2.042M14 18.586a4.134 4.134 0 0 0 7.912 1.021m.255 2.042v-2.042h-2.042" />
20
+ </G>
21
+ <Defs>
22
+ <ClipPath id="EmailSync_svg__a">
23
+ <Path fill={props.color} d="M0 0h24v24H0z" />
24
+ </ClipPath>
25
+ </Defs>
26
+ </Svg>
27
+ );
28
+ export default SvgEmailSync;
@@ -0,0 +1,31 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
3
+ const SvgEmailTemplates = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <G
12
+ stroke={props.color}
13
+ strokeLinecap="round"
14
+ strokeWidth={1.5}
15
+ clipPath="url(#EmailTemplates_svg__a)"
16
+ >
17
+ <Path d="M19 11V7.828a2 2 0 0 0-.586-1.414l-2.828-2.828A2 2 0 0 0 14.172 3H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h1" />
18
+ <Path
19
+ strokeLinejoin="round"
20
+ d="M9 8h6M9 11h6M11.286 15.143A1.143 1.143 0 0 1 12.429 14h8a1.143 1.143 0 0 1 1.143 1.143v5.714A1.143 1.143 0 0 1 20.429 22h-8a1.143 1.143 0 0 1-1.143-1.143z"
21
+ />
22
+ <Path strokeLinejoin="round" d="m11.286 15.143 5.143 3.428 5.143-3.428" />
23
+ </G>
24
+ <Defs>
25
+ <ClipPath id="EmailTemplates_svg__a">
26
+ <Path fill={props.color} d="M0 0h24v24H0z" />
27
+ </ClipPath>
28
+ </Defs>
29
+ </Svg>
30
+ );
31
+ export default SvgEmailTemplates;
@@ -0,0 +1,32 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Circle, Defs, ClipPath } from "react-native-svg";
3
+ const SvgEmailsBanned = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <G
12
+ stroke={props.color}
13
+ strokeWidth={1.5}
14
+ clipPath="url(#EmailsBanned_svg__a)"
15
+ >
16
+ <Path
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ d="M12 18H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3.5"
20
+ />
21
+ <Path strokeLinecap="round" strokeLinejoin="round" d="m2 6 9 6 9-6" />
22
+ <Circle cx={18} cy={16} r={4} />
23
+ <Path strokeLinecap="round" d="m16 18 4-4" />
24
+ </G>
25
+ <Defs>
26
+ <ClipPath id="EmailsBanned_svg__a">
27
+ <Path fill={props.color} d="M0 0h24v24H0z" />
28
+ </ClipPath>
29
+ </Defs>
30
+ </Svg>
31
+ );
32
+ export default SvgEmailsBanned;
@@ -0,0 +1,36 @@
1
+ import * as React from "react";
2
+ import Svg, { G, Path, Circle, Defs, ClipPath } from "react-native-svg";
3
+ const SvgExcludedDomains = (props) => (
4
+ <Svg
5
+ xmlns="http://www.w3.org/2000/svg"
6
+ width={props.size}
7
+ height={props.size}
8
+ fill="none"
9
+ {...props}
10
+ >
11
+ <G
12
+ stroke={props.color}
13
+ strokeWidth={1.5}
14
+ clipPath="url(#ExcludedDomains_svg__a)"
15
+ >
16
+ <Path
17
+ strokeLinecap="round"
18
+ strokeLinejoin="round"
19
+ d="M20.603 9.355a9 9 0 1 0-9.458 11.604M3.6 9h16.8M3.6 15h4.9"
20
+ />
21
+ <Path
22
+ strokeLinecap="round"
23
+ strokeLinejoin="round"
24
+ d="M11.5 3a17 17 0 0 0 0 18M12.5 3a16.94 16.94 0 0 1 2.578 9"
25
+ />
26
+ <Circle cx={18} cy={18} r={4} />
27
+ <Path strokeLinecap="round" d="M16.5 18h3" />
28
+ </G>
29
+ <Defs>
30
+ <ClipPath id="ExcludedDomains_svg__a">
31
+ <Path fill={props.color} d="M0 0h24v24H0z" />
32
+ </ClipPath>
33
+ </Defs>
34
+ </Svg>
35
+ );
36
+ export default SvgExcludedDomains;