UNPKG

react-material-icon-svg

Version:
10 lines (8 loc) 276 B
import React from 'react'; export default function StarThreePointsIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-star-three-points ${props.className}`}> <path d="m12 2.6-3 9.8-7 7.5 10-2.3L22 20l-7-7.5-3-9.9z" /> </svg> ); }