import React from "react"; import type { SVGIcon } from "./types"; const Logo = (props: SVGIcon) => ( ); export default Logo;