UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 354 B
import React from 'react'; export default function MusicNoteSixteenthIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-music-note-sixteenth ${props.className}`} > <path d="M18 7V3h-6v10.55c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4v-6h4V8h-4V7h4z" /> </svg> ); }