UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 502 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgEdit2Line = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M5 18.89h1.414l9.314-9.314-1.414-1.414L5 17.476zm16 2H3v-4.243L16.435 3.212a1 1 0 0 1 1.414 0l2.829 2.829a1 1 0 0 1 0 1.414L9.243 18.89H21zM15.728 6.748l1.414 1.414 1.414-1.414-1.414-1.414z" /> </Svg> ); export default SvgEdit2Line;