import React from "react";

/**
 * indent-increase.svg
 */
declare const IndentIncreaseIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default IndentIncreaseIcon;
