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