iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 879 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 Dumbbell1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7.75 16.5a.75.75 0 01-.75.75H5.5A2.25 2.25 0 013.25 15v-2.25h-.5a.75.75 0 010-1.5h.5V9A2.25 2.25 0 015.5 6.75H7a.75.75 0 01.75.75v3.75h8.5V7.5a.75.75 0 01.75-.75h1.5A2.25 2.25 0 0120.75 9v2.25h.5a.75.75 0 010 1.5h-.5V15a2.25 2.25 0 01-2.25 2.25H17a.75.75 0 01-.75-.75v-3.75h-8.5v3.75zM19.25 9a.75.75 0 00-.75-.75h-.75v7.5h.75a.75.75 0 00.75-.75V9zm-14.5 6c0 .414.336.75.75.75h.75v-7.5H5.5a.75.75 0 00-.75.75v6z", fill: "#323544" }));
exports.default = Dumbbell1;