@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) • 2.77 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CieIcon = 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 CieIcon = (props) => ((0, jsx_runtime_1.jsxs)(SvgIcon_1.default, Object.assign({ viewBox: "0 0 24 24" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m7.023 3.471.794-.264L17.363.04c.264-.088.492-.023.7.14.206.162.337.375.432.61.278.684.567 1.366.828 2.056.242.637.322 1.302.282 1.978-.017.292-.055.583-.07.875-.011.216-.01.434.005.65.019.287.05.573.087.858.073.577.28 1.103.647 1.57.637.809 1.272 1.62 1.904 2.432.33.424.637.863.878 1.341.088.175.156.354.172.548a.935.935 0 0 1-.107.495c-.144.29-.367.518-.61.73-.283.247-.607.433-.94.606-.263.136-.505.297-.694.526a.738.738 0 0 0-.126.79c.068.172.147.34.22.512.138.325.105.628-.12.91-.061.077-.115.16-.175.238a.588.588 0 0 0-.1.549c.025.086.05.174.068.262.044.223-.055.405-.191.572-.12.146-.247.285-.367.43-.238.287-.37.614-.333.983.02.202.074.402.128.598.099.36.15.722.122 1.092-.047.648-.34 1.152-.954 1.454-.284.14-.594.184-.909.139-.402-.059-.8-.136-1.202-.198-1.484-.232-2.937-.606-4.407-.9-.514-.103-1.025-.216-1.537-.324-.019-.004-.037-.012-.063-.02 2.577-1.593 4.255-3.799 4.89-6.683.634-2.877.079-5.562-1.643-7.988C12.45 5.437 10.026 4.01 7.023 3.47ZM2.797 12.728c-1.088 0-1.827-.29-2.215-.87C.194 11.28 0 10.327 0 8.999c0-1.326.196-2.27.588-2.833.392-.562 1.128-.843 2.21-.843a9.8 9.8 0 0 1 2.132.262l-.043.943a11.62 11.62 0 0 0-1.96-.168c-.652 0-1.095.187-1.327.56-.232.374-.348 1.076-.348 2.106 0 1.03.112 1.732.337 2.106.225.373.664.56 1.317.56.653 0 1.313-.052 1.98-.157l.033.964c-.747.153-1.454.23-2.122.23ZM5.866 12.613h1.187V7.375H5.866v5.238Zm0-6.128h1.187V5.28H5.866v1.205Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.504 9.596c0-.517-.086-.878-.256-1.084-.17-.206-.459-.31-.865-.31-.407 0-.702.11-.887.326-.185.216-.282.572-.289 1.068h2.297Zm.653 2.074.304-.031.022.848c-.827.16-1.56.241-2.198.241-.805 0-1.384-.213-1.736-.639-.352-.426-.528-1.107-.528-2.043 0-1.857.787-2.786 2.362-2.786 1.524 0 2.285.8 2.285 2.399l-.076.817H9.218c.007.433.105.75.294.953.189.203.54.304 1.056.304.515 0 1.045-.02 1.589-.063ZM4.654 21.179h1.208v-7.176H4.654v7.176ZM11.423 17.47c0-.865-.112-1.49-.337-1.875-.225-.384-.69-.576-1.393-.576H8.322v5.133h1.37c.72 0 1.198-.255 1.438-.765.115-.258.193-.534.233-.827.04-.293.06-.656.06-1.09Zm-1.73 3.709h-2.58v-7.176h2.58c1.146 0 1.93.28 2.35.838.421.559.632 1.435.632 2.63 0 .607-.042 1.122-.125 1.545-.084.422-.23.805-.441 1.147-.414.677-1.22 1.016-2.416 1.016Z" })] })));
exports.CieIcon = CieIcon;