UNPKG

@airplane/views

Version:

A React library for building Airplane views. Views components are optimized in style and functionality to produce internal apps that are easy to build and maintain.

5 lines (4 loc) 852 B
/// <reference types="react" /> export declare const ExclamationTriangleIconOutline: import("react").ForwardRefExoticComponent<import("../Icon.types").BaseProps & Omit<import("react").SVGProps<SVGSVGElement>, "ref" | keyof import("../Icon.types").BaseProps> & import("react").RefAttributes<SVGSVGElement>>; export declare const ExclamationTriangleIconSolid: import("react").ForwardRefExoticComponent<import("../Icon.types").BaseProps & Omit<import("react").SVGProps<SVGSVGElement>, "ref" | keyof import("../Icon.types").BaseProps> & import("react").RefAttributes<SVGSVGElement>>; export declare const ExclamationTriangleIconMini: import("react").ForwardRefExoticComponent<import("../Icon.types").BaseProps & Omit<import("react").SVGProps<SVGSVGElement>, "ref" | keyof import("../Icon.types").BaseProps> & import("react").RefAttributes<SVGSVGElement>>;