UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.02 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 BoxingGloveBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M168 12h-48a60.08 60.08 0 00-59.87 56H56a36 36 0 00-36 36v29.19a20.13 20.13 0 004.38 12.5 11.46 11.46 0 00.94 1L60 181v35a20 20 0 0020 20h112a20 20 0 0020-20v-38.32l15.23-53.3a20.07 20.07 0 00.77-5.5V72a60.07 60.07 0 00-60-60zm36 106.32l-15.54 54.38a12.28 12.28 0 00-.46 3.3v36H84v-36a12 12 0 00-3.56-8.53L44 131.45V104a12 12 0 0112-12h4v12a12 12 0 0024 0V72a36 36 0 0136-36h48a36 36 0 0136 36zM166.66 162l-9 6 9 6a12 12 0 11-13.32 20L136 182.42 118.66 194a12 12 0 01-13.32-20l9-6-9-6a12 12 0 0113.32-20L136 153.58 153.34 142a12 12 0 1113.32 20z" })); exports.default = BoxingGloveBold;