@bigbinary/neeto-icons-rn 1.20.73 → 1.20.74
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/CustomEmailServer.js +28 -0
- package/dist/icons/Email.js +8 -15
- package/dist/icons/EmailServer.js +47 -0
- package/dist/icons/Other.js +42 -0
- package/dist/icons/index.js +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgCustomEmailServer = (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="M22.5 15.0556C22.5 14.4726 22.0274 14 21.4444 14H14.0556C13.4726 14 13 14.4726 13 15.0556M22.5 15.0556V20.3333C22.5 20.9163 22.0274 21.3889 21.4444 21.3889H14.0556C13.4726 21.3889 13 20.9163 13 20.3333V15.0556M22.5 15.0556L17.75 18.2222L13 15.0556"
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
16
|
+
strokeLinecap="round"
|
|
17
|
+
strokeLinejoin="round"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M10 16.0039H6.657C4.085 15.9999 2 13.9929 2 11.5169C2 9.04188 4.085 7.03488 6.657 7.03488C7.05 5.27288 8.451 3.83488 10.332 3.26188C12.212 2.68988 14.288 3.06888 15.776 4.26188C17.264 5.45188 17.938 7.26888 17.546 9.03088H18.536C19.2758 9.03224 19.9958 9.27016 20.5908 9.70987C21.1858 10.1496 21.6246 10.768 21.843 11.4749"
|
|
21
|
+
stroke="#344054"
|
|
22
|
+
strokeWidth={1.2}
|
|
23
|
+
strokeLinecap="round"
|
|
24
|
+
strokeLinejoin="round"
|
|
25
|
+
/>
|
|
26
|
+
</Svg>
|
|
27
|
+
);
|
|
28
|
+
export default SvgCustomEmailServer;
|
package/dist/icons/Email.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import Svg, {
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
3
|
const SvgEmail = (props) => (
|
|
4
4
|
<Svg
|
|
5
5
|
fill="none"
|
|
@@ -9,20 +9,13 @@ const SvgEmail = (props) => (
|
|
|
9
9
|
height={props.size}
|
|
10
10
|
{...props}
|
|
11
11
|
>
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
/>
|
|
20
|
-
</G>
|
|
21
|
-
<Defs>
|
|
22
|
-
<ClipPath id="clip0_149_563">
|
|
23
|
-
<Rect width={24} height={24} fill="white" />
|
|
24
|
-
</ClipPath>
|
|
25
|
-
</Defs>
|
|
12
|
+
<Path
|
|
13
|
+
d="M21 7C21 5.89543 20.1046 5 19 5H5C3.89543 5 3 5.89543 3 7M21 7V17C21 18.1046 20.1046 19 19 19H5C3.89543 19 3 18.1046 3 17V7M21 7L12 13L3 7"
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
16
|
+
strokeLinecap="round"
|
|
17
|
+
strokeLinejoin="round"
|
|
18
|
+
/>
|
|
26
19
|
</Svg>
|
|
27
20
|
);
|
|
28
21
|
export default SvgEmail;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgEmailServer = (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="M20.5 8V6C20.5 5.20435 20.1839 4.44129 19.6213 3.87868C19.0587 3.31607 18.2956 3 17.5 3H5.5C4.70435 3 3.94129 3.31607 3.37868 3.87868C2.81607 4.44129 2.5 5.20435 2.5 6V8C2.5 8.79565 2.81607 9.55871 3.37868 10.1213C3.94129 10.6839 4.70435 11 5.5 11"
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
16
|
+
strokeLinecap="round"
|
|
17
|
+
strokeLinejoin="round"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M6.5 19H5.5C4.70435 19 3.94129 18.6839 3.37868 18.1213C2.81607 17.5587 2.5 16.7956 2.5 16V14C2.5 13.2044 2.81607 12.4413 3.37868 11.8787C3.94129 11.3161 4.70435 11 5.5 11H8"
|
|
21
|
+
stroke="#344054"
|
|
22
|
+
strokeWidth={1.2}
|
|
23
|
+
strokeLinecap="round"
|
|
24
|
+
strokeLinejoin="round"
|
|
25
|
+
/>
|
|
26
|
+
<Path
|
|
27
|
+
d="M21 14C21 13.4477 20.5523 13 20 13H13C12.4477 13 12 13.4477 12 14M21 14V19C21 19.5523 20.5523 20 20 20H13C12.4477 20 12 19.5523 12 19V14M21 14L16.5 17L12 14"
|
|
28
|
+
stroke="#344054"
|
|
29
|
+
strokeWidth={1.2}
|
|
30
|
+
strokeLinecap="round"
|
|
31
|
+
strokeLinejoin="round"
|
|
32
|
+
/>
|
|
33
|
+
<Path
|
|
34
|
+
d="M7 7L17 7"
|
|
35
|
+
stroke="#344054"
|
|
36
|
+
strokeWidth={1.2}
|
|
37
|
+
strokeLinecap="round"
|
|
38
|
+
/>
|
|
39
|
+
<Path
|
|
40
|
+
d="M7 15H9"
|
|
41
|
+
stroke="#344054"
|
|
42
|
+
strokeWidth={1.2}
|
|
43
|
+
strokeLinecap="round"
|
|
44
|
+
/>
|
|
45
|
+
</Svg>
|
|
46
|
+
);
|
|
47
|
+
export default SvgEmailServer;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { Path } from "react-native-svg";
|
|
3
|
+
const SvgOther = (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 4H10V10H4V4Z"
|
|
14
|
+
stroke="#344054"
|
|
15
|
+
strokeWidth={1.2}
|
|
16
|
+
strokeLinecap="round"
|
|
17
|
+
strokeLinejoin="round"
|
|
18
|
+
/>
|
|
19
|
+
<Path
|
|
20
|
+
d="M14 7C14 5.34315 15.3431 4 17 4C18.6569 4 20 5.34315 20 7C20 8.65685 18.6569 10 17 10C15.3431 10 14 8.65685 14 7Z"
|
|
21
|
+
stroke="#344054"
|
|
22
|
+
strokeWidth={1.2}
|
|
23
|
+
strokeLinecap="round"
|
|
24
|
+
strokeLinejoin="round"
|
|
25
|
+
/>
|
|
26
|
+
<Path
|
|
27
|
+
d="M14 14H20V20H14V14Z"
|
|
28
|
+
stroke="#344054"
|
|
29
|
+
strokeWidth={1.2}
|
|
30
|
+
strokeLinecap="round"
|
|
31
|
+
strokeLinejoin="round"
|
|
32
|
+
/>
|
|
33
|
+
<Path
|
|
34
|
+
d="M4 14H10V20H4V14Z"
|
|
35
|
+
stroke="#344054"
|
|
36
|
+
strokeWidth={1.2}
|
|
37
|
+
strokeLinecap="round"
|
|
38
|
+
strokeLinejoin="round"
|
|
39
|
+
/>
|
|
40
|
+
</Svg>
|
|
41
|
+
);
|
|
42
|
+
export default SvgOther;
|
package/dist/icons/index.js
CHANGED
|
@@ -106,6 +106,7 @@ export { default as Crown } from "./Crown";
|
|
|
106
106
|
export { default as Cursor } from "./Cursor";
|
|
107
107
|
export { default as Cursor2 } from "./Cursor2";
|
|
108
108
|
export { default as CustomDomain } from "./CustomDomain";
|
|
109
|
+
export { default as CustomEmailServer } from "./CustomEmailServer";
|
|
109
110
|
export { default as CustomField } from "./CustomField";
|
|
110
111
|
export { default as CustomSize } from "./CustomSize";
|
|
111
112
|
export { default as Customers } from "./Customers";
|
|
@@ -142,6 +143,7 @@ export { default as EditSchedule } from "./EditSchedule";
|
|
|
142
143
|
export { default as Email } from "./Email";
|
|
143
144
|
export { default as EmailNotification } from "./EmailNotification";
|
|
144
145
|
export { default as EmailSent } from "./EmailSent";
|
|
146
|
+
export { default as EmailServer } from "./EmailServer";
|
|
145
147
|
export { default as EmailSync } from "./EmailSync";
|
|
146
148
|
export { default as EmailTemplates } from "./EmailTemplates";
|
|
147
149
|
export { default as EmailsBanned } from "./EmailsBanned";
|
|
@@ -293,6 +295,7 @@ export { default as OpenPullRequest } from "./OpenPullRequest";
|
|
|
293
295
|
export { default as OpinionScale } from "./OpinionScale";
|
|
294
296
|
export { default as Order } from "./Order";
|
|
295
297
|
export { default as Os } from "./Os";
|
|
298
|
+
export { default as Other } from "./Other";
|
|
296
299
|
export { default as PaddingAll } from "./PaddingAll";
|
|
297
300
|
export { default as PaddingBottom } from "./PaddingBottom";
|
|
298
301
|
export { default as PaddingLeft } from "./PaddingLeft";
|