UNPKG

robust-react-ui

Version:

A React component library, built with a focus on accessibility, extensibility and reusability.

6 lines (5 loc) 220 B
/// <reference types="react" /> import './Icon.scss'; import { IIconProps } from './Icon.types'; declare const Icon: ({ children, viewBox, width, height, variant, }: IIconProps) => JSX.Element; export default Icon;