12345678910111213141516 |
- // THIS FILE WAS AUTOGENERATED BY SVGR. DO NOT MODIFY IT MANUALLY;
- import { Ref, SVGProps, forwardRef, memo } from 'react'
- const SvgActionResize = forwardRef((props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
- <svg width={16} height={16} viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" ref={ref} {...props}>
- <path
- fillRule="evenodd"
- clipRule="evenodd"
- d="M14 7a1 1 0 0 0-1.707-.707l-5 5A1 1 0 0 0 8 13h5a1 1 0 0 0 1-1V7Z"
- fill="#F4F6F8"
- />
- </svg>
- ))
- SvgActionResize.displayName = 'SvgActionResize'
- const Memo = memo(SvgActionResize)
- export { Memo as SvgActionResize }
|