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 BoxingGloveLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M168 18h-48a54.06 54.06 0 00-54 54v2H56a30 30 0 00-30 30v29.19a14 14 0 003.07 8.75 5.66 5.66 0 00.47.52l36.46 36V216a14 14 0 0014 14h112a14 14 0 0014-14v-39.16l15.46-54.11a13.93 13.93 0 00.54-3.85V72a54.06 54.06 0 00-54-54zm42 100.88a2 2 0 01-.08.55l-15.69 54.92A6.14 6.14 0 00194 176v40a2 2 0 01-2 2H80a2 2 0 01-2-2v-40a6 6 0 00-1.78-4.27L38.3 134.25a2 2 0 01-.3-1.06V104a18 18 0 0118-18h10v18a6 6 0 0012 0V72a42 42 0 0142-42h48a42 42 0 0142 42zm-39.32 46.49L149.42 176l21.26 10.63a6 6 0 01-5.36 10.74L136 182.71l-29.32 14.66a6 6 0 01-5.36-10.74L122.58 176l-21.26-10.63a6 6 0 015.36-10.74L136 169.29l29.32-14.66a6 6 0 115.36 10.74z" }));
exports.default = BoxingGloveLight;