Animated React component — Heater / HeaterIcon
Hover the heater icon above to see the default draw animation.
Tree-shakable named import — only the icons you reference end up in your bundle.
import { Heater } from "lucide-motion";Also exported as HeaterIcon for the Lucide-suffix naming convention.
Drop the component into your JSX. The default trigger plays the draw animation on hover.
import { Heater } from "lucide-motion";
<Heater 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 8c2-3-2-3 0-6"
}
],
[
"path",
{
"d": "M15.5 8c2-3-2-3 0-6"
}
],
[
"path",
{
"d": "M6 10h.01"
}
],
[
"path",
{
"d": "M6 14h.01"
}
],
[
"path",
{
"d": "M10 16v-4"
}
],
[
"path",
{
"d": "M14 16v-4"
}
],
[
"path",
{
"d": "M18 16v-4"
}
],
[
"path",
{
"d": "M20 6a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3"
}
],
[
"path",
{
"d": "M5 20v2"
}
],
[
"path",
{
"d": "M19 20v2"
}
]
]