iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.07 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 StarFatHalf2 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.082 2.375a.75.75 0 00-1.423-.332L9.005 7.421l-5.935.863a.75.75 0 00-.416 1.279l4.295 4.186-1.014 5.911a.75.75 0 001.088.79l5.658-2.974a.75.75 0 00.4-.663V2.374zm-2.907 6.064l1.407-2.85v10.77L7.67 18.416l.824-4.802a.75.75 0 00-.216-.664L4.79 9.55l4.822-.701a.75.75 0 00.564-.41z", fill: "#323544" }),
React.createElement("path", { d: "M17.64 20.45l-3.04-1.598v-1.695l2.393 1.259-.823-4.802a.75.75 0 01.215-.664l3.49-3.4-4.822-.701a.75.75 0 01-.454-.245v-3.33l1.06 2.147 5.935.863a.75.75 0 01.415 1.279l-4.294 4.186 1.014 5.911a.75.75 0 01-1.088.79z", fill: "#323544" }));
exports.default = StarFatHalf2;