@crossed/unicons
Version:
unicons
14 lines • 774 B
TypeScript
/**
* Copyright (c) Paymium.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root of this projects source tree.
*/
export declare const AlertTriangle: import("react").ForwardRefExoticComponent<{
Svg?: (import("react").ElementType<JSX.IntrinsicElements["svg"]> | typeof import("react-native-svg").default) | undefined;
Path?: (import("react").ElementType<JSX.IntrinsicElements["path"]> | typeof import("react-native-svg").Path) | undefined;
Circle?: (import("react").ElementType<JSX.IntrinsicElements["circle"]> | typeof import("react-native-svg").Circle) | undefined;
color?: string | undefined;
size?: number | undefined;
} & import("react").RefAttributes<unknown>>;
//# sourceMappingURL=index.web.d.ts.map