UNPKG

284 BTypeScriptView Raw
1import { FunctionalComponent } from 'vue';
2import { AntdIconProps } from '../components/AntdIcon';
3export interface Html5FilledIconType extends FunctionalComponent<AntdIconProps> {
4 displayName: string;
5}
6declare const Html5Filled: Html5FilledIconType;
7export default Html5Filled;