import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-arrow-left-two-rectangles': IconArrowLeftTwoRectangles; } } /** * The icon component for the 'arrowLeftTwoRectangles' icon */ export declare class IconArrowLeftTwoRectangles extends IconSvg { constructor(); } export declare const iconArrowLeftTwoRectanglesTag = "nimble-icon-arrow-left-two-rectangles";