UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1 kB
"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 StarSharpDisabled = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M7.215 8.276L2.22 3.28A.75.75 0 013.28 2.22l18.5 18.499a.75.75 0 01-1.061 1.06l-2.408-2.407.06.183a.75.75 0 01-1.155.839L12 16.604l-5.217 3.79a.75.75 0 01-1.154-.839l1.992-6.132-5.216-3.79a.75.75 0 01.44-1.357h4.37zm8.76 8.76l-7.26-7.26H5.154l3.79 2.753a.75.75 0 01.272.839L7.77 17.823l3.79-2.753a.75.75 0 01.881 0l3.79 2.753-.256-.788zM18.845 9.776l-3.464 2.517 1.074 1.074 5.14-3.735a.75.75 0 00-.441-1.356h-6.449l-1.992-6.133a.75.75 0 00-1.427 0l-1.485 4.57 1.19 1.19L12 4.804l1.447 4.454a.75.75 0 00.714.519h4.684z", fill: "#323544" })); exports.default = StarSharpDisabled;