"use client"; import clsx from "clsx"; import type { ComponentProps } from "react"; import styles from "./index.module.scss"; import Logo from "../Root/logo.svg"; type Props = Omit, "children">; export const TokenIcon = ({ className, ...props }: Props) => (
);