@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.
- package/dist/icons/AccessControl.js +28 -0
- package/dist/icons/AgentStatus.js +27 -0
- package/dist/icons/Approval.js +28 -0
- package/dist/icons/BusinessHour.js +28 -0
- package/dist/icons/CategoriesSettings.js +28 -0
- package/dist/icons/Category.js +12 -5
- package/dist/icons/ChatQuestions.js +28 -0
- package/dist/icons/CompanyInfo.js +28 -0
- package/dist/icons/CompanyTags.js +34 -0
- package/dist/icons/ContactField.js +34 -0
- package/dist/icons/ContactTags.js +41 -0
- package/dist/icons/CustomDomain.js +13 -5
- package/dist/icons/CustomField.js +33 -0
- package/dist/icons/Customize.js +15 -9
- package/dist/icons/DocumentationSync.js +30 -0
- package/dist/icons/Domain.js +28 -0
- package/dist/icons/EmailSync.js +28 -0
- package/dist/icons/EmailTemplates.js +31 -0
- package/dist/icons/EmailsBanned.js +32 -0
- package/dist/icons/ExcludedDomains.js +36 -0
- package/dist/icons/ExpenseCategories.js +27 -0
- package/dist/icons/FeatureSettings.js +29 -0
- package/dist/icons/Field.js +22 -0
- package/dist/icons/Group.js +15 -5
- package/dist/icons/HourFormat.js +29 -0
- package/dist/icons/ImportTimesheet.js +46 -0
- package/dist/icons/InfoRound.js +28 -0
- package/dist/icons/IntroPages.js +30 -0
- package/dist/icons/InvoiceSettings.js +27 -0
- package/dist/icons/IpRestriction.js +29 -0
- package/dist/icons/LockMessage.js +28 -0
- package/dist/icons/ManageTemplates.js +34 -0
- package/dist/icons/MappedField.js +35 -0
- package/dist/icons/MeetingLimit.js +27 -0
- package/dist/icons/MeetingReminder.js +27 -0
- package/dist/icons/Minimize.js +27 -0
- package/dist/icons/MobileAndDesktopApps.js +28 -0
- package/dist/icons/NavLinks.js +26 -0
- package/dist/icons/Notification.js +11 -4
- package/dist/icons/Pipeline.js +30 -0
- package/dist/icons/Redirect.js +27 -0
- package/dist/icons/RedirectUrl.js +27 -0
- package/dist/icons/Score.js +27 -0
- package/dist/icons/Security.js +12 -21
- package/dist/icons/Seo.js +19 -12
- package/dist/icons/SlaPolicies.js +31 -0
- package/dist/icons/SmsTemplates.js +30 -0
- package/dist/icons/SplitPayment.js +37 -0
- package/dist/icons/StartWeekOn.js +28 -0
- package/dist/icons/Subdomain.js +15 -5
- package/dist/icons/Survey.js +31 -0
- package/dist/icons/Tabs.js +26 -0
- package/dist/icons/Tag.js +16 -9
- package/dist/icons/Tags.js +12 -11
- package/dist/icons/TaskOutcome.js +29 -0
- package/dist/icons/TaskType.js +29 -0
- package/dist/icons/Taxonomy.js +27 -0
- package/dist/icons/Templates.js +26 -0
- package/dist/icons/TicketField.js +30 -0
- package/dist/icons/TicketSettings.js +29 -0
- package/dist/icons/TicketTags.js +34 -0
- package/dist/icons/TimesheetVerifications.js +39 -0
- package/dist/icons/UserInfo.js +28 -0
- package/dist/icons/UserNotification.js +15 -5
- package/dist/icons/UserTags.js +27 -0
- package/dist/icons/VideoAccessControl.js +28 -0
- package/dist/icons/ViewSettings.js +29 -0
- package/dist/icons/Views.js +28 -0
- package/dist/icons/WidgetVisibility.js +28 -0
- package/dist/icons/Workflows.js +52 -0
- package/dist/icons/WorkspaceInfo.js +28 -0
- package/dist/icons/index.js +60 -0
- package/package.json +1 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgTicketTags = (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="M16.857 14.667h2.893m-2.893 2.666h2.893m-4.5-2.666v.007m0 2.653v.007M13 20.667v-9.334c0-.353.136-.692.377-.943.24-.25.568-.39.909-.39h1.928c0 .354.136.693.377.943s.568.39.909.39.668-.14.91-.39c.24-.25.376-.59.376-.943h1.928c.341 0 .668.14.91.39.24.25.376.59.376.943v9.334c0 .353-.136.692-.377.942-.24.25-.568.391-.909.391h-1.928c0-.354-.136-.693-.377-.943a1.26 1.26 0 0 0-.909-.39c-.341 0-.668.14-.91.39-.24.25-.376.59-.376.943h-1.928c-.341 0-.668-.14-.91-.39a1.36 1.36 0 0 1-.376-.943"
|
|
31
|
+
/>
|
|
32
|
+
</Svg>
|
|
33
|
+
);
|
|
34
|
+
export default SvgTicketTags;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgTimesheetVerifications = (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
|
+
strokeWidth={1.5}
|
|
15
|
+
d="M13 5h4a2 2 0 0 1 2 2v9M5 12.53V19a2 2 0 0 0 2 2h6"
|
|
16
|
+
/>
|
|
17
|
+
<Path
|
|
18
|
+
stroke={props.color}
|
|
19
|
+
strokeLinecap="round"
|
|
20
|
+
strokeLinejoin="round"
|
|
21
|
+
strokeWidth={1.5}
|
|
22
|
+
d="M2 6a4 4 0 1 0 8 0 4 4 0 0 0-8 0"
|
|
23
|
+
/>
|
|
24
|
+
<Path
|
|
25
|
+
stroke={props.color}
|
|
26
|
+
strokeLinecap="round"
|
|
27
|
+
strokeLinejoin="round"
|
|
28
|
+
strokeWidth={1.5}
|
|
29
|
+
d="M6 4v2h2"
|
|
30
|
+
/>
|
|
31
|
+
<Path
|
|
32
|
+
stroke={props.color}
|
|
33
|
+
strokeLinecap="round"
|
|
34
|
+
strokeWidth={1.5}
|
|
35
|
+
d="M11 10h4M8 13h7M8 16h5M15 20l1.788 1.788a.3.3 0 0 0 .424 0L21 18"
|
|
36
|
+
/>
|
|
37
|
+
</Svg>
|
|
38
|
+
);
|
|
39
|
+
export default SvgTimesheetVerifications;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
3
|
+
const SvgUserInfo = (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(#UserInfo_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.944M14 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="UserInfo_svg__a">
|
|
23
|
+
<Path fill={props.color} d="M0 0h24v24H0z" />
|
|
24
|
+
</ClipPath>
|
|
25
|
+
</Defs>
|
|
26
|
+
</Svg>
|
|
27
|
+
);
|
|
28
|
+
export default SvgUserInfo;
|
|
@@ -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 SvgUserNotification = (props) => (
|
|
4
4
|
<Svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
@@ -8,10 +8,20 @@ const SvgUserNotification = (props) => (
|
|
|
8
8
|
fill="none"
|
|
9
9
|
{...props}
|
|
10
10
|
>
|
|
11
|
-
<
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
11
|
+
<G
|
|
12
|
+
stroke={props.color}
|
|
13
|
+
strokeLinecap="round"
|
|
14
|
+
strokeLinejoin="round"
|
|
15
|
+
strokeWidth={1.5}
|
|
16
|
+
clipPath="url(#UserNotification_svg__a)"
|
|
17
|
+
>
|
|
18
|
+
<Path d="M11.5 17H4a4 4 0 0 0 2-3v-3a7 7 0 0 1 4-6 2 2 0 1 1 4 0 7 7 0 0 1 3.744 4.425M9 17v1a3 3 0 0 0 2.498 2.958M15 21v-1a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v1M16 14a2 2 0 1 0 4 0 2 2 0 0 0-4 0" />
|
|
19
|
+
</G>
|
|
20
|
+
<Defs>
|
|
21
|
+
<ClipPath id="UserNotification_svg__a">
|
|
22
|
+
<Path fill={props.color} d="M0 0h24v24H0z" />
|
|
23
|
+
</ClipPath>
|
|
24
|
+
</Defs>
|
|
15
25
|
</Svg>
|
|
16
26
|
);
|
|
17
27
|
export default SvgUserNotification;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgUserTags = (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.414L11 20M14 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"
|
|
24
|
+
/>
|
|
25
|
+
</Svg>
|
|
26
|
+
);
|
|
27
|
+
export default SvgUserTags;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
3
|
+
const SvgVideoAccessControl = (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(#VideoAccessControl_svg__a)"
|
|
17
|
+
>
|
|
18
|
+
<Path d="M11.5 21H7a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h10M8 11V7a4 4 0 0 1 8 0v4M19 15.667l2.276-1.138a.5.5 0 0 1 .724.447v3.382a.5.5 0 0 1-.724.447L19 17.667z" />
|
|
19
|
+
<Path d="M13 14.667a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1z" />
|
|
20
|
+
</G>
|
|
21
|
+
<Defs>
|
|
22
|
+
<ClipPath id="VideoAccessControl_svg__a">
|
|
23
|
+
<Path fill={props.color} d="M0 0h24v24H0z" />
|
|
24
|
+
</ClipPath>
|
|
25
|
+
</Defs>
|
|
26
|
+
</Svg>
|
|
27
|
+
);
|
|
28
|
+
export default SvgVideoAccessControl;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
3
|
+
const SvgViewSettings = (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(#ViewSettings_svg__a)"
|
|
17
|
+
>
|
|
18
|
+
<Path d="M8.833 10a1.667 1.667 0 1 0 3.334 0 1.667 1.667 0 0 0-3.334 0" />
|
|
19
|
+
<Path d="M10.5 15Q6 15 3 10q3-5 7.5-5t7.5 5M17.932 12a.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" />
|
|
20
|
+
<Path d="M17.5 18.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" />
|
|
21
|
+
</G>
|
|
22
|
+
<Defs>
|
|
23
|
+
<ClipPath id="ViewSettings_svg__a">
|
|
24
|
+
<Path fill={props.color} d="M0 0h24v24H0z" />
|
|
25
|
+
</ClipPath>
|
|
26
|
+
</Defs>
|
|
27
|
+
</Svg>
|
|
28
|
+
);
|
|
29
|
+
export default SvgViewSettings;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
3
|
+
const SvgViews = (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(#Views_svg__a)"
|
|
17
|
+
>
|
|
18
|
+
<Path d="M10 12a2 2 0 1 0 4 0 2 2 0 0 0-4 0" />
|
|
19
|
+
<Path d="M21 12q-3.6 6-9 6t-9-6q3.6-6 9-6t9 6" />
|
|
20
|
+
</G>
|
|
21
|
+
<Defs>
|
|
22
|
+
<ClipPath id="Views_svg__a">
|
|
23
|
+
<Path fill={props.color} d="M0 0h24v24H0z" />
|
|
24
|
+
</ClipPath>
|
|
25
|
+
</Defs>
|
|
26
|
+
</Svg>
|
|
27
|
+
);
|
|
28
|
+
export default SvgViews;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
3
|
+
const SvgWidgetVisibility = (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(#WidgetVisibility_svg__a)"
|
|
17
|
+
>
|
|
18
|
+
<Path d="M4 4h6v6H4zM14 4h6v6h-6zM4 14h6v6H4zM16.5 17a1 1 0 1 0 2 0 1 1 0 0 0-2 0" />
|
|
19
|
+
<Path d="M22 17q-1.8 3-4.5 3T13 17q1.8-3 4.5-3t4.5 3" />
|
|
20
|
+
</G>
|
|
21
|
+
<Defs>
|
|
22
|
+
<ClipPath id="WidgetVisibility_svg__a">
|
|
23
|
+
<Path fill={props.color} d="M0 0h24v24H0z" />
|
|
24
|
+
</ClipPath>
|
|
25
|
+
</Defs>
|
|
26
|
+
</Svg>
|
|
27
|
+
);
|
|
28
|
+
export default SvgWidgetVisibility;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path, Rect } from "react-native-svg";
|
|
3
|
+
const SvgWorkflows = (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
|
+
strokeWidth={1.5}
|
|
15
|
+
d="M8 5h12a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-2.23M9.638 12H4a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h9"
|
|
16
|
+
/>
|
|
17
|
+
<Rect
|
|
18
|
+
width={4}
|
|
19
|
+
height={4}
|
|
20
|
+
x={4}
|
|
21
|
+
y={3}
|
|
22
|
+
stroke={props.color}
|
|
23
|
+
strokeWidth={1.5}
|
|
24
|
+
rx={0.783}
|
|
25
|
+
/>
|
|
26
|
+
<Rect
|
|
27
|
+
width={4}
|
|
28
|
+
height={4}
|
|
29
|
+
x={10}
|
|
30
|
+
y={10}
|
|
31
|
+
stroke={props.color}
|
|
32
|
+
strokeWidth={1.5}
|
|
33
|
+
rx={0.783}
|
|
34
|
+
/>
|
|
35
|
+
<Rect
|
|
36
|
+
width={4}
|
|
37
|
+
height={4}
|
|
38
|
+
x={16}
|
|
39
|
+
y={17}
|
|
40
|
+
stroke={props.color}
|
|
41
|
+
strokeWidth={1.5}
|
|
42
|
+
rx={0.783}
|
|
43
|
+
/>
|
|
44
|
+
<Path
|
|
45
|
+
stroke={props.color}
|
|
46
|
+
strokeLinecap="round"
|
|
47
|
+
strokeWidth={1.5}
|
|
48
|
+
d="m16 12 2-2M18 14l-2-2M14 19l-2-2M12 21l2-2"
|
|
49
|
+
/>
|
|
50
|
+
</Svg>
|
|
51
|
+
);
|
|
52
|
+
export default SvgWorkflows;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Path, Defs, ClipPath } from "react-native-svg";
|
|
3
|
+
const SvgWorkspaceInfo = (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(#WorkspaceInfo_svg__a)"
|
|
17
|
+
>
|
|
18
|
+
<Path d="M10.5 19a8.501 8.501 0 1 1 8.5-8.5M10.5 7.667h.01" />
|
|
19
|
+
<Path d="M9.556 10.5h.944v3.778h.944M14.125 13.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5zM16.125 21h5M17.125 19v2M20.125 19v2" />
|
|
20
|
+
</G>
|
|
21
|
+
<Defs>
|
|
22
|
+
<ClipPath id="WorkspaceInfo_svg__a">
|
|
23
|
+
<Path fill={props.color} d="M0 0h24v24H0z" />
|
|
24
|
+
</ClipPath>
|
|
25
|
+
</Defs>
|
|
26
|
+
</Svg>
|
|
27
|
+
);
|
|
28
|
+
export default SvgWorkspaceInfo;
|
package/dist/icons/index.js
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
|
+
export { default as AccessControl } from "./AccessControl";
|
|
1
2
|
export { default as ActivityLog } from "./ActivityLog";
|
|
2
3
|
export { default as AddMenu } from "./AddMenu";
|
|
3
4
|
export { default as AddRectangle } from "./AddRectangle";
|
|
4
5
|
export { default as Address } from "./Address";
|
|
6
|
+
export { default as AgentStatus } from "./AgentStatus";
|
|
5
7
|
export { default as Agents } from "./Agents";
|
|
6
8
|
export { default as AppSwitcher } from "./AppSwitcher";
|
|
7
9
|
export { default as Apple } from "./Apple";
|
|
10
|
+
export { default as Approval } from "./Approval";
|
|
8
11
|
export { default as Archive } from "./Archive";
|
|
9
12
|
export { default as Articles } from "./Articles";
|
|
10
13
|
export { default as Assign } from "./Assign";
|
|
@@ -17,11 +20,13 @@ export { default as Braces } from "./Braces";
|
|
|
17
20
|
export { default as Browser } from "./Browser";
|
|
18
21
|
export { default as Bug } from "./Bug";
|
|
19
22
|
export { default as Bulb } from "./Bulb";
|
|
23
|
+
export { default as BusinessHour } from "./BusinessHour";
|
|
20
24
|
export { default as Css3 } from "./Css3";
|
|
21
25
|
export { default as Calendar } from "./Calendar";
|
|
22
26
|
export { default as Camera } from "./Camera";
|
|
23
27
|
export { default as CannedResponses } from "./CannedResponses";
|
|
24
28
|
export { default as Captcha } from "./Captcha";
|
|
29
|
+
export { default as CategoriesSettings } from "./CategoriesSettings";
|
|
25
30
|
export { default as Category } from "./Category";
|
|
26
31
|
export { default as CenterAlign } from "./CenterAlign";
|
|
27
32
|
export { default as Certificate } from "./Certificate";
|
|
@@ -30,6 +35,7 @@ export { default as Chat } from "./Chat";
|
|
|
30
35
|
export { default as ChatBubble } from "./ChatBubble";
|
|
31
36
|
export { default as ChatEmpty } from "./ChatEmpty";
|
|
32
37
|
export { default as ChatNotification } from "./ChatNotification";
|
|
38
|
+
export { default as ChatQuestions } from "./ChatQuestions";
|
|
33
39
|
export { default as Check } from "./Check";
|
|
34
40
|
export { default as CheckCircle } from "./CheckCircle";
|
|
35
41
|
export { default as Checkbox } from "./Checkbox";
|
|
@@ -45,13 +51,18 @@ export { default as CodeBlock } from "./CodeBlock";
|
|
|
45
51
|
export { default as Collapse } from "./Collapse";
|
|
46
52
|
export { default as ColorPicker } from "./ColorPicker";
|
|
47
53
|
export { default as Column } from "./Column";
|
|
54
|
+
export { default as CompanyInfo } from "./CompanyInfo";
|
|
55
|
+
export { default as CompanyTags } from "./CompanyTags";
|
|
48
56
|
export { default as Computer } from "./Computer";
|
|
49
57
|
export { default as Concat } from "./Concat";
|
|
50
58
|
export { default as ContactBook } from "./ContactBook";
|
|
59
|
+
export { default as ContactField } from "./ContactField";
|
|
60
|
+
export { default as ContactTags } from "./ContactTags";
|
|
51
61
|
export { default as Copy } from "./Copy";
|
|
52
62
|
export { default as CreditCard } from "./CreditCard";
|
|
53
63
|
export { default as Cursor } from "./Cursor";
|
|
54
64
|
export { default as CustomDomain } from "./CustomDomain";
|
|
65
|
+
export { default as CustomField } from "./CustomField";
|
|
55
66
|
export { default as CustomSize } from "./CustomSize";
|
|
56
67
|
export { default as Customers } from "./Customers";
|
|
57
68
|
export { default as Customize } from "./Customize";
|
|
@@ -64,6 +75,8 @@ export { default as Delete } from "./Delete";
|
|
|
64
75
|
export { default as Design } from "./Design";
|
|
65
76
|
export { default as Divide } from "./Divide";
|
|
66
77
|
export { default as Divider } from "./Divider";
|
|
78
|
+
export { default as DocumentationSync } from "./DocumentationSync";
|
|
79
|
+
export { default as Domain } from "./Domain";
|
|
67
80
|
export { default as DoubleCheck } from "./DoubleCheck";
|
|
68
81
|
export { default as Down } from "./Down";
|
|
69
82
|
export { default as DownArrow } from "./DownArrow";
|
|
@@ -75,14 +88,21 @@ export { default as DropdownClosed } from "./DropdownClosed";
|
|
|
75
88
|
export { default as Edit } from "./Edit";
|
|
76
89
|
export { default as Email } from "./Email";
|
|
77
90
|
export { default as EmailSent } from "./EmailSent";
|
|
91
|
+
export { default as EmailSync } from "./EmailSync";
|
|
92
|
+
export { default as EmailTemplates } from "./EmailTemplates";
|
|
93
|
+
export { default as EmailsBanned } from "./EmailsBanned";
|
|
78
94
|
export { default as EntireScreen } from "./EntireScreen";
|
|
79
95
|
export { default as Equals } from "./Equals";
|
|
80
96
|
export { default as Error } from "./Error";
|
|
97
|
+
export { default as ExcludedDomains } from "./ExcludedDomains";
|
|
81
98
|
export { default as Expand } from "./Expand";
|
|
82
99
|
export { default as ExpandSize } from "./ExpandSize";
|
|
100
|
+
export { default as ExpenseCategories } from "./ExpenseCategories";
|
|
83
101
|
export { default as ExternalLink } from "./ExternalLink";
|
|
84
102
|
export { default as Facebook } from "./Facebook";
|
|
85
103
|
export { default as Favorite } from "./Favorite";
|
|
104
|
+
export { default as FeatureSettings } from "./FeatureSettings";
|
|
105
|
+
export { default as Field } from "./Field";
|
|
86
106
|
export { default as FileDownload } from "./FileDownload";
|
|
87
107
|
export { default as File } from "./File";
|
|
88
108
|
export { default as FileGeneric } from "./FileGeneric";
|
|
@@ -111,17 +131,23 @@ export { default as Help } from "./Help";
|
|
|
111
131
|
export { default as Hide } from "./Hide";
|
|
112
132
|
export { default as History } from "./History";
|
|
113
133
|
export { default as Home } from "./Home";
|
|
134
|
+
export { default as HourFormat } from "./HourFormat";
|
|
114
135
|
export { default as HourGlass } from "./HourGlass";
|
|
115
136
|
export { default as Html } from "./Html";
|
|
116
137
|
export { default as Image } from "./Image";
|
|
138
|
+
export { default as ImportTimesheet } from "./ImportTimesheet";
|
|
117
139
|
export { default as Inbox } from "./Inbox";
|
|
118
140
|
export { default as IndeterminateCircle } from "./IndeterminateCircle";
|
|
119
141
|
export { default as Info } from "./Info";
|
|
142
|
+
export { default as InfoRound } from "./InfoRound";
|
|
120
143
|
export { default as Input } from "./Input";
|
|
121
144
|
export { default as InsertColumn } from "./InsertColumn";
|
|
122
145
|
export { default as InsertRow } from "./InsertRow";
|
|
146
|
+
export { default as IntroPages } from "./IntroPages";
|
|
123
147
|
export { default as Invoice } from "./Invoice";
|
|
148
|
+
export { default as InvoiceSettings } from "./InvoiceSettings";
|
|
124
149
|
export { default as IpAddress } from "./IpAddress";
|
|
150
|
+
export { default as IpRestriction } from "./IpRestriction";
|
|
125
151
|
export { default as Keyboard } from "./Keyboard";
|
|
126
152
|
export { default as Layers } from "./Layers";
|
|
127
153
|
export { default as Left } from "./Left";
|
|
@@ -135,12 +161,17 @@ export { default as ListView } from "./ListView";
|
|
|
135
161
|
export { default as Loading } from "./Loading";
|
|
136
162
|
export { default as Location } from "./Location";
|
|
137
163
|
export { default as Lock } from "./Lock";
|
|
164
|
+
export { default as LockMessage } from "./LockMessage";
|
|
138
165
|
export { default as MailUnread } from "./MailUnread";
|
|
139
166
|
export { default as MailSend } from "./MailSend";
|
|
167
|
+
export { default as ManageTemplates } from "./ManageTemplates";
|
|
168
|
+
export { default as MappedField } from "./MappedField";
|
|
140
169
|
export { default as Matrix } from "./Matrix";
|
|
141
170
|
export { default as MatrixDots } from "./MatrixDots";
|
|
142
171
|
export { default as MatrixDotsClear } from "./MatrixDotsClear";
|
|
143
172
|
export { default as MediaVideo } from "./MediaVideo";
|
|
173
|
+
export { default as MeetingLimit } from "./MeetingLimit";
|
|
174
|
+
export { default as MeetingReminder } from "./MeetingReminder";
|
|
144
175
|
export { default as MenuLayout } from "./MenuLayout";
|
|
145
176
|
export { default as MenuSquare } from "./MenuSquare";
|
|
146
177
|
export { default as MergeSplit } from "./MergeSplit";
|
|
@@ -151,13 +182,16 @@ export { default as MessageBubble } from "./MessageBubble";
|
|
|
151
182
|
export { default as MessageSquare } from "./MessageSquare";
|
|
152
183
|
export { default as Mic } from "./Mic";
|
|
153
184
|
export { default as MicOff } from "./MicOff";
|
|
185
|
+
export { default as Minimize } from "./Minimize";
|
|
154
186
|
export { default as Minus } from "./Minus";
|
|
155
187
|
export { default as Mobile } from "./Mobile";
|
|
188
|
+
export { default as MobileAndDesktopApps } from "./MobileAndDesktopApps";
|
|
156
189
|
export { default as Moon } from "./Moon";
|
|
157
190
|
export { default as MoveToBottom } from "./MoveToBottom";
|
|
158
191
|
export { default as MoveToTop } from "./MoveToTop";
|
|
159
192
|
export { default as Movie } from "./Movie";
|
|
160
193
|
export { default as MultipleChoice } from "./MultipleChoice";
|
|
194
|
+
export { default as NavLinks } from "./NavLinks";
|
|
161
195
|
export { default as NewChat } from "./NewChat";
|
|
162
196
|
export { default as Notes } from "./Notes";
|
|
163
197
|
export { default as Notification } from "./Notification";
|
|
@@ -165,6 +199,7 @@ export { default as Os } from "./Os";
|
|
|
165
199
|
export { default as Pause } from "./Pause";
|
|
166
200
|
export { default as Phone } from "./Phone";
|
|
167
201
|
export { default as PhoneRing } from "./PhoneRing";
|
|
202
|
+
export { default as Pipeline } from "./Pipeline";
|
|
168
203
|
export { default as Play } from "./Play";
|
|
169
204
|
export { default as Plus } from "./Plus";
|
|
170
205
|
export { default as Prepend } from "./Prepend";
|
|
@@ -176,6 +211,8 @@ export { default as Radio } from "./Radio";
|
|
|
176
211
|
export { default as RadioInactive } from "./RadioInactive";
|
|
177
212
|
export { default as Rating } from "./Rating";
|
|
178
213
|
export { default as RatingFilled } from "./RatingFilled";
|
|
214
|
+
export { default as Redirect } from "./Redirect";
|
|
215
|
+
export { default as RedirectUrl } from "./RedirectUrl";
|
|
179
216
|
export { default as Redirection } from "./Redirection";
|
|
180
217
|
export { default as Redo } from "./Redo";
|
|
181
218
|
export { default as Refresh } from "./Refresh";
|
|
@@ -188,6 +225,7 @@ export { default as RightAlign } from "./RightAlign";
|
|
|
188
225
|
export { default as RightArrow } from "./RightArrow";
|
|
189
226
|
export { default as Robot } from "./Robot";
|
|
190
227
|
export { default as Scale } from "./Scale";
|
|
228
|
+
export { default as Score } from "./Score";
|
|
191
229
|
export { default as Search } from "./Search";
|
|
192
230
|
export { default as Security } from "./Security";
|
|
193
231
|
export { default as Send } from "./Send";
|
|
@@ -199,24 +237,38 @@ export { default as Shapes } from "./Shapes";
|
|
|
199
237
|
export { default as Share } from "./Share";
|
|
200
238
|
export { default as SidebarClose } from "./SidebarClose";
|
|
201
239
|
export { default as SidebarOpen } from "./SidebarOpen";
|
|
240
|
+
export { default as SlaPolicies } from "./SlaPolicies";
|
|
202
241
|
export { default as Smiley } from "./Smiley";
|
|
242
|
+
export { default as SmsTemplates } from "./SmsTemplates";
|
|
203
243
|
export { default as Sparkle } from "./Sparkle";
|
|
204
244
|
export { default as SpecificWindow } from "./SpecificWindow";
|
|
205
245
|
export { default as Split } from "./Split";
|
|
246
|
+
export { default as SplitPayment } from "./SplitPayment";
|
|
247
|
+
export { default as StartWeekOn } from "./StartWeekOn";
|
|
206
248
|
export { default as Status } from "./Status";
|
|
207
249
|
export { default as Subdomain } from "./Subdomain";
|
|
208
250
|
export { default as Suitcase } from "./Suitcase";
|
|
209
251
|
export { default as Sun } from "./Sun";
|
|
252
|
+
export { default as Survey } from "./Survey";
|
|
210
253
|
export { default as Swap } from "./Swap";
|
|
211
254
|
export { default as Tablet } from "./Tablet";
|
|
255
|
+
export { default as Tabs } from "./Tabs";
|
|
212
256
|
export { default as Tag } from "./Tag";
|
|
213
257
|
export { default as Tags } from "./Tags";
|
|
258
|
+
export { default as TaskOutcome } from "./TaskOutcome";
|
|
259
|
+
export { default as TaskType } from "./TaskType";
|
|
260
|
+
export { default as Taxonomy } from "./Taxonomy";
|
|
261
|
+
export { default as Templates } from "./Templates";
|
|
214
262
|
export { default as Terms } from "./Terms";
|
|
215
263
|
export { default as Text } from "./Text";
|
|
216
264
|
export { default as TextLines } from "./TextLines";
|
|
217
265
|
export { default as TextSize } from "./TextSize";
|
|
266
|
+
export { default as TicketField } from "./TicketField";
|
|
267
|
+
export { default as TicketSettings } from "./TicketSettings";
|
|
268
|
+
export { default as TicketTags } from "./TicketTags";
|
|
218
269
|
export { default as Tickets } from "./Tickets";
|
|
219
270
|
export { default as TimeTracking } from "./TimeTracking";
|
|
271
|
+
export { default as TimesheetVerifications } from "./TimesheetVerifications";
|
|
220
272
|
export { default as ToggleHeaderRow } from "./ToggleHeaderRow";
|
|
221
273
|
export { default as Transaction } from "./Transaction";
|
|
222
274
|
export { default as Translate } from "./Translate";
|
|
@@ -229,13 +281,18 @@ export { default as UpArrow } from "./UpArrow";
|
|
|
229
281
|
export { default as Upload } from "./Upload";
|
|
230
282
|
export { default as UserAdd } from "./UserAdd";
|
|
231
283
|
export { default as User } from "./User";
|
|
284
|
+
export { default as UserInfo } from "./UserInfo";
|
|
232
285
|
export { default as UserNotification } from "./UserNotification";
|
|
233
286
|
export { default as UserRole } from "./UserRole";
|
|
234
287
|
export { default as UserRoundedRect } from "./UserRoundedRect";
|
|
235
288
|
export { default as UserSettings } from "./UserSettings";
|
|
236
289
|
export { default as UserStar } from "./UserStar";
|
|
290
|
+
export { default as UserTags } from "./UserTags";
|
|
237
291
|
export { default as Video } from "./Video";
|
|
292
|
+
export { default as VideoAccessControl } from "./VideoAccessControl";
|
|
238
293
|
export { default as VideoOff } from "./VideoOff";
|
|
294
|
+
export { default as ViewSettings } from "./ViewSettings";
|
|
295
|
+
export { default as Views } from "./Views";
|
|
239
296
|
export { default as Volume } from "./Volume";
|
|
240
297
|
export { default as Volume0 } from "./Volume0";
|
|
241
298
|
export { default as Volume100 } from "./Volume100";
|
|
@@ -248,6 +305,9 @@ export { default as WarningFilled } from "./WarningFilled";
|
|
|
248
305
|
export { default as Warning } from "./Warning";
|
|
249
306
|
export { default as Whatsapp } from "./Whatsapp";
|
|
250
307
|
export { default as WidgetModes } from "./WidgetModes";
|
|
308
|
+
export { default as WidgetVisibility } from "./WidgetVisibility";
|
|
309
|
+
export { default as Workflows } from "./Workflows";
|
|
310
|
+
export { default as WorkspaceInfo } from "./WorkspaceInfo";
|
|
251
311
|
export { default as YesNo } from "./YesNo";
|
|
252
312
|
export { default as Youtube } from "./Youtube";
|
|
253
313
|
export { default as AddCircle } from "./AddCircle";
|