UNPKG

no-mui-icons-two-tone

Version:

Two tone Material UI Icons repackaged without MUI dependencies

6 lines (5 loc) 471 B
export function ManTwoToneIcon({ className, ...props }) { return ( <svg className={`no-mui-icon no-mui-two-tone-icon no-mui-man-two-tone-icon ${ className ?? '' }`} {...props} xmlns="http://www.w3.org/2000/svg" enableBackground="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><rect fill="none" height="24" width="24"/></g><g><g><path d="M14,7h-4C8.9,7,8,7.9,8,9v6h2v7h4v-7h2V9C16,7.9,15.1,7,14,7z"/><circle cx="12" cy="4" r="2"/></g></g></svg> ); }