1
0

ActionRead.tsx 790 B

12345678910111213141516
  1. // THIS FILE WAS AUTOGENERATED BY SVGR. DO NOT MODIFY IT MANUALLY;
  2. import { Ref, SVGProps, forwardRef, memo } from 'react'
  3. const SvgActionRead = 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="M2 6.535a1 1 0 0 1 .445-.832l5-3.333a1 1 0 0 1 1.11 0l5 3.333a1 1 0 0 1 .445.832V13a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6.535Zm5.39 5.257a1 1 0 0 0 1.22 0l3.2-2.466a1 1 0 1 0-1.22-1.584L8 9.737 5.41 7.742a1 1 0 1 0-1.22 1.584l3.2 2.466Z"
  9. fill="#F4F6F8"
  10. />
  11. </svg>
  12. ))
  13. SvgActionRead.displayName = 'SvgActionRead'
  14. const Memo = memo(SvgActionRead)
  15. export { Memo as SvgActionRead }