iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 698 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const StarHalf = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.406 6.252L8 1l1.595 5.252H15l-4.373 3.4L12.251 15 8 11.695 3.75 15l1.623-5.348L1 6.252h5.406zM8 10.032l1.915 1.49-.731-2.41 1.915-1.49H8.732L8 5.214v4.82zm0-7.525zm5.652 4.215H9.28h4.372z", fill: "#FF8E00" }));
exports.default = StarHalf;