1
0

JoyTokenPrimary16.tsx 931 B

12345678910111213141516171819202122
  1. // THIS FILE WAS AUTOGENERATED BY SVGR. DO NOT MODIFY IT MANUALLY;
  2. import { Ref, SVGProps, forwardRef, memo } from 'react'
  3. const SvgJoyTokenPrimary16 = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
  4. <svg width={16} height={16} viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" ref={ref} {...props}>
  5. <path
  6. fillRule="evenodd"
  7. clipRule="evenodd"
  8. d="M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM3 8a5 5 0 0 0 10 0h-2a3 3 0 0 1-6 0H3Z"
  9. fill="url(#paint0_linear_911_332)"
  10. />
  11. <defs>
  12. <linearGradient id="paint0_linear_911_332" x1={8} y1={1} x2={8} y2={15} gradientUnits="userSpaceOnUse">
  13. <stop stopColor="#7174FF" />
  14. <stop offset={1} stopColor="#2823A0" />
  15. </linearGradient>
  16. </defs>
  17. </svg>
  18. ))
  19. SvgJoyTokenPrimary16.displayName = 'SvgJoyTokenPrimary16'
  20. const Memo = memo(SvgJoyTokenPrimary16)
  21. export { Memo as SvgJoyTokenPrimary16 }