1
0

JoyTokenPrimary32.tsx 995 B

12345678910111213141516171819202122
  1. // THIS FILE WAS AUTOGENERATED BY SVGR. DO NOT MODIFY IT MANUALLY;
  2. import { Ref, SVGProps, forwardRef, memo } from 'react'
  3. const SvgJoyTokenPrimary32 = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
  4. <svg width={32} height={32} viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg" ref={ref} {...props}>
  5. <path
  6. fillRule="evenodd"
  7. clipRule="evenodd"
  8. d="M30 16c0 7.732-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2s14 6.268 14 14ZM6 16c0 5.523 4.477 10 10 10s10-4.477 10-10h-4a6 6 0 0 1-12 0H6Z"
  9. fill="url(#paint0_linear_911_324)"
  10. />
  11. <defs>
  12. <linearGradient id="paint0_linear_911_324" x1={16} y1={2} x2={16} y2={30} gradientUnits="userSpaceOnUse">
  13. <stop stopColor="#7174FF" />
  14. <stop offset={1} stopColor="#2823A0" />
  15. </linearGradient>
  16. </defs>
  17. </svg>
  18. ))
  19. SvgJoyTokenPrimary32.displayName = 'SvgJoyTokenPrimary32'
  20. const Memo = memo(SvgJoyTokenPrimary32)
  21. export { Memo as SvgJoyTokenPrimary32 }