Repository URL to install this package:
|
Version:
3.0.6-working.1 ▾
|
import React from 'react';
import { DefaultProps } from '../../typings';
interface Props extends DefaultProps {
}
declare class ChinaFlagIcon extends React.PureComponent<Props> {
static defaultProps: {
width: string;
height: string;
viewBox: string;
fill: string;
};
render(): JSX.Element;
}
export { ChinaFlagIcon };
export default ChinaFlagIcon;