damus.io

damus.io website
git clone git://jb55.com/damus.io
Log | Files | Refs | README | LICENSE

MeshGradient.3.tsx (1270B)


      1 export function MeshGradient3({ className }: { className?: string }) {
      2   return (<>
      3     <svg xmlns="http://www.w3.org/2000/svg" width="1194" height="602" viewBox="0 0 1194 602" fill="none" className={className}>
      4       <g filter="url(#filter0_f_3378_30515)">
      5         <path d="M6.46496 401.04L-257.086 378.698L-356.821 348.254L-303.142 159.296L907.82 18.627L993.657 89.6928L793.329 115.632L641.892 188.18L483.185 173.438L273.436 200.597L53.3411 272.456L6.46496 401.04Z" fill="url(#paint0_linear_3378_30515)" fillOpacity="0.5" />
      6       </g>
      7       <defs>
      8         <filter id="filter0_f_3378_30515" x="-556.821" y="-181.373" width="1750.48" height="782.413" filterUnits="userSpaceOnUse" colorInterpolationFilters="sRGB">
      9           <feFlood floodOpacity="0" result="BackgroundImageFix" />
     10           <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" />
     11           <feGaussianBlur stdDeviation="100" result="effect1_foregroundBlur_3378_30515" />
     12         </filter>
     13         <linearGradient id="paint0_linear_3378_30515" x1="-380" y1="169.248" x2="226.661" y2="914.002" gradientUnits="userSpaceOnUse">
     14           <stop stopColor="#4E4DF4" />
     15           <stop offset="1" stopColor="#D34CD9" />
     16         </linearGradient>
     17       </defs>
     18     </svg>
     19   </>)
     20 }