UNPKG

no-mui-icons-outlined

Version:

Outlined Material UI Icons repackaged without MUI dependencies

6 lines (5 loc) 491 B
export function FormatPaintOutlinedIcon({ className, ...props }) { return ( <svg className={`no-mui-icon no-mui-outlined-icon no-mui-format-paint-outlined-icon ${ className ?? '' }`} {...props} xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M18 4V3c0-.55-.45-1-1-1H5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h12c.55 0 1-.45 1-1V6h1v4H9v11c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-9h8V4h-3zm-2 2H6V4h10v2z"/></svg> ); }