react-native-unicons
Version:
Unicons icons for React Native
9 lines (8 loc) • 426 B
JavaScript
import * as React from 'react';
import Svg, { Path } from 'react-native-svg';
function SvgVisualStudio(props) {
return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}>
<Path d="M16.85 2L9.09 9.77l-4.9-3.86L2.05 7v10l2.15 1.09 4.93-3.85L16.87 22 22 19.93V4zM4.37 14.3V9.65l2.44 2.43zm12.33 1.29L12.05 12l4.65-3.59z" fill="currentColor"/>
</Svg>);
}
export default SvgVisualStudio;