import { Box } from "@mui/material"; interface Color { color?: string; } export default function ColorRingIcon({ color }: Color) { return ( ); }