import Icon from '@/web/components/Icon' import { cx } from '@emotion/css' import toast from 'react-hot-toast' const SettingsButton = ({ className }: { className?: string }) => { return ( ) } export default SettingsButton