@bigbinary/neeto-icons-rn 1.20.70 → 1.20.71
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/Reset.js +49 -0
- package/dist/icons/index.js +1 -0
- package/dist/misc/MicrosoftOffice.js +25 -0
- package/dist/misc/index.js +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
|
|
3
|
+
const SvgReset = (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_0_4)">
|
|
13
|
+
<Path
|
|
14
|
+
d="M3.37411 9.43278C3.82516 7.92108 4.66563 6.55449 5.81128 5.46998C6.95694 4.38548 8.36754 3.62116 9.90168 3.25364C12.0549 2.73249 14.3246 3.02136 16.2786 4.06524C18.2327 5.10912 19.7346 6.83511 20.4985 8.91464"
|
|
15
|
+
stroke="#344054"
|
|
16
|
+
strokeWidth={1.08}
|
|
17
|
+
strokeLinecap="round"
|
|
18
|
+
strokeLinejoin="round"
|
|
19
|
+
/>
|
|
20
|
+
<Path
|
|
21
|
+
d="M21 4.28985V9.43271H15.8571"
|
|
22
|
+
stroke="#344054"
|
|
23
|
+
strokeWidth={1.08}
|
|
24
|
+
strokeLinecap="round"
|
|
25
|
+
strokeLinejoin="round"
|
|
26
|
+
/>
|
|
27
|
+
<Path
|
|
28
|
+
d="M20.6207 14.5756C20.1685 16.0849 19.3279 17.449 18.1831 18.5316C17.0382 19.6142 15.6292 20.3772 14.097 20.7444C11.944 21.2652 9.6746 20.9762 7.72084 19.9323C5.76708 18.8885 4.26533 17.1627 3.50144 15.0834"
|
|
29
|
+
stroke="#344054"
|
|
30
|
+
strokeWidth={1.08}
|
|
31
|
+
strokeLinecap="round"
|
|
32
|
+
strokeLinejoin="round"
|
|
33
|
+
/>
|
|
34
|
+
<Path
|
|
35
|
+
d="M3 19.7185V14.5756H8.14286"
|
|
36
|
+
stroke="#344054"
|
|
37
|
+
strokeWidth={1.08}
|
|
38
|
+
strokeLinecap="round"
|
|
39
|
+
strokeLinejoin="round"
|
|
40
|
+
/>
|
|
41
|
+
</G>
|
|
42
|
+
<Defs>
|
|
43
|
+
<ClipPath id="clip0_0_4">
|
|
44
|
+
<Rect width={24} height={24} fill="white" />
|
|
45
|
+
</ClipPath>
|
|
46
|
+
</Defs>
|
|
47
|
+
</Svg>
|
|
48
|
+
);
|
|
49
|
+
export default SvgReset;
|
package/dist/icons/index.js
CHANGED
|
@@ -344,6 +344,7 @@ export { default as Reorder2 } from "./Reorder2";
|
|
|
344
344
|
export { default as Repeat } from "./Repeat";
|
|
345
345
|
export { default as Report } from "./Report";
|
|
346
346
|
export { default as Reschedule } from "./Reschedule";
|
|
347
|
+
export { default as Reset } from "./Reset";
|
|
347
348
|
export { default as ResumeCircle } from "./ResumeCircle";
|
|
348
349
|
export { default as Ribbon } from "./Ribbon";
|
|
349
350
|
export { default as Right } from "./Right";
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
|
|
3
|
+
const SvgMicrosoftOffice = (props) => (
|
|
4
|
+
<Svg
|
|
5
|
+
fill="none"
|
|
6
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7
|
+
viewBox="0 0 100 100"
|
|
8
|
+
width={props.size}
|
|
9
|
+
height={props.size}
|
|
10
|
+
{...props}
|
|
11
|
+
>
|
|
12
|
+
<G clipPath="url(#clip0_984_54)">
|
|
13
|
+
<Path
|
|
14
|
+
d="M8.49667 80.6704V19.8736L62.277 0L91.5033 9.34875V91.1913L62.277 100.004L8.49667 80.6704L62.277 87.143V16.3693L27.2022 24.554V72.4898L8.49667 80.6704Z"
|
|
15
|
+
fill="#EB3C00"
|
|
16
|
+
/>
|
|
17
|
+
</G>
|
|
18
|
+
<Defs>
|
|
19
|
+
<ClipPath id="clip0_984_54">
|
|
20
|
+
<Rect width={100} height={100} fill="white" />
|
|
21
|
+
</ClipPath>
|
|
22
|
+
</Defs>
|
|
23
|
+
</Svg>
|
|
24
|
+
);
|
|
25
|
+
export default SvgMicrosoftOffice;
|
package/dist/misc/index.js
CHANGED
|
@@ -27,6 +27,7 @@ export { default as Make } from "./Make";
|
|
|
27
27
|
export { default as Mastercard } from "./Mastercard";
|
|
28
28
|
export { default as Megaphone } from "./Megaphone";
|
|
29
29
|
export { default as Microsoft } from "./Microsoft";
|
|
30
|
+
export { default as MicrosoftOffice } from "./MicrosoftOffice";
|
|
30
31
|
export { default as N8N } from "./N8N";
|
|
31
32
|
export { default as Outlook } from "./Outlook";
|
|
32
33
|
export { default as PaypalTypeface } from "./PaypalTypeface";
|