UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 935 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 TrophyFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-trophy-fill", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M2.5.5A.5.5 0 013 0h10a.5.5 0 01.5.5q0 .807-.034 1.536a3 3 0 11-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 01-.3.9H3a.5.5 0 01-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 11-1.132-5.89A33 33 0 012.5.5m.099 2.54a2 2 0 00.72 3.935c-.333-1.05-.588-2.346-.72-3.935m10.083 3.935a2 2 0 00.72-3.935c-.133 1.59-.388 2.885-.72 3.935" })); exports.default = TrophyFill;