lucide-react
Version:
A Lucide icon library package for React applications
21 lines (17 loc) • 500 B
JavaScript
/**
* lucide-react v0.234.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const XOctagon = createLucideIcon("XOctagon", [
[
"polygon",
{
points: "7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2",
key: "h1p8hx"
}
],
["line", { x1: "15", x2: "9", y1: "9", y2: "15", key: "f7djnv" }],
["line", { x1: "9", x2: "15", y1: "9", y2: "15", key: "1shsy8" }]
]);
export { XOctagon as default };
//# sourceMappingURL=x-octagon.js.map