Animated React component — Panda / PandaIcon
Hover the panda icon above to see the default draw animation.
Tree-shakable named import — only the icons you reference end up in your bundle.
import { Panda } from "lucide-motion";Also exported as PandaIcon for the Lucide-suffix naming convention.
Drop the component into your JSX. The default trigger plays the draw animation on hover.
import { Panda } from "lucide-motion";
<Panda 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": "M11.25 17.25h1.5L12 18z"
}
],
[
"path",
{
"d": "m15 12 2 2"
}
],
[
"path",
{
"d": "M18 6.5a.5.5 0 0 0-.5-.5"
}
],
[
"path",
{
"d": "M20.69 9.67a4.5 4.5 0 1 0-7.04-5.5 8.35 8.35 0 0 0-3.3 0 4.5 4.5 0 1 0-7.04 5.5C2.49 11.2 2 12.88 2 14.5 2 19.47 6.48 22 12 22s10-2.53 10-7.5c0-1.62-.48-3.3-1.3-4.83"
}
],
[
"path",
{
"d": "M6 6.5a.495.495 0 0 1 .5-.5"
}
],
[
"path",
{
"d": "m9 12-2 2"
}
]
]