- import { FunctionalComponent } from 'vue';
- import { AntdIconProps } from '../components/AntdIcon';
- export interface Html5FilledIconType extends FunctionalComponent<AntdIconProps> {
- displayName: string;
- }
- declare const Html5Filled: Html5FilledIconType;
- export default Html5Filled;
|