Animated React component — AlarmSmoke / AlarmSmokeIcon
Hover the alarm-smoke icon above to see the default draw animation.
Tree-shakable named import — only the icons you reference end up in your bundle.
import { AlarmSmoke } from "lucide-motion";Also exported as AlarmSmokeIcon for the Lucide-suffix naming convention.
Drop the component into your JSX. The default trigger plays the draw animation on hover.
import { AlarmSmoke } from "lucide-motion";
<AlarmSmoke 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 21c0-2.5 2-2.5 2-5"
}
],
[
"path",
{
"d": "M16 21c0-2.5 2-2.5 2-5"
}
],
[
"path",
{
"d": "m19 8-.8 3a1.25 1.25 0 0 1-1.2 1H7a1.25 1.25 0 0 1-1.2-1L5 8"
}
],
[
"path",
{
"d": "M21 3a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a1 1 0 0 1 1-1z"
}
],
[
"path",
{
"d": "M6 21c0-2.5 2-2.5 2-5"
}
]
]