UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 380 B
import React from 'react'; export default function CommaCircleIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-comma-circle ${props.className}`} viewBox="0 0 24 24" > <path d="M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2m3 11l-2 4h-3l2-4H9V7h6v6z" /> </svg> ); }