import { SVGProps } from 'react'; export function GroupFeedsIcon(props: JSX.IntrinsicAttributes & SVGProps) { return ( ); }