import React from "react";

/**
 * rotate-left.svg
 */
declare const RotateLeftIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default RotateLeftIcon;
