dashicons/react/svg.native.js
2024-03-25 01:57:54 +08:00

7 lines
153 B
JavaScript

import Svg from 'react-native-svg';
export default ( props ) => (
<Svg width={ props.width } height={ props.height } >
{ props.children }
</Svg>
);