@bigbinary/neeto-icons-rn 1.20.2 → 1.20.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import Svg, { Path } from "react-native-svg";
|
|
3
|
-
const
|
|
3
|
+
const SvgSparkle = (props) => (
|
|
4
4
|
<Svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
6
|
width={props.size}
|
|
@@ -13,8 +13,8 @@ const SvgSections = (props) => (
|
|
|
13
13
|
strokeLinecap="round"
|
|
14
14
|
strokeLinejoin="round"
|
|
15
15
|
strokeWidth={1.5}
|
|
16
|
-
d="
|
|
16
|
+
d="M3 16.792a4 4 0 0 1 4 4 4 4 0 0 1 4-4 4 4 0 0 1-4-4 4 4 0 0 1-4 4m10-3a4 4 0 0 1 4 4 4 4 0 0 1 4-4 4 4 0 0 1-4-4 4 4 0 0 1-4 4m-6-7a4 4 0 0 1 4 4 4 4 0 0 1 4-4 4 4 0 0 1-4-4 4 4 0 0 1-4 4"
|
|
17
17
|
/>
|
|
18
18
|
</Svg>
|
|
19
19
|
);
|
|
20
|
-
export default
|
|
20
|
+
export default SvgSparkle;
|
package/dist/icons/index.js
CHANGED
|
@@ -172,7 +172,6 @@ export { default as RightArrow } from "./RightArrow";
|
|
|
172
172
|
export { default as Robot } from "./Robot";
|
|
173
173
|
export { default as Scale } from "./Scale";
|
|
174
174
|
export { default as Search } from "./Search";
|
|
175
|
-
export { default as Sections } from "./Sections";
|
|
176
175
|
export { default as Security } from "./Security";
|
|
177
176
|
export { default as Send } from "./Send";
|
|
178
177
|
export { default as SendPlane } from "./SendPlane";
|
|
@@ -183,6 +182,7 @@ export { default as Share } from "./Share";
|
|
|
183
182
|
export { default as SidebarClose } from "./SidebarClose";
|
|
184
183
|
export { default as SidebarOpen } from "./SidebarOpen";
|
|
185
184
|
export { default as Smiley } from "./Smiley";
|
|
185
|
+
export { default as Sparkle } from "./Sparkle";
|
|
186
186
|
export { default as SpecificWindow } from "./SpecificWindow";
|
|
187
187
|
export { default as Status } from "./Status";
|
|
188
188
|
export { default as Subdomain } from "./Subdomain";
|