iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.78 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 Stars = (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-stars", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M17.657 12.007a1.39 1.39 0 00-1.103.765l-.855 1.723-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393 1.29l1.377 1.337-.326 1.892a1.393 1.393 0 002.018 1.465l1.708-.895 1.708.896a1.388 1.388 0 001.462-.105l.112-.09a1.39 1.39 0 00.442-1.272l-.325-1.891 1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39 1.39 0 00-1.073-.81l-1.907-.278-.853-1.722A1.393 1.393 0 0017.8 12l-.143.007zM6.057 12.007a1.39 1.39 0 00-1.103.765l-.855 1.723-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393 1.29L2.8 18.483l-.326 1.892a1.393 1.393 0 002.018 1.465l1.708-.895 1.708.896a1.388 1.388 0 001.462-.105l.112-.09a1.39 1.39 0 00.442-1.272L9.6 18.483l1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39 1.39 0 00-1.073-.81L8.3 14.494l-.853-1.722A1.393 1.393 0 006.2 12l-.143.007zM11.857 2.007a1.39 1.39 0 00-1.103.765l-.855 1.723-1.907.277c-.52.072-.96.44-1.124.944l-.038.14c-.1.465.046.954.393 1.29L8.6 8.483l-.326 1.892a1.393 1.393 0 002.018 1.465L12 10.946l1.709.896a1.388 1.388 0 001.462-.105l.112-.09a1.39 1.39 0 00.442-1.272L15.4 8.483l1.38-1.339c.38-.371.516-.924.352-1.427l-.051-.134a1.39 1.39 0 00-1.073-.81L14.1 4.494l-.853-1.722A1.393 1.393 0 0012 2l-.143.007z" }));
exports.default = Stars;