@momo-kits/tab-view 0.80.9 → 0.81.1
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.
- package/assets/Path.tsx +1 -7
- package/package.json +1 -1
package/assets/Path.tsx
CHANGED
|
@@ -4,13 +4,7 @@ import Svg, {Path} from 'react-native-svg';
|
|
|
4
4
|
|
|
5
5
|
const PathSvg: FC<ViewProps> = ({style}) => {
|
|
6
6
|
return (
|
|
7
|
-
<Svg
|
|
8
|
-
width="28"
|
|
9
|
-
height="44"
|
|
10
|
-
viewBox="0 0 28 44"
|
|
11
|
-
fill="none"
|
|
12
|
-
style={style}
|
|
13
|
-
xmlns="http://www.w3.org/2000/svg">
|
|
7
|
+
<Svg width="28" height="44" viewBox="0 0 28 44" fill="none" style={style}>
|
|
14
8
|
<Path
|
|
15
9
|
d="M0 0H0.60765C6.47582 0 11.4819 4.23831 12.4602 10.0244C13.9248 18.6872 15.9294 30.37 16.6925 34C17.9536 40 22.259 44 27.9996 44H0V0Z"
|
|
16
10
|
fill="white"
|