iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 909 B
JavaScript
;
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 BoxingGloveFill = (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 56 0 00-56 56v31.73a8.17 8.17 0 01-7.47 8.27 8 8 0 01-8.53-8V78.7a4 4 0 00-5.63-3.65A32 32 0 0024 104v29.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 56 0 00-56-56zm3.58 168.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.32L153.89 176z" }));
exports.default = BoxingGloveFill;