iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 897 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 Dumbbell = (props) => React.createElement("svg", { className: "lucide lucide-dumbbell", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M14.4 14.4L9.6 9.6M18.657 21.485a2 2 0 11-2.829-2.828l-1.767 1.768a2 2 0 11-2.829-2.829l6.364-6.364a2 2 0 112.829 2.829l-1.768 1.767a2 2 0 112.828 2.829zM21.5 21.5l-1.4-1.4M3.9 3.9L2.5 2.5M6.404 12.768a2 2 0 11-2.829-2.829l1.768-1.767a2 2 0 11-2.828-2.829l2.828-2.828a2 2 0 112.829 2.828l1.767-1.768a2 2 0 112.829 2.829z" }));
exports.default = Dumbbell;