UNPKG

liber-salti

Version:

Saltí - Liber Design System

8 lines (7 loc) 183 B
import React from 'react'; import { IconProps } from './Icon.types'; /** * A component for rendering an Icon */ declare const Icon: React.FC<IconProps>; export default Icon;