UNPKG

328 BTypeScriptView Raw
1import { FunctionalComponent } from 'vue';
2import { AntdIconProps } from '../components/AntdIcon';
3export interface GooglePlusSquareFilledIconType extends FunctionalComponent<AntdIconProps> {
4 displayName: string;
5}
6declare const GooglePlusSquareFilled: GooglePlusSquareFilledIconType;
7export default GooglePlusSquareFilled;