UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.03 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 BoxingGlove = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M168 16h-48a56.06 56.06 0 00-56 56h-8a32 32 0 00-32 32v29.19a16.09 16.09 0 003.51 10 8 8 0 00.62.69L64 179.34V216a16 16 0 0016 16h112a16 16 0 0016-16v-38.88l15.38-53.85a15.89 15.89 0 00.62-4.39V72a56.06 56.06 0 00-56-56zm40 102.88l-15.69 54.92a7.85 7.85 0 00-.31 2.2v40H80v-40a8 8 0 00-2.38-5.69L40 133.12V104a16 16 0 0116-16h8v16a8 8 0 0016 0V72a40 40 0 0140-40h48a40 40 0 0140 40zm-36.42 48.28L153.89 176l17.69 8.84a8 8 0 01-7.16 14.32L136 184.94l-28.42 14.22a8 8 0 11-7.16-14.32l17.69-8.84-17.69-8.84a8 8 0 117.16-14.32L136 167.06l28.42-14.22a8 8 0 117.16 14.32z" })); exports.default = BoxingGlove;