Animated React component — BicepsFlexed / BicepsFlexedIcon
Hover the biceps-flexed icon above to see the default draw animation.
Tree-shakable named import — only the icons you reference end up in your bundle.
import { BicepsFlexed } from "lucide-motion";Also exported as BicepsFlexedIcon for the Lucide-suffix naming convention.
Drop the component into your JSX. The default trigger plays the draw animation on hover.
import { BicepsFlexed } from "lucide-motion";
<BicepsFlexed size={32} />duration={0.2} stagger={0}duration={1.5} stagger={0.4}easing="linear"trigger="mount" repeat={Infinity}The icon's underlying SVG node tree — useful if you need to render or transform it yourself instead of using the component.
[
[
"path",
{
"d": "M12.409 13.017A5 5 0 0 1 22 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 0 1 3 3 2 2 0 0 1-2 2c-1.105 0-1.64-.444-2-1"
}
],
[
"path",
{
"d": "M15 14a5 5 0 0 0-7.584 2"
}
],
[
"path",
{
"d": "M9.964 6.825C8.019 7.977 9.5 13 8 15"
}
]
]