import * as React from "react"; import { SVGProps } from "react"; const SvgGroup = (props: SVGProps) => ( ); export default SvgGroup;