iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 2.27 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 Star = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.552 8.06l-4.169 4.176 1.567 5.805c.013.05.01.1.01.151 0 .014.002.025.001.039a.555.555 0 0 1-.155.341c-.006.006-.003.014-.009.02-.003.003-.008.001-.012.005a.56.56 0 0 1-.243.144c-.05.014-.101.01-.151.01h-.002a.563.563 0 0 1-.366-.139c-.011-.008-.028-.004-.04-.014l-5.118-3.643-5.12 3.643c-.01.01-.027.006-.039.014a.563.563 0 0 1-.365.139h-.002c-.05 0-.1.004-.152-.01a.562.562 0 0 1-.242-.144c-.004-.004-.01-.002-.013-.005-.006-.006-.003-.014-.008-.02a.561.561 0 0 1-.156-.341c0-.014.002-.025.003-.039-.001-.05-.005-.1.009-.151l1.567-5.805-4.17-4.176A.55.55 0 0 1 1 7.658c0-.009.005-.015.005-.023a.552.552 0 0 1 .145-.352c.005-.006.003-.015.009-.021.006-.006.015-.003.02-.009a.546.546 0 0 1 .353-.146c.008 0 .014-.004.022-.004h4.673L9.385 1.26c.006-.01.016-.016.022-.025.02-.03.046-.054.072-.08.028-.026.053-.052.084-.072.01-.005.015-.015.025-.02.02-.012.043-.013.064-.022a.533.533 0 0 1 .109-.035A.524.524 0 0 1 9.865 1c.035 0 .069 0 .104.007.038.007.073.02.109.035.021.01.043.01.064.021.01.006.015.015.024.021.031.02.057.046.084.072.027.026.052.05.073.08.006.009.016.015.022.025l3.158 5.842h4.673c.008 0 .014.004.022.004a.55.55 0 0 1 .352.146c.006.006.015.003.02.009.007.006.004.015.01.02.086.094.139.216.145.353 0 .008.005.014.005.022a.55.55 0 0 1-.178.403zm-5.363.152c-.034 0-.064-.013-.097-.02-.027-.004-.049-.006-.075-.014a.543.543 0 0 1-.269-.201c-.01-.014-.03-.014-.039-.03L9.865 2.687 7.02 7.948c-.009.015-.029.016-.04.03a.543.543 0 0 1-.268.2c-.027.008-.048.01-.075.015-.033.006-.063.02-.097.02H2.885l3.496 3.502c.005.005.003.013.008.018.093.1.148.228.152.367l-.001.01c0 .05.004.102-.01.153l-1.243 4.608 4.139-2.945c.12-.111.279-.15.438-.14a.574.574 0 0 1 .439.14l4.138 2.945-1.243-4.608c-.014-.051-.01-.102-.01-.153v-.01a.557.557 0 0 1 .152-.367c.005-.005.002-.013.007-.018l3.496-3.503h-3.654z", fill: "#000", fillRule: "evenodd" }));
exports.default = Star;