export default IconReply;
declare var IconReply: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<any>>;
import React from 'react';
