@bigbinary/neeto-icons-rn 1.0.2 → 1.0.4

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,90 @@
1
+ import * as React from "react";
2
+ import Svg, {
3
+ Rect,
4
+ Mask,
5
+ G,
6
+ Path,
7
+ Defs,
8
+ LinearGradient,
9
+ Stop,
10
+ } from "react-native-svg";
11
+ const SvgNeetoRecord = (props) => (
12
+ <Svg
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ width={props.size}
15
+ height={props.size}
16
+ fill="none"
17
+ {...props}
18
+ >
19
+ <Rect width={342} height={342} fill="url(#NeetoRecord_svg__a)" rx={92.11} />
20
+ <Mask
21
+ id="NeetoRecord_svg__c"
22
+ width={342}
23
+ height={342}
24
+ x={0}
25
+ y={0}
26
+ maskUnits="userSpaceOnUse"
27
+ style={{
28
+ maskType: "alpha",
29
+ }}
30
+ >
31
+ <Rect
32
+ width={342}
33
+ height={342}
34
+ fill="url(#NeetoRecord_svg__b)"
35
+ rx={92.11}
36
+ />
37
+ </Mask>
38
+ <G mask="url(#NeetoRecord_svg__c)">
39
+ <Path
40
+ fill="url(#NeetoRecord_svg__d)"
41
+ d="M319.936 191.227c0-87.333-70.797-158.13-158.129-158.13H3.677v316.259h316.259V191.227Z"
42
+ />
43
+ </G>
44
+ <Path
45
+ fill={props.color}
46
+ d="M223.384 159.725c0-1.403.783-2.688 2.028-3.325l25.182-12.901c2.473-1.267 5.406.537 5.406 3.325v66.323c0 2.762-2.884 4.567-5.354 3.351l-25.182-12.405a3.734 3.734 0 0 1-2.08-3.351v-41.017ZM170.205 174.97c0 10.248-8.274 18.556-18.479 18.556s-18.479-8.308-18.479-18.556c0-10.248 8.274-18.555 18.479-18.555s18.479 8.307 18.479 18.555Z"
47
+ />
48
+ <Path
49
+ fill={props.color}
50
+ fillRule="evenodd"
51
+ d="M151.726 105c36.3 0 65.727 29.549 65.727 66v66H86V105h65.726Zm37.064 69.97c0 20.555-16.594 37.218-37.064 37.218s-37.064-16.663-37.064-37.218c0-20.555 16.594-37.218 37.064-37.218s37.064 16.663 37.064 37.218Z"
52
+ clipRule="evenodd"
53
+ />
54
+ <Defs>
55
+ <LinearGradient
56
+ id="NeetoRecord_svg__a"
57
+ x1={-235.5}
58
+ x2={656}
59
+ y1={-258}
60
+ y2={678}
61
+ gradientUnits="userSpaceOnUse"
62
+ >
63
+ <Stop offset={0.391} stopColor="#8B97FF" />
64
+ <Stop offset={1} stopColor="#00FFE0" />
65
+ </LinearGradient>
66
+ <LinearGradient
67
+ id="NeetoRecord_svg__b"
68
+ x1={-23.954}
69
+ x2={318.389}
70
+ y1={-19.463}
71
+ y2={522.498}
72
+ gradientUnits="userSpaceOnUse"
73
+ >
74
+ <Stop offset={1} stopColor="#FFD55C" />
75
+ </LinearGradient>
76
+ <LinearGradient
77
+ id="NeetoRecord_svg__d"
78
+ x1={275.728}
79
+ x2={3.678}
80
+ y1={82.407}
81
+ y2={349.356}
82
+ gradientUnits="userSpaceOnUse"
83
+ >
84
+ <Stop stopColor={props.color} stopOpacity={0.16} />
85
+ <Stop offset={0.531} stopColor={props.color} stopOpacity={0} />
86
+ </LinearGradient>
87
+ </Defs>
88
+ </Svg>
89
+ );
90
+ export default SvgNeetoRecord;
@@ -18,6 +18,7 @@ export { default as NeetoMonitor } from "./NeetoMonitor";
18
18
  export { default as NeetoPlanner } from "./NeetoPlanner";
19
19
  export { default as NeetoPopups } from "./NeetoPopups";
20
20
  export { default as NeetoQuiz } from "./NeetoQuiz";
21
+ export { default as NeetoRecord } from "./NeetoRecord";
21
22
  export { default as NeetoReplay } from "./NeetoReplay";
22
23
  export { default as NeetoReview } from "./NeetoReview";
23
24
  export { default as NeetoRunner } from "./NeetoRunner";
@@ -0,0 +1,40 @@
1
+ import * as React from "react";
2
+ import Svg, { Path, Defs, LinearGradient, Stop } from "react-native-svg";
3
+ const SvgNeetoRecord = (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
+ fill="url(#NeetoRecord_svg__a)"
13
+ d="M140 70c0-38.66-31.34-70-70-70H0v140h140V70Z"
14
+ />
15
+ <Path
16
+ fill={props.color}
17
+ d="M95.607 73.232c0-.647.362-1.24.938-1.533l11.659-5.949a1.721 1.721 0 0 1 2.503 1.533v30.58a1.72 1.72 0 0 1-2.479 1.545l-11.658-5.72a1.721 1.721 0 0 1-.963-1.545V73.232ZM70.985 80.26a8.555 8.555 0 1 1-17.11 0 8.555 8.555 0 0 1 17.11 0Z"
18
+ />
19
+ <Path
20
+ fill={props.color}
21
+ fillRule="evenodd"
22
+ d="M62.43 48c16.807 0 30.43 13.624 30.43 30.43v30.431H32V48h30.43Zm17.16 32.26c0 9.478-7.683 17.16-17.16 17.16s-17.16-7.682-17.16-17.16c0-9.476 7.683-17.16 17.16-17.16s17.16 7.684 17.16 17.16Z"
23
+ clipRule="evenodd"
24
+ />
25
+ <Defs>
26
+ <LinearGradient
27
+ id="NeetoRecord_svg__a"
28
+ x1={216.5}
29
+ x2={-80}
30
+ y1={256}
31
+ y2={-86.5}
32
+ gradientUnits="userSpaceOnUse"
33
+ >
34
+ <Stop stopColor="#00FFE0" />
35
+ <Stop offset={0.5} stopColor="#8B97FF" />
36
+ </LinearGradient>
37
+ </Defs>
38
+ </Svg>
39
+ );
40
+ export default SvgNeetoRecord;
@@ -17,6 +17,7 @@ export { default as NeetoKb } from "./NeetoKb";
17
17
  export { default as NeetoPlanner } from "./NeetoPlanner";
18
18
  export { default as NeetoPopups } from "./NeetoPopups";
19
19
  export { default as NeetoQuiz } from "./NeetoQuiz";
20
+ export { default as NeetoRecord } from "./NeetoRecord";
20
21
  export { default as NeetoReplay } from "./NeetoReplay";
21
22
  export { default as NeetoReview } from "./NeetoReview";
22
23
  export { default as NeetoRunner } from "./NeetoRunner";
@@ -0,0 +1,50 @@
1
+ import * as React from "react";
2
+ import Svg, { Path, Defs, LinearGradient, Stop } from "react-native-svg";
3
+ const SvgNeetoRecord = (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
+ fill="url(#neetoRecord_svg__a)"
13
+ d="M56 32C56 18.745 45.255 8 32 8H8v48h48V32Z"
14
+ />
15
+ <Path
16
+ fill={props.color}
17
+ d="M40.78 33.108a.59.59 0 0 1 .322-.526l3.997-2.04a.59.59 0 0 1 .858.526v10.485a.59.59 0 0 1-.85.53l-3.997-1.961a.59.59 0 0 1-.33-.53v-6.484ZM32.338 35.518a2.933 2.933 0 1 1-5.866 0 2.933 2.933 0 0 1 5.866 0Z"
18
+ />
19
+ <Path
20
+ fill={props.color}
21
+ fillRule="evenodd"
22
+ d="M29.405 24.457c5.762 0 10.433 4.671 10.433 10.433v10.434H18.972V24.457h10.433Zm5.883 11.06a5.883 5.883 0 1 1-11.767 0 5.883 5.883 0 0 1 11.767 0Z"
23
+ clipRule="evenodd"
24
+ />
25
+ <Path
26
+ fill="#11243E"
27
+ fillRule="evenodd"
28
+ d="M98.087 17.627H81.24l8.336 8.198h8.511c5.365 0 9.708 4.25 9.708 9.488V53h8.38V35.313c0-9.77-8.101-17.686-18.088-17.686Zm-9.708 9.392L80 18.778V53h8.38V27.019Zm64.603 20.198-5.318-5.505-.318.301c-1.845 1.742-4.938 3.425-9.211 3.425-3.005 0-5.321-.748-6.995-2.044-1.547-1.196-2.581-2.886-3.093-4.968h26.899l.02-.413c.283-5.871-1.216-10.969-4.28-14.606-3.071-3.645-7.679-5.78-13.513-5.78-10.303 0-18.348 7.59-18.348 17.688 0 5.074 1.903 9.503 5.295 12.663 3.391 3.158 8.242 5.022 14.096 5.022 6.836 0 11.264-2.333 14.463-5.485l.303-.298Zm38.825 0-5.317-5.505-.319.301c-1.845 1.742-4.938 3.425-9.211 3.425-3.005 0-5.321-.748-6.995-2.044-1.547-1.196-2.58-2.886-3.093-4.968h26.899l.02-.413c.283-5.871-1.216-10.969-4.28-14.606-3.071-3.645-7.679-5.78-13.512-5.78-10.304 0-18.349 7.59-18.349 17.688 0 5.074 1.903 9.503 5.295 12.663 3.391 3.158 8.242 5.022 14.096 5.022 6.836 0 11.264-2.333 14.463-5.485l.303-.298Zm10.586-29.293h-5.918v7.555h5.918v13.192c0 5.326.796 8.958 3.05 11.235 2.258 2.28 5.868 3.094 11.179 3.094h1.553v-7.746h-.44c-1.597 0-2.825-.06-3.774-.237-.946-.177-1.574-.462-2.011-.883-.436-.42-.73-1.02-.912-1.922-.182-.908-.244-2.082-.244-3.61V25.479h7.381v-7.555h-7.381V9h-8.401v8.924Zm-65.138 7.189c2.706 0 4.691.797 6.085 2.096 1.292 1.205 2.113 2.874 2.506 4.836h-17.803c.514-2.15 1.56-3.827 3.022-4.991 1.577-1.256 3.673-1.941 6.19-1.941Zm38.826 0c2.705 0 4.69.797 6.084 2.096 1.292 1.205 2.113 2.874 2.507 4.836h-17.804c.514-2.15 1.56-3.827 3.022-4.991 1.577-1.256 3.673-1.941 6.191-1.941Zm62.798.015c5.59 0 10.034 4.57 10.034 10.186 0 5.615-4.444 10.185-10.034 10.185-5.588 0-9.966-4.566-9.966-10.185 0-5.62 4.378-10.186 9.966-10.186Zm0-7.501c-10.033 0-18.054 7.756-18.054 17.687 0 9.863 8.02 17.686 18.054 17.686C248.91 53 257 45.18 257 35.314c0-9.933-8.091-17.687-18.121-17.687Z"
29
+ clipRule="evenodd"
30
+ />
31
+ <Path
32
+ fill="#11243E"
33
+ d="m285.884 55-9.651-17.045h-4.136V55h-8.773V11.259h16.419c3.384 0 6.266.605 8.648 1.817 2.381 1.17 4.157 2.778 5.326 4.825 1.212 2.006 1.818 4.262 1.818 6.768 0 2.883-.836 5.494-2.507 7.834-1.671 2.297-4.157 3.885-7.457 4.762L296.036 55h-10.152Zm-13.787-23.625h7.332c2.382 0 4.157-.564 5.327-1.692 1.17-1.17 1.755-2.779 1.755-4.826 0-2.005-.585-3.55-1.755-4.637-1.17-1.128-2.945-1.692-5.327-1.692h-7.332v12.847Zm62.98 5.514c0 1.254-.084 2.382-.251 3.384h-25.38c.209 2.507 1.086 4.47 2.632 5.891 1.546 1.42 3.447 2.13 5.703 2.13 3.258 0 5.577-1.399 6.956-4.198h9.462c-1.002 3.342-2.924 6.1-5.765 8.272-2.841 2.13-6.329 3.196-10.465 3.196-3.343 0-6.351-.731-9.024-2.193-2.632-1.504-4.7-3.614-6.204-6.33-1.463-2.715-2.194-5.849-2.194-9.4 0-3.593.731-6.747 2.194-9.462 1.462-2.716 3.509-4.805 6.141-6.267 2.632-1.462 5.661-2.193 9.087-2.193 3.3 0 6.245.71 8.836 2.13 2.632 1.42 4.658 3.447 6.078 6.079 1.462 2.59 2.194 5.577 2.194 8.961Zm-9.087-2.506c-.042-2.256-.857-4.053-2.444-5.39-1.588-1.378-3.53-2.068-5.828-2.068-2.173 0-4.011.669-5.515 2.006-1.462 1.295-2.36 3.112-2.694 5.452h16.481Zm12.568 3.258c0-3.593.731-6.726 2.193-9.4 1.462-2.715 3.488-4.804 6.079-6.266 2.59-1.504 5.556-2.256 8.898-2.256 4.303 0 7.854 1.086 10.654 3.258 2.84 2.131 4.741 5.139 5.702 9.024h-9.462c-.502-1.504-1.358-2.673-2.57-3.509-1.17-.877-2.632-1.316-4.386-1.316-2.507 0-4.492.92-5.954 2.757-1.462 1.797-2.193 4.366-2.193 7.708 0 3.3.731 5.87 2.193 7.708 1.462 1.797 3.447 2.695 5.954 2.695 3.551 0 5.869-1.588 6.956-4.763h9.462c-.961 3.76-2.862 6.747-5.702 8.962-2.841 2.214-6.392 3.321-10.654 3.321-3.342 0-6.308-.731-8.898-2.193-2.591-1.504-4.617-3.593-6.079-6.267-1.462-2.716-2.193-5.87-2.193-9.463Zm54.703 17.923c-3.342 0-6.35-.731-9.024-2.193-2.674-1.504-4.784-3.614-6.329-6.33-1.504-2.715-2.256-5.849-2.256-9.4 0-3.55.772-6.684 2.318-9.4 1.588-2.715 3.739-4.804 6.455-6.266 2.715-1.504 5.744-2.256 9.087-2.256 3.342 0 6.371.752 9.086 2.256 2.716 1.462 4.846 3.55 6.392 6.266 1.588 2.716 2.382 5.85 2.382 9.4 0 3.551-.815 6.685-2.444 9.4-1.588 2.716-3.76 4.826-6.518 6.33-2.715 1.462-5.765 2.193-9.149 2.193Zm0-7.645a9.145 9.145 0 0 0 4.449-1.128c1.421-.794 2.549-1.964 3.384-3.51.836-1.545 1.254-3.425 1.254-5.64 0-3.3-.878-5.828-2.632-7.582-1.713-1.797-3.823-2.695-6.33-2.695-2.506 0-4.616.898-6.329 2.695-1.671 1.754-2.507 4.282-2.507 7.582s.815 5.85 2.444 7.646c1.671 1.754 3.76 2.632 6.267 2.632Zm32.653-22.247c1.128-1.838 2.59-3.28 4.386-4.324 1.839-1.044 3.928-1.567 6.267-1.567v9.212h-2.319c-2.757 0-4.846.648-6.266 1.943-1.379 1.295-2.068 3.551-2.068 6.768V55h-8.774V20.283h8.774v5.389Zm13.64 11.844c0-3.51.689-6.622 2.068-9.337 1.42-2.716 3.342-4.805 5.765-6.267 2.423-1.462 5.118-2.193 8.084-2.193 2.256 0 4.408.501 6.455 1.504 2.047.96 3.676 2.256 4.888 3.885V8.627h8.898V55h-8.898v-5.139c-1.087 1.713-2.611 3.092-4.575 4.136-1.964 1.045-4.24 1.567-6.831 1.567-2.924 0-5.598-.752-8.021-2.256-2.423-1.504-4.345-3.614-5.765-6.33-1.379-2.757-2.068-5.91-2.068-9.462Zm27.322.125c0-2.13-.417-3.948-1.253-5.452-.836-1.545-1.964-2.715-3.384-3.509a8.869 8.869 0 0 0-4.575-1.253 8.888 8.888 0 0 0-4.512 1.19c-1.378.794-2.506 1.964-3.384 3.51-.835 1.504-1.253 3.3-1.253 5.389 0 2.089.418 3.927 1.253 5.515.878 1.545 2.006 2.736 3.384 3.572 1.421.835 2.925 1.253 4.512 1.253 1.63 0 3.155-.397 4.575-1.19 1.42-.836 2.548-2.006 3.384-3.51.836-1.546 1.253-3.384 1.253-5.515Z"
34
+ />
35
+ <Defs>
36
+ <LinearGradient
37
+ id="neetoRecord_svg__a"
38
+ x1={82.229}
39
+ x2={-19.429}
40
+ y1={95.771}
41
+ y2={-21.657}
42
+ gradientUnits="userSpaceOnUse"
43
+ >
44
+ <Stop stopColor="#00FFE0" />
45
+ <Stop offset={0.5} stopColor="#8B97FF" />
46
+ </LinearGradient>
47
+ </Defs>
48
+ </Svg>
49
+ );
50
+ export default SvgNeetoRecord;
@@ -15,6 +15,7 @@ export { default as NeetoKb } from "./NeetoKb";
15
15
  export { default as NeetoMonitor } from "./NeetoMonitor";
16
16
  export { default as NeetoPlanner } from "./NeetoPlanner";
17
17
  export { default as NeetoQuiz } from "./NeetoQuiz";
18
+ export { default as NeetoRecord } from "./NeetoRecord";
18
19
  export { default as NeetoReplay } from "./NeetoReplay";
19
20
  export { default as NeetoRunner } from "./NeetoRunner";
20
21
  export { default as NeetoSign } from "./NeetoSign";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-icons-rn",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "main": "./dist/icons/index.js",
5
5
  "author": "sangameshsomawar",
6
6
  "license": "MIT",