ActionShare.tsx 646 B

12345678910111213141516
  1. // THIS FILE WAS AUTOGENERATED BY SVGR. DO NOT MODIFY IT MANUALLY;
  2. import { Ref, SVGProps, forwardRef, memo } from 'react'
  3. const SvgActionShare = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
  4. <svg width={17} height={16} viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg" ref={ref} {...props}>
  5. <path
  6. fillRule="evenodd"
  7. clipRule="evenodd"
  8. d="m15.06 8-7-5v3H6.708c-3.65 0-5.65 2-5.65 4v2h2v-1c0-.552.445-1 .997-1H8.06v3l7-5Z"
  9. fill="#F4F6F8"
  10. />
  11. </svg>
  12. ))
  13. SvgActionShare.displayName = 'SvgActionShare'
  14. const Memo = memo(SvgActionShare)
  15. export { Memo as SvgActionShare }