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) 928 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SpidIcon = 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 SpidIcon = (props) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.default, Object.assign({ viewBox: "0 0 24 24" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M12 24c6.629 0 12-5.371 12-12S18.629 0 12 0C5.375 0 0 5.371 0 12s5.375 12 12 12Zm.033-10.97c-.997 0-1.818-.336-2.463-1.014-.646-.674-.968-1.51-.968-2.507 0-1.001.322-1.83.964-2.492.64-.662 1.458-.992 2.458-.992.997 0 1.81.334 2.435 1.017.625.678.94 1.51.94 2.511 0 .993-.315 1.822-.94 2.484-.625.657-1.43.992-2.426.992Zm-3.431 4.905c0-1.001.322-1.83.96-2.492.64-.662 1.458-.992 2.467-.992.996 0 1.809.335 2.43 1.017.625.682.94 1.515.94 2.512l-6.797-.045Z" }) }))); exports.SpidIcon = SpidIcon;