UNPKG

react-native-unicons

Version:
9 lines (8 loc) 379 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgCropAlt(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M19 16h-1V7a1 1 0 00-1-1H8V5a1 1 0 00-2 0v1H5a1 1 0 000 2h1v9a1 1 0 001 1h9v1a1 1 0 002 0v-1h1a1 1 0 000-2zm-3 0H8V8h8z" fill="currentColor"/> </Svg>); } export default SvgCropAlt;