import { Cog6ToothIcon } from "@heroicons/react/24/outline"; import { memo } from "react"; import cn from "@/helpers/cn"; interface SettingsProps { className?: string; } const Settings = ({ className = "" }: SettingsProps) => { return (