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