IllustrativePlay.tsx 812 B

1234567891011121314151617
  1. // THIS FILE WAS AUTOGENERATED BY SVGR. DO NOT MODIFY IT MANUALLY;
  2. import { Ref, SVGProps, forwardRef, memo } from 'react'
  3. const SvgIllustrativePlay = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
  4. <svg width={48} height={48} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" ref={ref} {...props}>
  5. <path d="m30 24-9-6v12l9-6Z" fill="#F4F6F8" />
  6. <path
  7. fillRule="evenodd"
  8. clipRule="evenodd"
  9. d="M24 7C14.611 7 7 14.611 7 24s7.611 17 17 17 17-7.611 17-17S33.389 7 24 7ZM9 24c0-8.284 6.716-15 15-15 8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15Z"
  10. fill="#F4F6F8"
  11. />
  12. </svg>
  13. ))
  14. SvgIllustrativePlay.displayName = 'SvgIllustrativePlay'
  15. const Memo = memo(SvgIllustrativePlay)
  16. export { Memo as SvgIllustrativePlay }