import React from "react";

/**
 * history.svg
 */
declare const HistoryIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default HistoryIcon;
