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