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