@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.
@@ -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;
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-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
- <G clipPath="url(#clip0_149_563)">
13
- <Path
14
- d="M17 21H12C10.22 21 8.47991 20.4722 6.99987 19.4832C5.51983 18.4943 4.36628 17.0887 3.68509 15.4442C3.0039 13.7996 2.82567 11.99 3.17294 10.2442C3.5202 8.49836 4.37737 6.89472 5.63604 5.63604C6.89472 4.37737 8.49836 3.5202 10.2442 3.17294C11.99 2.82567 13.7996 3.0039 15.4442 3.68509C17.0887 4.36628 18.4943 5.51983 19.4832 6.99987C20.4722 8.47991 21 10.22 21 12V13.5C21 14.163 20.7366 14.7989 20.2678 15.2678C19.7989 15.7366 19.163 16 18.5 16C17.837 16 17.2011 15.7366 16.7322 15.2678C16.2634 14.7989 16 14.163 16 13.5V12C16 10.9391 15.5786 9.92172 14.8284 9.17158C14.0783 8.42143 13.0609 8 12 8V8C11.2089 8 10.4355 8.2346 9.77772 8.67413C9.11993 9.11365 8.60724 9.73837 8.30449 10.4693C8.00174 11.2002 7.92252 12.0044 8.07686 12.7804C8.2312 13.5563 8.61217 14.269 9.17158 14.8284C9.73099 15.3878 10.4437 15.7688 11.2196 15.9231C11.9956 16.0775 12.7998 15.9983 13.5307 15.6955C14.2616 15.3928 14.8864 14.8801 15.3259 14.2223C15.7654 13.5645 16 12.7911 16 12"
15
- stroke="#344054"
16
- strokeWidth={1.2}
17
- strokeLinecap="round"
18
- strokeLinejoin="round"
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;
@@ -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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-icons-rn",
3
- "version": "1.20.73",
3
+ "version": "1.20.74",
4
4
  "main": "./dist/icons/index.js",
5
5
  "author": "sangameshsomawar",
6
6
  "license": "MIT",