UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 406 B
import React from 'react'; export default function MusicAccidentalSharpIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-music-accidental-sharp ${props.className}`} > <path d="M17 9.5v-2l-2 .6V5.5h-2v3.2l-2 .6V6.5H9v3.4l-2 .6v2l2-.6v2l-2 .6v2l2-.6v2.6h2v-3.2l2-.6v2.8h2v-3.4l2-.6v-2l-2 .6v-2l2-.6m-4 3.2-2 .6v-2l2-.6v2z" /> </svg> ); }