UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 451 B
import React from 'react'; export default function StarCircleIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-star-circle ${props.className}`} viewBox="0 0 24 24" > <path d="M16.23 18L12 15.45 7.77 18l1.12-4.81-3.73-3.23 4.92-.42L12 5l1.92 4.53 4.92.42-3.73 3.23L16.23 18M12 2C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10 10 10 0 0 0 10-10A10 10 0 0 0 12 2z" /> </svg> ); }