iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.11 kB
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 BoxingGloveThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M168 20h-48a52.06 52.06 0 00-52 52v4H56a28 28 0 00-28 28v29.19a12 12 0 002.63 7.5c.1.12.2.24.31.35L68 177.67V216a12 12 0 0012 12h112a12 12 0 0012-12v-39.44l15.54-54.38a12.34 12.34 0 00.46-3.3V72a52.06 52.06 0 00-52-52zm44 98.88a4.11 4.11 0 01-.15 1.1l-15.7 54.92a4.11 4.11 0 00-.15 1.1v40a4 4 0 01-4 4H80a4 4 0 01-4-4v-40a4 4 0 00-1.19-2.84l-38.05-37.62a4 4 0 01-.76-2.35V104a20 20 0 0120-20h12v20a4 4 0 008 0V72a44.05 44.05 0 0144-44h48a44.05 44.05 0 0144 44zm-42.21 44.7L145 176l24.84 12.42a4 4 0 01-3.58 7.16L136 180.47l-30.21 15.11a4 4 0 11-3.58-7.16L127.05 176l-24.84-12.42a4 4 0 113.58-7.16L136 171.53l30.21-15.11a4 4 0 013.58 7.16z" }));
exports.default = BoxingGloveThin;