UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

4 lines (3 loc) 158 B
/// <reference types="react" /> import { CommonIconProps } from '../..'; export default function Box({ color, size, ...rest }: CommonIconProps): JSX.Element;