UNPKG

217 BTypeScriptView Raw
1import { IconType } from '../icons/Icon';
2declare const _default: (type: IconType, extraProps: any) => {
3 solid?: undefined;
4 brand?: undefined;
5} | {
6 solid: any;
7 brand: any;
8};
9export default _default;