Animated React component — ShieldCogCorner / ShieldCogCornerIcon
Hover the shield-cog-corner icon above to see the default draw animation.
Tree-shakable named import — only the icons you reference end up in your bundle.
import { ShieldCogCorner } from "lucide-motion";Also exported as ShieldCogCornerIcon for the Lucide-suffix naming convention.
Drop the component into your JSX. The default trigger plays the draw animation on hover.
import { ShieldCogCorner } from "lucide-motion";
<ShieldCogCorner 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 22c-3.806-1.45-7-3.966-7-9V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1v4"
}
],
[
"path",
{
"d": "M14.923 16.547 14 16.164"
}
],
[
"path",
{
"d": "m14.923 18.843-.923.383"
}
],
[
"path",
{
"d": "M16.547 14.923 16.164 14"
}
],
[
"path",
{
"d": "m16.547 20.467-.383.924"
}
],
[
"path",
{
"d": "m18.843 14.923.383-.923"
}
],
[
"path",
{
"d": "m19.225 21.391-.382-.924"
}
],
[
"path",
{
"d": "m20.467 16.547.923-.383"
}
],
[
"path",
{
"d": "m20.467 18.843.923.383"
}
],
[
"circle",
{
"cx": "17.695",
"cy": "17.695",
"r": "3"
}
]
]