UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 461 B
import React from 'react'; export default function MusicCircleIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-music-circle ${props.className}`} viewBox="0 0 24 24" > <path d="M16 9V7h-4v5.5c-.42-.31-.93-.5-1.5-.5A2.5 2.5 0 0 0 8 14.5a2.5 2.5 0 0 0 2.5 2.5 2.5 2.5 0 0 0 2.5-2.5V9h3m-4-7a10 10 0 0 1 10 10 10 10 0 0 1-10 10A10 10 0 0 1 2 12 10 10 0 0 1 12 2z" /> </svg> ); }