UNPKG

@pagopa/mui-italia

Version:

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

9 lines (8 loc) 843 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MediumIcon = void 0; const tslib_1 = require("tslib"); const jsx_runtime_1 = require("react/jsx-runtime"); const SvgIcon_1 = tslib_1.__importDefault(require("@mui/material/SvgIcon")); const MediumIcon = (props) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.default, Object.assign({ viewBox: "0 0 1043.63 592.71" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M588.67 296.36c0 163.67-131.78 296.35-294.33 296.35S0 460 0 296.36 131.78 0 294.34 0s294.33 132.69 294.33 296.36M911.56 296.36c0 154.06-65.89 279-147.17 279s-147.17-124.94-147.17-279 65.88-279 147.16-279 147.17 124.9 147.17 279M1043.63 296.36c0 138-23.17 249.94-51.76 249.94s-51.75-111.91-51.75-249.94 23.17-249.94 51.75-249.94 51.76 111.9 51.76 249.94" }) }))); exports.MediumIcon = MediumIcon;