UNPKG

react-native-unicons

Version:
9 lines (8 loc) 545 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgCropAltRotateRight(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M16 4h-.59l.3-.29a1 1 0 10-1.42-1.42l-2 2a1 1 0 000 1.42l2 2a1 1 0 001.42 0 1 1 0 000-1.42l-.3-.29H16a3 3 0 013 3v2a1 1 0 002 0V9a5 5 0 00-5-5zm0 14h-1v-7a1 1 0 00-1-1H7V9a1 1 0 00-2 0v1H4a1 1 0 000 2h1v7a1 1 0 001 1h7v1a1 1 0 002 0v-1h1a1 1 0 000-2zm-3 0H7v-6h6z" fill="currentColor"/> </Svg>); } export default SvgCropAltRotateRight;