@heroui/shared-icons
Version:
Internal icons set, commonly used in the components stories
82 lines (80 loc) • 2.07 kB
JavaScript
// src/invalid-card.tsx
import { jsx, jsxs } from "react/jsx-runtime";
var InvalidCardIcon = (props) => /* @__PURE__ */ jsxs(
"svg",
{
"aria-hidden": "true",
fill: "none",
focusable: "false",
height: "1em",
role: "presentation",
viewBox: "0 0 24 24",
width: "1em",
...props,
children: [
/* @__PURE__ */ jsx(
"path",
{
d: "M10 16.95H6.21C2.84 16.95 2 16.11 2 12.74V6.74003C2 3.37003 2.84 2.53003 6.21 2.53003H16.74C20.11 2.53003 20.95 3.37003 20.95 6.74003",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.5"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M10 21.4699V16.95",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.5"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M2 12.95H10",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.5"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M6.73999 21.47H9.99999",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.5"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M22 12.8V18.51C22 20.88 21.41 21.47 19.04 21.47H15.49C13.12 21.47 12.53 20.88 12.53 18.51V12.8C12.53 10.43 13.12 9.83997 15.49 9.83997H19.04C21.41 9.83997 22 10.43 22 12.8Z",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "1.5"
}
),
/* @__PURE__ */ jsx(
"path",
{
d: "M17.2445 18.25H17.2535",
stroke: "currentColor",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: "2"
}
)
]
}
);
export {
InvalidCardIcon
};