/// import type IconType from '../IconType'; declare const PostCommunityP: ({ color, size, ...rest }: IconType) => JSX.Element; export default PostCommunityP;