UNPKG

react-jam-icons

Version:
13 lines (10 loc) 369 B
import React from "react"; const Star = props => ( <svg viewBox="0 0 64 61" {...props}> <path d="M64.1 23l-21.9-3.2L32.4 0l-9.8 19.8L.7 23l15.8 15.4-3.7 21.8 19.6-10.3L52 60.2l-3.7-21.8L64.1 23zM32.4 45.4l-14.3 7.5L20.9 37 9.3 25.8l15.9-2.3L32.4 9l7.1 14.4 15.9 2.3L43.9 37l2.7 15.9-14.2-7.5z" fill="#343434" /> </svg> ); export default Star;