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