iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 837 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 BarbellBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M244 116V88a20 20 0 00-20-20h-16v-4a20 20 0 00-20-20h-24a20 20 0 00-20 20v52h-32V64a20 20 0 00-20-20H68a20 20 0 00-20 20v4H32a20 20 0 00-20 20v28a12 12 0 000 24v28a20 20 0 0020 20h16v4a20 20 0 0020 20h24a20 20 0 0020-20v-52h32v52a20 20 0 0020 20h24a20 20 0 0020-20v-4h16a20 20 0 0020-20v-28a12 12 0 000-24zM36 164V92h12v72zm52 24H72V68h16zm96 0h-16V68h16zm36-24h-12V92h12z" }));
exports.default = BarbellBold;