1 | import { memo } from 'react';
|
---|
2 | // @mui
|
---|
3 | import { useTheme } from '@mui/material/styles';
|
---|
4 | import Box, { BoxProps } from '@mui/material/Box';
|
---|
5 | //
|
---|
6 | import BackgroundShape from './background-shape';
|
---|
7 |
|
---|
8 | // ----------------------------------------------------------------------
|
---|
9 |
|
---|
10 | function ForbiddenIllustration({ ...other }: BoxProps) {
|
---|
11 | const theme = useTheme();
|
---|
12 |
|
---|
13 | const PRIMARY_LIGHT = theme.palette.primary.light;
|
---|
14 |
|
---|
15 | const PRIMARY_MAIN = theme.palette.primary.main;
|
---|
16 |
|
---|
17 | const PRIMARY_DARK = theme.palette.primary.dark;
|
---|
18 |
|
---|
19 | const PRIMARY_DARKER = theme.palette.primary.darker;
|
---|
20 |
|
---|
21 | return (
|
---|
22 | <Box
|
---|
23 | component="svg"
|
---|
24 | width="100%"
|
---|
25 | height="100%"
|
---|
26 | viewBox="0 0 480 360"
|
---|
27 | xmlns="http://www.w3.org/2000/svg"
|
---|
28 | {...other}
|
---|
29 | >
|
---|
30 | <BackgroundShape />
|
---|
31 |
|
---|
32 | <image href="/assets/illustrations/characters/character_4.png" height="300" x="220" y="30" />
|
---|
33 |
|
---|
34 | <path
|
---|
35 | fill={PRIMARY_MAIN}
|
---|
36 | d="M425.545 119.2c0-5-4.6-9-9.6-8.2-2-3.7-6-6-10.2-5.9 4.3-21.4-30-21.4-25.7 0-8.7-.8-15.1 9.4-10.4 16.8 2.1 3.5 5.9 5.6 10 5.5h38.7v-.1c4.1-.4 7.2-3.9 7.2-8.1zm-321.3 81.8c.1-4.2-4.1-7.8-8.2-7-1.7-3.2-5.1-5.1-8.8-5 3.8-18.4-25.8-18.4-22 0-7.4-.7-12.9 8.1-8.9 14.4 1.8 3 5.1 4.8 8.6 4.7h33.2v-.1c3.4-.4 6.1-3.4 6.1-7z"
|
---|
37 | opacity="0.08"
|
---|
38 | />
|
---|
39 |
|
---|
40 | <path
|
---|
41 | fill="#FFAB00"
|
---|
42 | d="M111.045 142.2c58.7-1 58.6-88.3 0-89.2-58.6 1-58.6 88.3 0 89.2z"
|
---|
43 | opacity="0.12"
|
---|
44 | />
|
---|
45 |
|
---|
46 | <path fill="#FFD666" d="M111.045 121c30.8-.5 30.8-46.3 0-46.8-30.8.5-30.8 46.3 0 46.8z" />
|
---|
47 |
|
---|
48 | <path
|
---|
49 | fill="#FBCDBE"
|
---|
50 | d="M278.045 250.1c-4.6-6.5-14 5.1-18.1 7.2-.6-2.1 1.5-41.3-1.4-41.8-2.8-3-8.1-.7-8 3.3.2-4 .5-11.3-5.6-10.2-4.8.6-3.8 6.9-3.8 10.2.1-6.1-9.5-6.1-9.4 0v5.6c.2-4.2-5.7-6.4-8.3-3-2.6-.2-.4 41.8-1.1 43.3-.2 10 8.7 19 18.8 18.7 6.1.4 12.6-1.2 16.8-5.9l19.7-21c1.7-1.6 1.8-4.5.4-6.4z"
|
---|
51 | />
|
---|
52 |
|
---|
53 | <path
|
---|
54 | fill="#000"
|
---|
55 | fillOpacity="0.24"
|
---|
56 | fillRule="evenodd"
|
---|
57 | d="M248.745 212.3v32.8h1.9v-31.9c.1-2.9-2.8-5.2-5.6-4.6 2 0 3.7 1.7 3.7 3.7zm-9.4 5.6v27.2h1.9v-26.3c.1-2.8-2.8-5.2-5.5-4.6 1.9 0 3.6 1.8 3.6 3.7zm-9.4 27.2v-21.6c.1-2-1.7-3.7-3.7-3.8 2.8-.6 5.6 1.8 5.5 4.6V245h-1.8v.1z"
|
---|
58 | clipRule="evenodd"
|
---|
59 | />
|
---|
60 |
|
---|
61 | <path
|
---|
62 | fill={PRIMARY_DARKER}
|
---|
63 | d="M244.945 189.8c-67.6 1.3-77 97-11 111.4 81 11.8 92.7-107.3 11-111.4zm-48.5 56.2c-1-40.4 49.8-63.8 79.9-36.9l-68.3 68.3c-7.5-8.7-11.6-19.9-11.6-31.4zm48.5 48.5c-11.5 0-22.7-4.1-31.4-11.6l68.3-68.3c27 30.1 3.5 80.9-36.9 79.9z"
|
---|
64 | />
|
---|
65 |
|
---|
66 | <path
|
---|
67 | fill="url(#paint0_linear_1_129)"
|
---|
68 | d="M169.245 261h-11.3v-66.6c0-4.5-1.5-5.6-5.6-5.6-5.3.3-13.8-1.4-17.1 4l-55 68.3c-2.7 3.3-1.8 8.8-2 12.8 0 4.1 1.5 5.6 5.6 5.6h54.7v21.7c-.9 7.9 9.1 5.2 13.7 5.6 4.1 0 5.6-1.5 5.6-5.6v-21.7h11.4c4.4 0 5.6-1.5 5.6-5.6-.3-4.8 2-13.8-5.6-12.9zm-30.8 0h-36l36-44.4V261zm263.9 12.1c1.9 44.8-78.7 46-78 1.2h19.3c-.8 15.3 18.3 21.4 30.1 15.5 12.7-6 12.3-29.1-1-34-5.6-2.8-16.6-2-23.1-2.1v-15.1c6.3-.2 17.6.9 22.7-2.3 11.6-5.5 11.9-25.4.9-31.4-10.8-5.9-29 .1-28.2 14.5h-19.4c-.5-28.1 35.4-38.5 57-28.2 23.4 9 24.1 45.5-.2 54.6 12.3 3.9 20.1 14.6 19.9 27.3z"
|
---|
69 | />
|
---|
70 |
|
---|
71 | <defs>
|
---|
72 | <linearGradient
|
---|
73 | id="paint0_linear_1_129"
|
---|
74 | x1="78.245"
|
---|
75 | x2="78.245"
|
---|
76 | y1="187.309"
|
---|
77 | y2="307.306"
|
---|
78 | gradientUnits="userSpaceOnUse"
|
---|
79 | >
|
---|
80 | <stop stopColor={PRIMARY_LIGHT} />
|
---|
81 | <stop offset="1" stopColor={PRIMARY_DARK} />
|
---|
82 | </linearGradient>
|
---|
83 | </defs>
|
---|
84 | </Box>
|
---|
85 | );
|
---|
86 | }
|
---|
87 |
|
---|
88 | export default memo(ForbiddenIllustration);
|
---|