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

3 lines
97 B
JavaScript

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