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.49 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.YoutubeIcon = 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 YoutubeIcon = (props) => ((0, jsx_runtime_1.jsx)(SvgIcon_1.default, Object.assign({ viewBox: "0 0 24 17" }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M11.9095 0.0302116C13.3717 0.0302116 14.8379 -0.0184877 16.2961 0.0423867C17.8143 0.107319 19.3324 0.245301 20.8466 0.419808C22.0531 0.557789 23.3115 1.4222 23.5592 3.07393C23.9348 5.56572 24.1066 8.07374 23.9308 10.5899C23.8509 11.7546 23.7031 12.9193 23.4873 14.0638C23.2197 15.5004 22.2968 16.3486 20.8705 16.5677C20.1874 16.6733 19.4922 16.7179 18.8011 16.7788C15.2894 17.0872 11.7657 17.002 8.25 16.9411C6.5321 16.9127 4.80621 16.7828 3.10429 16.5474C1.56618 16.3324 0.703246 15.4314 0.447559 13.9583C0.107974 11.9738 -0.00389236 9.97302 0.000102752 7.95605C0.000102752 6.34085 0.223836 4.75 0.451557 3.16321C0.687268 1.5196 1.67405 0.622722 3.17222 0.407633C5.54132 0.0667363 7.9264 0.0220951 10.3115 0.00180368C10.8428 -0.0022546 11.3742 0.00180368 11.9055 0.00180368C11.9055 0.00992026 11.9055 0.018037 11.9055 0.0261536L11.9095 0.0302116ZM9.70023 4.94886C9.53643 6.30838 9.58836 11.2392 9.79211 11.9819C11.7497 10.8334 13.6913 9.69705 15.7488 8.48769C13.6394 7.25397 11.6698 6.10141 9.70023 4.94886Z" }) }))); exports.YoutubeIcon = YoutubeIcon;