iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 997 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 BarbellThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M248 124h-12V88a12 12 0 00-12-12h-20V64a12 12 0 00-12-12h-24a12 12 0 00-12 12v60h-56V64a12 12 0 00-12-12H64a12 12 0 00-12 12v12H32a12 12 0 00-12 12v36H8a4 4 0 000 8h12v36a12 12 0 0012 12h20v12a12 12 0 0012 12h24a12 12 0 0012-12v-60h56v60a12 12 0 0012 12h24a12 12 0 0012-12v-12h20a12 12 0 0012-12v-36h12a4 4 0 000-8zM32 172a4 4 0 01-4-4V88a4 4 0 014-4h20v88zm60 20a4 4 0 01-4 4H64a4 4 0 01-4-4V64a4 4 0 014-4h24a4 4 0 014 4zm104 0a4 4 0 01-4 4h-24a4 4 0 01-4-4V64a4 4 0 014-4h24a4 4 0 014 4zm32-24a4 4 0 01-4 4h-20V84h20a4 4 0 014 4z" }));
exports.default = BarbellThin;