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