import { Flex, MantineColor } from "@mantine/core"; interface SettingsIconProps { bg: MantineColor; icon: React.ElementType; } export function SettingsIcon(props : SettingsIconProps) { return ( ); }