Animated React component — SquareParkingOff / SquareParkingOffIcon
Hover the square-parking-off icon above to see the default draw animation.
Tree-shakable named import — only the icons you reference end up in your bundle.
import { SquareParkingOff } from "lucide-motion";Also exported as SquareParkingOffIcon for the Lucide-suffix naming convention.
Drop the component into your JSX. The default trigger plays the draw animation on hover.
import { SquareParkingOff } from "lucide-motion";
<SquareParkingOff 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": "M3.6 3.6A2 2 0 0 1 5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-.59 1.41"
}
],
[
"path",
{
"d": "M3 8.7V19a2 2 0 0 0 2 2h10.3"
}
],
[
"path",
{
"d": "m2 2 20 20"
}
],
[
"path",
{
"d": "M13 13a3 3 0 1 0 0-6H9v2"
}
],
[
"path",
{
"d": "M9 17v-2.3"
}
]
]