@bigbinary/neeto-icons-rn 1.20.68 → 1.20.69

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,49 +1,42 @@
1
1
  import * as React from "react";
2
- import Svg, { G, Path, Defs, ClipPath, Rect } from "react-native-svg";
2
+ import Svg, { Path } from "react-native-svg";
3
3
  const SvgHighlight = (props) => (
4
4
  <Svg
5
5
  fill="none"
6
6
  xmlns="http://www.w3.org/2000/svg"
7
- viewBox="0 0 24 24"
7
+ viewBox="0 0 20 17"
8
8
  width={props.size}
9
9
  height={props.size}
10
10
  {...props}
11
11
  >
12
- <G clipPath="url(#clip0_149_431)">
13
- <Path
14
- d="M3 19H7L17.5 8.5C18.0304 7.96956 18.3284 7.25014 18.3284 6.5C18.3284 5.74985 18.0304 5.03043 17.5 4.5C16.9696 3.96956 16.2501 3.67157 15.5 3.67157C14.7499 3.67157 14.0304 3.96956 13.5 4.5L3 15V19Z"
15
- stroke="#344054"
16
- strokeWidth={1.2}
17
- strokeLinecap="round"
18
- strokeLinejoin="round"
19
- />
20
- <Path
21
- d="M12.5 5.5L16.5 9.5"
22
- stroke="#344054"
23
- strokeWidth={1.2}
24
- strokeLinecap="round"
25
- strokeLinejoin="round"
26
- />
27
- <Path
28
- d="M4.5 13.5L8.5 17.5"
29
- stroke="#344054"
30
- strokeWidth={1.2}
31
- strokeLinecap="round"
32
- strokeLinejoin="round"
33
- />
34
- <Path
35
- d="M21 15V19H13L17 15H21Z"
36
- stroke="#344054"
37
- strokeWidth={1.2}
38
- strokeLinecap="round"
39
- strokeLinejoin="round"
40
- />
41
- </G>
42
- <Defs>
43
- <ClipPath id="clip0_149_431">
44
- <Rect width={24} height={24} fill="white" />
45
- </ClipPath>
46
- </Defs>
12
+ <Path
13
+ d="M0.600006 15.9284H4.60001L15.1 5.4284C15.6304 4.89797 15.9284 4.17855 15.9284 3.4284C15.9284 2.67826 15.6304 1.95884 15.1 1.4284C14.5696 0.89797 13.8502 0.599976 13.1 0.599976C12.3499 0.599976 11.6304 0.89797 11.1 1.4284L0.600006 11.9284V15.9284Z"
14
+ stroke="#0C111D"
15
+ strokeWidth={1.2}
16
+ strokeLinecap="round"
17
+ strokeLinejoin="round"
18
+ />
19
+ <Path
20
+ d="M10.1 2.42834L14.1 6.42834"
21
+ stroke="#0C111D"
22
+ strokeWidth={1.2}
23
+ strokeLinecap="round"
24
+ strokeLinejoin="round"
25
+ />
26
+ <Path
27
+ d="M2.10001 10.4283L6.10001 14.4283"
28
+ stroke="#0C111D"
29
+ strokeWidth={1.2}
30
+ strokeLinecap="round"
31
+ strokeLinejoin="round"
32
+ />
33
+ <Path
34
+ d="M18.6 11.9283V15.9283H10.6L14.6 11.9283H18.6Z"
35
+ stroke="#0C111D"
36
+ strokeWidth={1.2}
37
+ strokeLinecap="round"
38
+ strokeLinejoin="round"
39
+ />
47
40
  </Svg>
48
41
  );
49
42
  export default SvgHighlight;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-icons-rn",
3
- "version": "1.20.68",
3
+ "version": "1.20.69",
4
4
  "main": "./dist/icons/index.js",
5
5
  "author": "sangameshsomawar",
6
6
  "license": "MIT",