import { IconSvg } from '../../icon-svg'; declare global { interface HTMLElementTagNameMap { 'nimble-icon-arrow-up-rectangle': IconArrowUpRectangle; } } /** * The icon component for the 'arrowUpRectangle' icon */ export declare class IconArrowUpRectangle extends IconSvg { constructor(); } export declare const iconArrowUpRectangleTag = "nimble-icon-arrow-up-rectangle";