UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 371 B
import React from 'react'; export default function MusicNoteQuarterDottedIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-music-note-quarter-dotted ${props.className}`} > <path d="M12 13v.56a3.96 3.96 0 0 0-2-.56 4 4 0 1 0 4 4V3h-2m4.5 14a1.5 1.5 0 1 1-1.5 1.5 1.5 1.5 0 0 1 1.5-1.5z" /> </svg> ); }