UNPKG

@pagopa/mui-italia

Version:

[Material-UI](https://mui.com/core/) theme inspired by [Bootstrap Italia](https://italia.github.io/bootstrap-italia/).

12 lines (11 loc) 2.97 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IllusUserUnauthorized = void 0; const tslib_1 = require("tslib"); const jsx_runtime_1 = require("react/jsx-runtime"); const Illustration_1 = require("../components/Illustration"); const IllusUserUnauthorized = (_a) => { var { title = "UserUnauthorized" } = _a, rest = tslib_1.__rest(_a, ["title"]); return ((0, jsx_runtime_1.jsx)(Illustration_1.Illustration, Object.assign({ name: title }, rest, { children: (0, jsx_runtime_1.jsx)("g", Object.assign({ transform: "scale(2)" }, { children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M50 20.9229C55.5228 20.9229 60 16.4457 60 10.9229C60 5.4 55.5228 0.922852 50 0.922852C44.4772 0.922852 40 5.4 40 10.9229C40 16.4457 44.4772 20.9229 50 20.9229ZM46.8735 6.21575C46.483 5.82522 45.8498 5.82522 45.4593 6.21575C45.0687 6.60627 45.0687 7.23943 45.4593 7.62996L48.669 10.8397L45.2929 14.2157C44.9024 14.6063 44.9024 15.2394 45.2929 15.63C45.6834 16.0205 46.3166 16.0205 46.7071 15.63L50.0832 12.2539L53.4593 15.63C53.8498 16.0205 54.483 16.0205 54.8735 15.63C55.2641 15.2394 55.2641 14.6063 54.8735 14.2157L51.4974 10.8397L54.7072 7.62996C55.0977 7.23943 55.0977 6.60627 54.7072 6.21575C54.3166 5.82522 53.6835 5.82522 53.293 6.21575L50.0832 9.42546L46.8735 6.21575ZM60 53.4229V24.9229C60 23.8183 59.1046 22.9229 58 22.9229C56.8954 22.9229 56 23.8183 56 24.9229V53.4229H4L4 13.4229H34C35.1046 13.4229 36 12.5274 36 11.4229C36 10.3183 35.1046 9.42285 34 9.42285H4C1.79086 9.42285 0 11.2137 0 13.4229V53.4229C0 55.632 1.79086 57.4229 4 57.4229H56C58.2091 57.4229 60 55.632 60 53.4229ZM45 30.4229C45 31.5274 44.1046 32.4229 43 32.4229C41.8954 32.4229 41 31.5274 41 30.4229C41 29.3183 41.8954 28.4229 43 28.4229C44.1046 28.4229 45 29.3183 45 30.4229ZM49 30.4229C49 33.7366 46.3137 36.4229 43 36.4229C39.6863 36.4229 37 33.7366 37 30.4229C37 27.1091 39.6863 24.4229 43 24.4229C46.3137 24.4229 49 27.1091 49 30.4229ZM42.7857 42.1371C39.8665 42.1371 37.5 44.5036 37.5 47.4228C37.5 48.5274 36.6046 49.4228 35.5 49.4228C34.3954 49.4228 33.5 48.5274 33.5 47.4228C33.5 42.2944 37.6574 38.1371 42.7857 38.1371C47.9141 38.1371 52.0714 42.2944 52.0714 47.4228C52.0714 48.5274 51.176 49.4228 50.0714 49.4228C48.9669 49.4228 48.0714 48.5274 48.0714 47.4228C48.0714 44.5036 45.7049 42.1371 42.7857 42.1371ZM11.25 35.4229C12.4926 35.4229 13.5 34.4155 13.5 33.1729C13.5 31.9302 12.4926 30.9229 11.25 30.9229C10.0074 30.9229 9 31.9302 9 33.1729C9 34.4155 10.0074 35.4229 11.25 35.4229ZM16 33.1729C16 31.9302 17.0074 30.9229 18.25 30.9229H27.75C28.9926 30.9229 30 31.9302 30 33.1729C30 34.4155 28.9926 35.4229 27.75 35.4229H18.25C17.0074 35.4229 16 34.4155 16 33.1729ZM11.25 24.4229C10.0074 24.4229 9 25.4302 9 26.6729C9 27.9155 10.0074 28.9229 11.25 28.9229H27.75C28.9926 28.9229 30 27.9155 30 26.6729C30 25.4302 28.9926 24.4229 27.75 24.4229H11.25Z" }) })) }))); }; exports.IllusUserUnauthorized = IllusUserUnauthorized;