UNPKG

@omtanke/react-material-icons

Version:
16 lines (14 loc) 296 B
const SvgFormatPaintSharp = (props) => { return ( <svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 24 24' width='1em' className='svg-icon' {...props}> <path d='M18 4V2H4v6h14V6h1v4H9v12h4V12h8V4h-3z' /> </svg> ); } export default SvgFormatPaintSharp;