[5d6f37a] | 1 | import { memo } from 'react';
|
---|
| 2 | // @mui
|
---|
| 3 | import { useTheme } from '@mui/material/styles';
|
---|
| 4 | import Box, { BoxProps } from '@mui/material/Box';
|
---|
| 5 |
|
---|
| 6 | // ----------------------------------------------------------------------
|
---|
| 7 |
|
---|
| 8 | function EmailInboxIcon({ ...other }: BoxProps) {
|
---|
| 9 | const theme = useTheme();
|
---|
| 10 |
|
---|
| 11 | const PRIMARY_MAIN = theme.palette.primary.main;
|
---|
| 12 |
|
---|
| 13 | const WARNING_LIGHT = theme.palette.warning.light;
|
---|
| 14 |
|
---|
| 15 | const WARNING_DARK = theme.palette.warning.dark;
|
---|
| 16 |
|
---|
| 17 | return (
|
---|
| 18 | <Box
|
---|
| 19 | component="svg"
|
---|
| 20 | width="100%"
|
---|
| 21 | height="100%"
|
---|
| 22 | fill="none"
|
---|
| 23 | viewBox="0 0 96 97"
|
---|
| 24 | xmlns="http://www.w3.org/2000/svg"
|
---|
| 25 | {...other}
|
---|
| 26 | >
|
---|
| 27 | <g filter="url(#filter0_di_1870_133886)">
|
---|
| 28 | <path
|
---|
| 29 | fill={WARNING_LIGHT}
|
---|
| 30 | fillRule="evenodd"
|
---|
| 31 | d="M16 20.01v19.82c0 2.618 1.272 5.067 3.463 6.502C26.233 50.768 41.16 60.01 48 60.01s21.767-9.242 28.537-13.678C78.727 44.897 80 42.448 80 39.83V20.01c0-6.628-5.373-12-12-12H28c-6.627 0-12 5.372-12 12zm15 0a3 3 0 000 6h18a3 3 0 000-6H31zm0 14a3 3 0 000 6h30a3 3 0 000-6H31z"
|
---|
| 32 | clipRule="evenodd"
|
---|
| 33 | />
|
---|
| 34 | </g>
|
---|
| 35 | <g style={{ mixBlendMode: 'overlay' }} filter="url(#filter1_i_1870_133886)">
|
---|
| 36 | <path
|
---|
| 37 | fill="#fff"
|
---|
| 38 | fillOpacity="0.04"
|
---|
| 39 | fillRule="evenodd"
|
---|
| 40 | d="M16 20.01v19.82c0 2.618 1.272 5.067 3.463 6.502C26.233 50.768 41.16 60.01 48 60.01s21.767-9.242 28.537-13.678C78.727 44.897 80 42.448 80 39.83V20.01c0-6.628-5.373-12-12-12H28c-6.627 0-12 5.372-12 12zm15 0a3 3 0 000 6h18a3 3 0 000-6H31zm0 14a3 3 0 000 6h30a3 3 0 000-6H31z"
|
---|
| 41 | clipRule="evenodd"
|
---|
| 42 | />
|
---|
| 43 | </g>
|
---|
| 44 | <path
|
---|
| 45 | fill={WARNING_DARK}
|
---|
| 46 | d="M28 23.01a3 3 0 013-3h18a3 3 0 010 6H31a3 3 0 01-3-3zM28 37.01a3 3 0 013-3h30a3 3 0 010 6H31a3 3 0 01-3-3z"
|
---|
| 47 | />
|
---|
| 48 | <path
|
---|
| 49 | fill={PRIMARY_MAIN}
|
---|
| 50 | d="M16 25.014a266.095 266.095 0 00-5.284 4.026c-2.408 1.883-3.918 4.66-4.121 7.71C6.317 40.9 6 47.868 6 58.01c0 9.591.568 16.343 1.098 20.558.438 3.476 2.765 6.232 6.196 6.94 5.5 1.136 16.005 2.502 34.706 2.502 18.701 0 29.206-1.366 34.706-2.502 3.431-.708 5.758-3.464 6.196-6.94C89.432 74.353 90 67.601 90 58.01c0-10.142-.317-17.11-.595-21.26-.203-3.05-1.713-5.827-4.12-7.71A266.095 266.095 0 0080 25.014V39.83c0 2.619-1.272 5.067-3.463 6.502C69.767 50.768 54.84 60.01 48 60.01s-21.767-9.242-28.537-13.678C17.273 44.897 16 42.45 16 39.83V25.014z"
|
---|
| 51 | />
|
---|
| 52 | <g style={{ mixBlendMode: 'overlay' }} filter="url(#filter2_i_1870_133886)">
|
---|
| 53 | <path
|
---|
| 54 | fill="#fff"
|
---|
| 55 | fillOpacity="0.04"
|
---|
| 56 | d="M16 25.014a266.095 266.095 0 00-5.284 4.026c-2.408 1.883-3.918 4.66-4.121 7.71C6.317 40.9 6 47.868 6 58.01c0 9.591.568 16.343 1.098 20.558.438 3.476 2.765 6.232 6.196 6.94 5.5 1.136 16.005 2.502 34.706 2.502 18.701 0 29.206-1.366 34.706-2.502 3.431-.708 5.758-3.464 6.196-6.94C89.432 74.353 90 67.601 90 58.01c0-10.142-.317-17.11-.595-21.26-.203-3.05-1.713-5.827-4.12-7.71A266.095 266.095 0 0080 25.014V39.83c0 2.619-1.272 5.067-3.463 6.502C69.767 50.768 54.84 60.01 48 60.01s-21.767-9.242-28.537-13.678C17.273 44.897 16 42.45 16 39.83V25.014z"
|
---|
| 57 | />
|
---|
| 58 | </g>
|
---|
| 59 | <defs>
|
---|
| 60 | <filter
|
---|
| 61 | id="filter0_di_1870_133886"
|
---|
| 62 | width="80"
|
---|
| 63 | height="68"
|
---|
| 64 | x="12"
|
---|
| 65 | y="4.01"
|
---|
| 66 | colorInterpolationFilters="sRGB"
|
---|
| 67 | filterUnits="userSpaceOnUse"
|
---|
| 68 | >
|
---|
| 69 | <feFlood floodOpacity="0" result="BackgroundImageFix" />
|
---|
| 70 | <feColorMatrix
|
---|
| 71 | in="SourceAlpha"
|
---|
| 72 | result="hardAlpha"
|
---|
| 73 | values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
---|
| 74 | />
|
---|
| 75 | <feOffset dx="4" dy="4" />
|
---|
| 76 | <feGaussianBlur stdDeviation="4" />
|
---|
| 77 | <feColorMatrix values="0 0 0 0 0.717647 0 0 0 0 0.431373 0 0 0 0 0 0 0 0 0.16 0" />
|
---|
| 78 | <feBlend in2="BackgroundImageFix" result="effect1_dropShadow_1870_133886" />
|
---|
| 79 | <feBlend in="SourceGraphic" in2="effect1_dropShadow_1870_133886" result="shape" />
|
---|
| 80 | <feColorMatrix
|
---|
| 81 | in="SourceAlpha"
|
---|
| 82 | result="hardAlpha"
|
---|
| 83 | values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
---|
| 84 | />
|
---|
| 85 | <feOffset dx="-1" dy="-1" />
|
---|
| 86 | <feGaussianBlur stdDeviation="1" />
|
---|
| 87 | <feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic" />
|
---|
| 88 | <feColorMatrix values="0 0 0 0 0.717647 0 0 0 0 0.431373 0 0 0 0 0 0 0 0 0.48 0" />
|
---|
| 89 | <feBlend in2="shape" result="effect2_innerShadow_1870_133886" />
|
---|
| 90 | </filter>
|
---|
| 91 | <filter
|
---|
| 92 | id="filter1_i_1870_133886"
|
---|
| 93 | width="66"
|
---|
| 94 | height="54"
|
---|
| 95 | x="14"
|
---|
| 96 | y="6.01"
|
---|
| 97 | colorInterpolationFilters="sRGB"
|
---|
| 98 | filterUnits="userSpaceOnUse"
|
---|
| 99 | >
|
---|
| 100 | <feFlood floodOpacity="0" result="BackgroundImageFix" />
|
---|
| 101 | <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
|
---|
| 102 | <feColorMatrix
|
---|
| 103 | in="SourceAlpha"
|
---|
| 104 | result="hardAlpha"
|
---|
| 105 | values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
---|
| 106 | />
|
---|
| 107 | <feOffset dx="-2" dy="-2" />
|
---|
| 108 | <feGaussianBlur stdDeviation="2" />
|
---|
| 109 | <feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic" />
|
---|
| 110 | <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0" />
|
---|
| 111 | <feBlend in2="shape" result="effect1_innerShadow_1870_133886" />
|
---|
| 112 | </filter>
|
---|
| 113 | <filter
|
---|
| 114 | id="filter2_i_1870_133886"
|
---|
| 115 | width="86"
|
---|
| 116 | height="64.996"
|
---|
| 117 | x="4"
|
---|
| 118 | y="23.014"
|
---|
| 119 | colorInterpolationFilters="sRGB"
|
---|
| 120 | filterUnits="userSpaceOnUse"
|
---|
| 121 | >
|
---|
| 122 | <feFlood floodOpacity="0" result="BackgroundImageFix" />
|
---|
| 123 | <feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
|
---|
| 124 | <feColorMatrix
|
---|
| 125 | in="SourceAlpha"
|
---|
| 126 | result="hardAlpha"
|
---|
| 127 | values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
---|
| 128 | />
|
---|
| 129 | <feOffset dx="-2" dy="-2" />
|
---|
| 130 | <feGaussianBlur stdDeviation="2" />
|
---|
| 131 | <feComposite in2="hardAlpha" k2="-1" k3="1" operator="arithmetic" />
|
---|
| 132 | <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0" />
|
---|
| 133 | <feBlend in2="shape" result="effect1_innerShadow_1870_133886" />
|
---|
| 134 | </filter>
|
---|
| 135 | </defs>
|
---|
| 136 | </Box>
|
---|
| 137 | );
|
---|
| 138 | }
|
---|
| 139 |
|
---|
| 140 | export default memo(EmailInboxIcon);
|
---|