You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
211 B

import { IconType } from '../Icon';
declare const _default: (type: IconType, extraProps: any) => {
solid?: undefined;
brand?: undefined;
} | {
solid: any;
brand: any;
};
export default _default;