UNPKG

react-material-icon-svg

Version:
10 lines (8 loc) 267 B
import React from 'react'; export default function StarFourPointsIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-star-four-points ${props.className}`}> <path d="M12 1 9 9l-8 3 8 3 3 8 3-8 8-3-8-3-3-8z" /> </svg> ); }