UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 387 B
import React from 'react'; export default function MusicNoteEighthDottedIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-music-note-eighth-dotted ${props.className}`} viewBox="0 0 24 24" > <path d="M12 3v10.55A4 4 0 1 0 14 17V7h4V3m-1.5 17a1.5 1.5 0 1 1 1.5-1.5 1.5 1.5 0 0 1-1.5 1.5z" /> </svg> ); }