UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

16 lines (15 loc) 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.Trophy = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 16 16" }, props, { ref: ref }), React.createElement("path", { d: "M13 3V1H3v2H0v2a3 3 0 003.9 2.862A5 5 0 007 9.899v3.1H6a2 2 0 00-2 2h8a2 2 0 00-2-2H9v-3.1a5.003 5.003 0 003.1-2.037A3 3 0 0016 5V3h-3zM3 6.813A1.815 1.815 0 011.187 5V4H3v1c0 .628.116 1.229.327 1.782-.106.019-.216.03-.327.03zM14.813 5a1.815 1.815 0 01-2.14 1.783A4.994 4.994 0 0013 5.001v-1h1.813v1z", key: "k0" }))); }); exports.Trophy.displayName = 'Trophy'; exports.TrophyDimensions = { height: 16, width: 16 };