UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 292 B
import React, { SVGProps } from 'react'; export type Props = SVGProps<SVGSVGElement> & { isTesting?: boolean; }; export declare const IndonesiaRoundIcon: ({ ...rest }: Props) => React.JSX.Element; export declare const IndonesiaSquareIcon: ({ ...rest }: Props) => React.JSX.Element;