UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 369 B
import React from 'react'; export default function MusicNoteSixteenthDottedIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-music-note-sixteenth-dotted ${props.className}`} > <path d="M18 18.5a1.5 1.5 0 1 1-1.5-1.5 1.5 1.5 0 0 1 1.5 1.5M18 7V3h-6v10.55A4 4 0 1 0 14 17v-6h4V8h-4V7z" /> </svg> ); }