UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 419 B
import React from 'react'; export default function StarFourPointsOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-star-four-points-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M12 6.7l1.45 3.85L17.3 12l-3.85 1.45L12 17.3l-1.45-3.85L6.7 12l3.85-1.45L12 6.7M12 1L9 9l-8 3 8 3 3 8 3-8 8-3-8-3-3-8z" /> </svg> ); }