/// import type IconType from '../IconType'; declare const SendBackward: ({ color, size, ...rest }: IconType) => JSX.Element; export default SendBackward;