UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 974 B
"use strict"; 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 StarFat = (props) => React.createElement("svg", { viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 2.125a.75.75 0 01.672.418l2.654 5.378 5.935.863a.75.75 0 01.416 1.279l-4.294 4.186 1.013 5.911a.75.75 0 01-1.088.79L12 18.16 6.69 20.95a.75.75 0 01-1.088-.79l1.014-5.911-4.295-4.186a.75.75 0 01.416-1.28l5.935-.862 2.654-5.378A.75.75 0 0112 2.125zm0 2.445L9.843 8.939a.75.75 0 01-.564.41l-4.822.7 3.49 3.401a.75.75 0 01.215.664l-.824 4.802 4.313-2.267a.75.75 0 01.698 0l4.312 2.267-.824-4.802a.75.75 0 01.216-.664l3.489-3.4-4.822-.701a.75.75 0 01-.564-.41L12 4.569z", fill: "#323544" })); exports.default = StarFat;