@kloudlite/design-system
Version:
A design system for building ambitious products.
252 lines (250 loc) • 7.42 kB
JavaScript
;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// components/organisms/error-500.tsx
var error_500_exports = {};
__export(error_500_exports, {
Error500Icon: () => Error500Icon,
Error500IconDark: () => Error500IconDark
});
module.exports = __toCommonJS(error_500_exports);
var import_jsx_runtime = require("react/jsx-runtime");
function Error500Icon() {
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: "122",
height: "129",
fill: "none",
viewBox: "0 0 122 129",
children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
stroke: "#DC2626",
strokeDasharray: "6 6",
strokeLinecap: "round",
strokeWidth: "2",
d: "M36.906 40l49 49M36.906 89l49-49"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
fill: "#EDEEF1",
d: "M93.906 7.892L107.933 0l13.989 7.703-14.096 7.827-13.92-7.638z"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
fill: "#9CA3AF",
d: "M93.911 7.889v16.08l13.904 8.03V15.517L93.911 7.89z"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
fill: "#D1D5DB",
d: "M107.815 15.519l14.113-7.827v16.16L107.815 32V15.519z"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
fill: "#EDEEF1",
d: "M.906 7.892L14.933 0l13.99 7.703-14.097 7.827L.906 7.892z"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
fill: "#9CA3AF",
d: "M.911 7.889v16.08l13.904 8.03V15.517L.911 7.89z"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
fill: "#D1D5DB",
d: "M14.815 15.519l14.113-7.827v16.16L14.815 32V15.519z"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
fill: "#EDEEF1",
d: "M.906 104.892L14.933 97l13.99 7.703-14.097 7.827-13.92-7.638z"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
fill: "#9CA3AF",
d: "M.911 104.889v16.079l13.904 8.031v-16.482L.911 104.889z"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
fill: "#D1D5DB",
d: "M14.815 112.519l14.113-7.827v16.159L14.815 129v-16.481z"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
fill: "#EDEEF1",
d: "M93.906 104.892L107.933 97l13.989 7.703-14.096 7.827-13.92-7.638z"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
fill: "#9CA3AF",
d: "M93.911 104.889v16.079l13.904 8.031v-16.482l-13.904-7.628z"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
fill: "#D1D5DB",
d: "M107.815 112.519l14.113-7.827v16.159L107.815 129v-16.481z"
}
)
]
}
);
}
var Error500IconDark = () => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
"svg",
{
height: "129",
width: "122",
fill: "none",
viewBox: "0 0 122 129",
xmlns: "http://www.w3.org/2000/svg",
children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M36.9061 40L85.9061 89",
stroke: "#EF4444",
strokeDasharray: "6 6",
strokeLinecap: "round",
strokeWidth: "2"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M36.9061 89L85.9061 40",
stroke: "#EF4444",
strokeDasharray: "6 6",
strokeLinecap: "round",
strokeWidth: "2"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M93.9061 7.89231L107.933 -1.71529e-05L121.922 7.70313L107.826 15.5297L93.9061 7.89231Z",
fill: "#EDEEF1"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M93.911 7.88904V23.9684L107.815 31.9987V15.5173L93.911 7.88904Z",
fill: "#9CA3AF"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M107.815 15.5187L121.928 7.69159V23.8513L107.815 32V15.5187Z",
fill: "#D1D5DB"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M0.906128 7.89231L14.9327 -1.71529e-05L28.9225 7.70313L14.8261 15.5297L0.906128 7.89231Z",
fill: "#EDEEF1"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M0.911011 7.88904L0.911011 23.9684L14.815 31.9987V15.5173L0.911011 7.88904Z",
fill: "#9CA3AF"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M14.815 15.5187L28.9282 7.69159V23.8513L14.815 32V15.5187Z",
fill: "#D1D5DB"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M0.906128 104.892L14.9327 97L28.9225 104.703L14.8261 112.53L0.906128 104.892Z",
fill: "#EDEEF1"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M0.911011 104.889L0.911011 120.968L14.815 128.999V112.517L0.911011 104.889Z",
fill: "#9CA3AF"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M14.815 112.519L28.9282 104.692V120.851L14.815 129V112.519Z",
fill: "#D1D5DB"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M93.9061 104.892L107.933 97L121.922 104.703L107.826 112.53L93.9061 104.892Z",
fill: "#EDEEF1"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M93.911 104.889V120.968L107.815 128.999V112.517L93.911 104.889Z",
fill: "#9CA3AF"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M107.815 112.519L121.928 104.692V120.851L107.815 129V112.519Z",
fill: "#D1D5DB"
}
)
]
}
);