UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 995 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class FaStarHalf extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m29.285714285714285 0.7142857142857143v29.88857142857143l-10.022857142857141 5.268571428571427q-0.4914285714285711 0.2657142857142887-0.8928571428571423 0.2657142857142887-0.47142857142857153 0-0.7042857142857137-0.32428571428571473t-0.23428571428571487-0.7942857142857136q0-0.134285714285717 0.04285714285714448-0.4471428571428575l1.9214285714285708-11.157142857142858-8.124285714285717-7.904285714285718q-0.5571428571428569-0.6028571428571432-0.5571428571428569-1.0714285714285712 0-0.8257142857142856 1.248571428571429-1.0285714285714285l11.205714285714286-1.6285714285714281 5.022857142857145-10.157142857142858q0.4228571428571435-0.9099999999999994 1.0942857142857108-0.9099999999999994z"/></g> </IconBase> ); } }