iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 843 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 Barbell = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M248 120h-8V88a16 16 0 00-16-16h-16v-8a16 16 0 00-16-16h-24a16 16 0 00-16 16v56h-48V64a16 16 0 00-16-16H64a16 16 0 00-16 16v8H32a16 16 0 00-16 16v32H8a8 8 0 000 16h8v32a16 16 0 0016 16h16v8a16 16 0 0016 16h24a16 16 0 0016-16v-56h48v56a16 16 0 0016 16h24a16 16 0 0016-16v-8h16a16 16 0 0016-16v-32h8a8 8 0 000-16zM32 168V88h16v80zm56 24H64V64h24v128zm104 0h-24V64h24v128zm32-24h-16V88h16z" }));
exports.default = Barbell;