@react-icons/all-files
Version:
SVG React icons of popular icon packs using ES6 imports
6 lines (5 loc) • 456 B
JavaScript
// THIS FILE IS AUTO GENERATED
var GenIcon = require('../lib').GenIcon
module.exports.GrStarHalf = function GrStarHalf (props) {
return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"g","attr":{"fill":"none","fillRule":"evenodd"},"child":[{"tag":"polygon","attr":{"fillOpacity":".2","points":"12 16.667 12 2 14.5 9.5 22 9.5 16 14 19 22"}},{"tag":"polygon","attr":{"points":"12 16.667 5 22 8 14 2 9.5 9.5 9.5 12 2"}}]}]})(props);
};