@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) • 773 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PNIcon = 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 PNIcon = (props) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.default, Object.assign({ viewBox: "0 0 44 44" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M21 34.167c0-7.525 6.26-13.611 14-13.611 2.16 0 4.18.486 6 1.322V8.888C41 6.75 39.2 5 37 5H5C2.8 5 1 6.75 1 8.889v23.333c0 2.14 1.8 3.89 4 3.89h16.16a12.55 12.55 0 0 1-.16-1.945ZM5 8.889l16 9.722L37 8.89v3.889L21 22.5 5 12.778v-3.89ZM31.68 40l-7.08-6.883 2.82-2.742 4.24 4.122 8.48-8.244L43 28.994 31.68 40Z" }) })));
exports.PNIcon = PNIcon;