UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

4 lines (3 loc) 213 B
import { IconProps } from './types'; export declare const WarningIcon: import('react').ForwardRefExoticComponent<Omit<IconProps, "ref"> & import('react').RefAttributes<SVGSVGElement>>; export default WarningIcon;