UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 483 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgEraserFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M14 18.997h7v2h-9l-3.998.002-6.487-6.488a1 1 0 0 1 0-1.414L12.12 2.491a1 1 0 0 1 1.414 0l7.779 7.778a1 1 0 0 1 0 1.414zm1.657-4.486 3.535-3.535-6.364-6.364-3.535 3.535z" /> </Svg> ); export default SvgEraserFill;