Animated React component — MapMinus / MapMinusIcon
Hover the map-minus icon above to see the default draw animation.
Tree-shakable named import — only the icons you reference end up in your bundle.
import { MapMinus } from "lucide-motion";Also exported as MapMinusIcon for the Lucide-suffix naming convention.
Drop the component into your JSX. The default trigger plays the draw animation on hover.
import { MapMinus } from "lucide-motion";
<MapMinus 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 19-1.106-.552a2 2 0 0 0-1.788 0l-3.659 1.83A1 1 0 0 1 3 19.381V6.618a1 1 0 0 1 .553-.894l4.553-2.277a2 2 0 0 1 1.788 0l4.212 2.106a2 2 0 0 0 1.788 0l3.659-1.83A1 1 0 0 1 21 4.619V14"
}
],
[
"path",
{
"d": "M15 5.764V14"
}
],
[
"path",
{
"d": "M21 18h-6"
}
],
[
"path",
{
"d": "M9 3.236v15"
}
]
]