UNPKG

@findnlink/neuro-ui

Version:
4 lines (3 loc) 156 B
/// <reference types="react" /> import { IconProps } from './Icon.types'; export declare const Icon: ({ icon, color, ...props }: IconProps) => JSX.Element;