UNPKG

react-material-icon-svg

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