UNPKG

@hrobarikt/box-ui-elements

Version:
4 lines (3 loc) 161 B
import { Icon } from '../iconTypes'; declare const IconMetadata: ({ className, color, title, width, height }: Icon) => JSX.Element; export default IconMetadata;