@bigbinary/neeto-icons-rn 1.20.18 → 1.20.19

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.
@@ -10,10 +10,8 @@ const SvgHome = (props) => (
10
10
  >
11
11
  <Path
12
12
  stroke={props.color}
13
- strokeLinecap="round"
14
- strokeLinejoin="round"
15
13
  strokeWidth={1.5}
16
- d="M3.734 9.764 12.002 3l8.265 6.764c.464.379.733.948.733 1.547V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7.688c0-.6.269-1.169.734-1.548M8 17h8"
14
+ d="M4 10.064v9.365c0 .315.256.571.571.571H9.43a.57.57 0 0 0 .571-.571V14.57c0-.315.256-.571.571-.571h2.858c.315 0 .571.256.571.571v4.858c0 .315.256.571.571.571h4.858a.57.57 0 0 0 .571-.571v-9.365a.57.57 0 0 0-.201-.435L12.37 3.315a.57.57 0 0 0-.74 0L4.2 9.629a.57.57 0 0 0-.201.435Z"
17
15
  />
18
16
  </Svg>
19
17
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-icons-rn",
3
- "version": "1.20.18",
3
+ "version": "1.20.19",
4
4
  "main": "./dist/icons/index.js",
5
5
  "author": "sangameshsomawar",
6
6
  "license": "MIT",