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