Repository URL to install this package:
|
Version:
2.0.2 ▾
|
import React from 'react';
import { DefaultProps } from 'icons/typings';
declare class CommunityIcon extends React.PureComponent<DefaultProps> {
static defaultProps: {
width: string;
height: string;
};
render(): JSX.Element;
}
export { CommunityIcon };
export default CommunityIcon;