UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 355 B
import React from 'react'; export default function StarThreePointsOutlineIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-star-three-points-outline ${props.className}`} > <path d="m12 9.5 1.2 4 2.8 3-4-.9-4.1.9 2.8-3 1.3-4m0-6.9-3 9.8-7 7.5 10-2.3L22 20l-7-7.5-3-9.9z" /> </svg> ); }