import React, {FC} from "react"; export type LogoDarkProps = { width?: string; } export const LogoDark: FC = ({width = 'w-38'}) => { return }