UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 913 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 Trophy = (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-trophy", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M17 3a1 1 0 01.993.883L18 4v2.17a3 3 0 110 5.659V12a6.002 6.002 0 01-5 5.917V20h3a1 1 0 01.117 1.993L16 22H8a1 1 0 01-.117-1.993L8 20h3v-2.083a6.002 6.002 0 01-4.996-5.692L6 12v-.171a3 3 0 01-3.996-2.653L2.001 9l.005-.176A3 3 0 016.001 6.17L6 4a1 1 0 011-1h10zM5 8a1 1 0 100 2 1 1 0 000-2zm14 0a1 1 0 100 2 1 1 0 000-2z" })); exports.default = Trophy;