UNPKG

@ftdata/icons

Version:

Fulltime Styleguide Icons

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