UNPKG

no-mui-icons-two-tone

Version:

Two tone Material UI Icons repackaged without MUI dependencies

6 lines (5 loc) 599 B
export function QueueMusicTwoToneIcon({ className, ...props }) { return ( <svg className={`no-mui-icon no-mui-two-tone-icon no-mui-queue-music-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><circle cx="16" cy="17" enableBackground="new" opacity=".3" r="1"/><path d="M3,10h12v2H3V10z M3,14h8v2H3V14z M3,6h12v2H3V6z M17,14.18C16.69,14.07,16.35,14,16,14c-1.66,0-3,1.34-3,3s1.34,3,3,3 s3-1.34,3-3V8h3V6h-5V14.18z"/></g></svg> ); }