1import React from 'react'; 2 3export const SnackImage = () => ( 4 <svg 5 style={{ 6 position: 'absolute', 7 right: 20, 8 bottom: 24, 9 }} 10 width="80" 11 height="81" 12 viewBox="0 0 80 81" 13 fill="none" 14 xmlns="http://www.w3.org/2000/svg"> 15 <g filter="url(#f0cd9fa4924e22267af4fdde31d18ea1)"> 16 <circle cx="68.2409" cy="15.9358" r="11.6439" fill="#79B8FF" /> 17 </g> 18 <g> 19 <path d="M34.9717 40.887V80.8089L0.0400391 60.8479V20.926L34.9717 40.887Z" fill="#0366D6" /> 20 <path d="M51.607 32.5704V10.946L34.9729 20.9265V40.8875L51.607 32.5704Z" fill="#005CC5" /> 21 <g filter="url(#a56cdab1407acd27a1f8422c0a53c79a)"> 22 <path 23 d="M68.2403 40.8871L51.6062 32.5701L36.6355 40.8871L51.6062 49.2042L68.2403 40.8871Z" 24 fill="#79B8FF" 25 /> 26 </g> 27 <path 28 d="M34.9729 40.8871V80.809L68.2412 60.848V40.8871L51.607 49.2042V30.9066L34.9729 40.8871Z" 29 fill="#005CC5" 30 /> 31 <g filter="url(#ea4307f827cd37374949e764b36eb099)"> 32 <path 33 d="M34.9723 0.964966L0.0406494 20.9259L34.9723 40.8869L51.6064 30.9064L34.9723 20.9259L51.6064 10.9454L34.9723 0.964966Z" 34 fill="#79B8FF" 35 /> 36 </g> 37 </g> 38 <defs> 39 <filter 40 id="f0cd9fa4924e22267af4fdde31d18ea1" 41 x="56.597" 42 y="1.57089" 43 width="23.2878" 44 height="26.0087" 45 filterUnits="userSpaceOnUse" 46 colorInterpolationFilters="sRGB"> 47 <feFlood floodOpacity="0" result="BackgroundImageFix" /> 48 <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" /> 49 <feColorMatrix 50 in="SourceAlpha" 51 type="matrix" 52 values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" 53 result="hardAlpha" 54 /> 55 <feOffset dy="-2.72098" /> 56 <feGaussianBlur stdDeviation="2.72098" /> 57 <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1" /> 58 <feColorMatrix 59 type="matrix" 60 values="0 0 0 0 0 0 0 0 0 0.360784 0 0 0 0 0.772549 0 0 0 1 0" 61 /> 62 <feBlend mode="normal" in2="shape" result="effect1_innerShadow_39:1494" /> 63 </filter> 64 <filter 65 id="a56cdab1407acd27a1f8422c0a53c79a" 66 x="36.6355" 67 y="31.8898" 68 width="31.6049" 69 height="17.3144" 70 filterUnits="userSpaceOnUse" 71 colorInterpolationFilters="sRGB"> 72 <feFlood floodOpacity="0" result="BackgroundImageFix" /> 73 <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" /> 74 <feColorMatrix 75 in="SourceAlpha" 76 type="matrix" 77 values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" 78 result="hardAlpha" 79 /> 80 <feOffset dy="-0.680245" /> 81 <feGaussianBlur stdDeviation="0.680245" /> 82 <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1" /> 83 <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0" /> 84 <feBlend mode="normal" in2="shape" result="effect1_innerShadow_39:1494" /> 85 </filter> 86 <filter 87 id="ea4307f827cd37374949e764b36eb099" 88 x="0.0406494" 89 y="0.284721" 90 width="51.5658" 91 height="40.6021" 92 filterUnits="userSpaceOnUse" 93 colorInterpolationFilters="sRGB"> 94 <feFlood floodOpacity="0" result="BackgroundImageFix" /> 95 <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" /> 96 <feColorMatrix 97 in="SourceAlpha" 98 type="matrix" 99 values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" 100 result="hardAlpha" 101 /> 102 <feOffset dy="-0.680245" /> 103 <feGaussianBlur stdDeviation="0.680245" /> 104 <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1" /> 105 <feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.25 0" /> 106 <feBlend mode="normal" in2="shape" result="effect1_innerShadow_39:1494" /> 107 </filter> 108 </defs> 109 </svg> 110); 111