// React Imports import type { SVGAttributes } from 'react' const Logo = (props: SVGAttributes) => { return ( ) } export default Logo