UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.25 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 MichelinStar = (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-michelin-star", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M11.81 2c2.018 0 3.478 1.232 3.874 3.129l.016.089.172-.057c.34-.104.684-.16 1.055-.175l.227-.005c2.09 0 3.925 1.93 3.925 4.094 0 1.095-.51 2.087-1.364 2.835l-.118.098.06.048c.88.737 1.36 1.605 1.416 2.656l.006.213c0 2.24-1.739 4.094-3.925 4.094-.445 0-.923-.084-1.374-.233l-.043.193c-.395 1.736-1.806 2.933-3.662 3.016l-.208.005c-2.018 0-3.477-1.232-3.873-3.13l-.03-.161-.011.006a4.1 4.1 0 01-1.26.243l-.226.005c-2.09 0-3.925-1.93-3.925-4.094 0-1.096.51-2.087 1.378-2.84l.073-.062-.03-.023c-.88-.737-1.359-1.605-1.415-2.656l-.006-.213c0-2.239 1.74-4.094 3.925-4.094.44 0 .92.098 1.391.27l.036.013.008-.048c.331-1.84 1.776-3.125 3.7-3.211z" })); exports.default = MichelinStar;