iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 899 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 BarbellFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M200 64v128a16 16 0 01-16 16h-16a16 16 0 01-16-16v-56h-48v56a16 16 0 01-16 16H72a16 16 0 01-16-16V64a16 16 0 0116-16h16a16 16 0 0116 16v56h48V64a16 16 0 0116-16h16a16 16 0 0116 16zM36 72h-4a16 16 0 00-16 16v32H8.27A8.18 8.18 0 000 127.47 8 8 0 008 136h8v32a16 16 0 0016 16h4a4 4 0 004-4V76a4 4 0 00-4-4zm220 55.47a8.18 8.18 0 00-8.25-7.47H240V88a16 16 0 00-16-16h-4a4 4 0 00-4 4v104a4 4 0 004 4h4a16 16 0 0016-16v-32h8a8 8 0 008-8.53z" }));
exports.default = BarbellFill;