@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 SvgSections = (props) => (
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="M18 4H6a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2M18 14H6a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2"
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 SvgSections;
20
+ export default SvgSparkle;
@@ -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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-icons-rn",
3
- "version": "1.20.2",
3
+ "version": "1.20.4",
4
4
  "main": "./dist/icons/index.js",
5
5
  "author": "sangameshsomawar",
6
6
  "license": "MIT",