react-native-unicons
Version:
Unicons icons for React Native
9 lines (8 loc) • 420 B
JavaScript
import * as React from 'react';
import Svg, { Path } from 'react-native-svg';
function SvgGoogleDrive(props) {
return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}>
<Path d="M21.423 13.888l-6.09-10.55H8.668l6.09 10.55zM8.09 4.338L2 14.888l3.334 5.774 6.089-10.55zm1.733 10.55l-3.333 5.774h12.178L22 14.887z" fill="currentColor"/>
</Svg>);
}
export default SvgGoogleDrive;