Lines Matching refs:Svg
2 import * as Svg from 'react-native-svg';
11 <Svg.Svg height="100" width="100">
12 <Svg.Line x1="10%" y1="10%" x2="90%" y2="90%" stroke="red" strokeWidth="2" />
13 </Svg.Svg>
23 <Svg.Svg height="100" width="200">
24 <Svg.Line
33 <Svg.Line
42 <Svg.Line
51 </Svg.Svg>
57 <Svg.Svg height="20" width="20">
58 <Svg.Line x1="0" y1="0" x2="20" y2="20" stroke="red" strokeWidth="1" />
59 </Svg.Svg>