react-native-unicons
Version:
Unicons icons for React Native
9 lines (8 loc) • 351 B
JavaScript
import * as React from 'react';
import Svg, { Path } from 'react-native-svg';
function SvgAdobe(props) {
return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}>
<Path d="M9.07 17.28h2.78l1.75 3.44h2.54L12 9.87zM2 3v18L9.42 3zm12.48 0L22 20.81V3z" fill="currentColor"/>
</Svg>);
}
export default SvgAdobe;