IllustrativeEdit.tsx 694 B

1234567891011121314
  1. // THIS FILE WAS AUTOGENERATED BY SVGR. DO NOT MODIFY IT MANUALLY;
  2. import { Ref, SVGProps, forwardRef, memo } from 'react'
  3. const SvgIllustrativeEdit = 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
  6. d="M32.293 7.679a1 1 0 0 1 1.4.014l4.585 4.585a1 1 0 0 1-.014 1.429l-2.114 2.029-6-6 2.143-2.057ZM28.707 11.121l6 6L14 37H8v-6l20.707-19.879ZM8 41h32v-2H8v2Z"
  7. fill="#F4F6F8"
  8. />
  9. </svg>
  10. ))
  11. SvgIllustrativeEdit.displayName = 'SvgIllustrativeEdit'
  12. const Memo = memo(SvgIllustrativeEdit)
  13. export { Memo as SvgIllustrativeEdit }