import { Typography } from 'components/typography' import { SvgFavycon } from 'components/svgs/svg-favycon' import styles from './index.module.scss' export type ToolTitleProps = { hideLogo?: boolean small?: boolean } const ToolTitle = ({ hideLogo = false, small = false }: ToolTitleProps) => (