react-native-unicons
Version:
Unicons icons for React Native
9 lines (8 loc) • 422 B
JavaScript
import * as React from 'react';
import Svg, { Path } from 'react-native-svg';
function SvgVuejs(props) {
return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}>
<Path d="M18.03 2.443H14.388L12.013 6.4 9.63 2.444l-2.646-.001H.831L12.03 21.558 23.168 2.443zm-6.005 15.15L4.322 4.443h2.824l4.885 8.406 4.847-8.407h2.81z" fill="currentColor"/>
</Svg>);
}
export default SvgVuejs;