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