iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.15 kB
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", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-star-half", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12 1a.993.993 0 01.823.443l.067.116 2.852 5.781 6.38.925c.741.108 1.08.94.703 1.526l-.07.095-.078.086-4.624 4.499 1.09 6.355a1.001 1.001 0 01-1.249 1.135l-.101-.035-.101-.046-5.693-3-5.706 3c-.105.055-.212.09-.32.106l-.106.01a1.003 1.003 0 01-1.038-1.06l.013-.11 1.09-6.355-4.623-4.5a1.001 1.001 0 01.328-1.647l.113-.036.114-.023 6.379-.925 2.853-5.78A.968.968 0 0112 1zm0 3.274V16.75a1 1 0 01.239.029l.115.036.112.05 4.363 2.299-.836-4.873a1 1 0 01.136-.696l.07-.099.082-.09 3.546-3.453-4.891-.708a1 1 0 01-.62-.344l-.073-.097-.06-.106L12 4.274z" }));
exports.default = StarHalf;