import type { FC } from 'react' import type { LoaderProps } from './types' import { ZenlinkIcon } from '../icons' export const LogoLoader: FC = (props) => { return }