@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.58 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IllusPush = void 0;
const tslib_1 = require("tslib");
const jsx_runtime_1 = require("react/jsx-runtime");
const Illustration_1 = require("../components/Illustration");
const IllusPush = (_a) => {
var { title = 'Push' } = _a, rest = tslib_1.__rest(_a, ["title"]);
return ((0, jsx_runtime_1.jsxs)(Illustration_1.Illustration, Object.assign({ name: title }, rest, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M70.84 98.755C70.6212 98.374 70.3059 98.0574 69.9258 97.8371C69.5458 97.6168 69.1143 97.5005 68.675 97.5H51.375C50.9351 97.4999 50.503 97.6158 50.1222 97.8361C49.7415 98.0564 49.4256 98.3733 49.2065 98.7547C48.9874 99.1361 48.8728 99.5686 48.8743 100.008C48.8758 100.448 48.9933 100.88 49.215 101.26C50.3142 103.153 51.8912 104.724 53.7883 105.816C55.6853 106.909 57.836 107.484 60.025 107.484C62.214 107.484 64.3647 106.909 66.2618 105.816C68.1589 104.724 69.7359 103.153 70.835 101.26C71.0561 100.88 71.173 100.448 71.1739 100.008C71.1748 99.5684 71.0596 99.1361 70.84 98.755Z", fill: "#0B3EE3" }), (0, jsx_runtime_1.jsx)("path", { d: "M102.3 91.1C102.083 91.5225 101.753 91.8768 101.347 92.1239C100.941 92.3709 100.475 92.5011 100 92.5H20C19.5313 92.4979 19.0727 92.364 18.6765 92.1137C18.2802 91.8635 17.9623 91.5069 17.759 91.0846C17.5557 90.6623 17.4751 90.1914 17.5266 89.7256C17.578 89.2597 17.7594 88.8177 18.05 88.45C23.7185 80.9327 27.0251 71.9004 27.55 62.5V46.07C27.4405 38.6339 29.8256 31.3754 34.3245 25.4536C38.8234 19.5318 45.1767 15.2881 52.37 13.4C57.9176 12.0703 63.7167 12.2168 69.19 13.825C69.4127 13.8976 69.6153 14.0213 69.7816 14.1863C69.9479 14.3512 70.0732 14.5529 70.1476 14.775C70.222 14.9971 70.2433 15.2335 70.2098 15.4654C70.1764 15.6972 70.0891 15.918 69.955 16.11C67.8619 19.6038 67.0653 23.7228 67.705 27.745C68.3955 31.867 70.5242 35.6109 73.7133 38.3121C76.9025 41.0134 80.9456 42.4971 85.125 42.5C86.9348 42.4928 88.732 42.1992 90.45 41.63C90.6588 41.5535 90.8829 41.5276 91.1037 41.5546C91.3245 41.5815 91.5357 41.6605 91.72 41.785C91.9246 41.9165 92.0958 42.0939 92.2199 42.303C92.344 42.5122 92.4176 42.7474 92.435 42.99C92.475 43.655 92.5 44.32 92.5 44.99V62.49C93.0249 71.8904 96.3315 80.9227 102 88.44C102.293 88.8112 102.477 89.2571 102.53 89.7272C102.583 90.1973 102.503 90.6728 102.3 91.1Z", fill: "#CED8F9" }), (0, jsx_runtime_1.jsx)("path", { d: "M85 35C90.5228 35 95 30.5228 95 25C95 19.4772 90.5228 15 85 15C79.4772 15 75 19.4772 75 25C75 30.5228 79.4772 35 85 35Z", fill: "#0B3EE3" })] })));
};
exports.IllusPush = IllusPush;