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