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) 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CheckIbanIcon = 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 CheckIbanIcon = (props) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.default, Object.assign({ viewBox: "0 0 32 32" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M15.996 27.994h-.275a11.906 11.906 0 0 1-8.582-3.855 12.06 12.06 0 0 1 0-16.322 12.004 12.004 0 0 1 8.582-3.87 11.99 11.99 0 0 1 8.732 3.52l.075.07.47.43a.1.1 0 0 1 0 .145l-9.002 9.013-4.586-4.592-2.83 2.834 6 6.008a2 2 0 0 0 2.831 0L27.82 10.971a4.106 4.106 0 0 0-.15-5.948l-.425-.385A16.002 16.002 0 0 0 15.635.003 15.989 15.989 0 0 0 4.238 5.138a16.087 16.087 0 0 0 0 21.765A15.884 15.884 0 0 0 15.661 32h.335c4.245 0 8.315-1.688 11.317-4.693A16.031 16.031 0 0 0 32 15.978h-4.001c0 3.187-1.265 6.243-3.516 8.497a11.996 11.996 0 0 1-8.487 3.52Z" }) }))); exports.CheckIbanIcon = CheckIbanIcon;