UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.26 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 BoxingGloveDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M216 72v46.88a7.85 7.85 0 01-.31 2.2L200 176v40a8 8 0 01-8 8H80a8 8 0 01-8-8v-40l-38.25-37.81a8 8 0 01-1.75-5V104a24 24 0 0124-24h16v-8a48 48 0 0148-48h48a48 48 0 0148 48z", opacity: ".2" }), React.createElement("path", { d: "M168 16h-48a56.06 56.06 0 00-56 56h-8a32 32 0 00-32 32v29.19a16.14 16.14 0 003.5 10q.3.36.63.69L64 179.34V216a16 16 0 0016 16h112a16 16 0 0016-16v-38.88l15.38-53.84a16 16 0 00.62-4.4V72a56.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 = BoxingGloveDuotone;