UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 404 B
import React from 'react'; export default function MusicNoteSixteenthDottedIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-music-note-sixteenth-dotted ${props.className}`} viewBox="0 0 24 24" > <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> ); }