UNPKG

no-mui-icons-filled

Version:

Filled (standard) Material UI Icons repackaged without MUI dependencies

6 lines (5 loc) 469 B
export function LabelOffFilledIcon({ className, ...props }) { return ( <svg className={`no-mui-icon no-mui-filled-icon no-mui-label-off-filled-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="M3.25 2.75l17 17L19 21l-2-2H5c-1.1 0-2-.9-2-2V7c0-.55.23-1.05.59-1.41L2 4l1.25-1.25zM22 12l-4.37-6.16C17.27 5.33 16.67 5 16 5H8l11 11 3-4z"/></svg> ); }