iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 828 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 BicepsFlexed = (props) => React.createElement("svg", { className: "lucide lucide-biceps-flexed", 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: "M12.409 13.017A5 5 0 0122 15c0 3.866-4 7-9 7-4.077 0-8.153-.82-10.371-2.462-.426-.316-.631-.832-.62-1.362C2.118 12.723 2.627 2 10 2a3 3 0 013 3 2 2 0 01-2 2c-1.105 0-1.64-.444-2-1M15 14a5 5 0 00-7.584 2M9.964 6.825C8.019 7.977 9.5 13 8 15" }));
exports.default = BicepsFlexed;