UNPKG

@holokit/icons

Version:

Components, fonts, icons, and css files for creating and displaying icons.

13 lines (10 loc) 361 B
import React from 'react' const StarFlag = props => ( <svg viewBox="0 0 43 57" {...props}> <g fill="none" fillRule="evenodd" strokeLinejoin="round"> <path d="M42 56L21.5 42.848 1 56V1h41z" /> <path d="M21 11l3.545 9.524H34l-7.09 5.952L29.272 36 21 30.048 12.727 36l2.364-9.524L8 20.524h9.455z" /> </g> </svg> ) export default StarFlag