UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 481 B
import React from 'react'; export default function PencilRemoveIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-pencil-remove ${props.className}`} viewBox="0 0 24 24" > <path d="M20.7 7c.4-.4.4-1 0-1.4l-2.3-2.3c-.4-.4-1-.4-1.4 0l-1.8 1.8L19 8.9M3 17.2V21h3.8l11-11.1-3.7-3.8L3 17.2m.9-14.8L6 4.5l2.1-2.1 1.4 1.4-2.1 2.1L9.5 8 8.1 9.5 6 7.4 3.9 9.5 2.5 8.1 4.6 6 2.5 3.8l1.4-1.4z" /> </svg> ); }