// __SDEFILE__ - This file is a dependency for the stand-alone environment
import { CircleIcon as Icon } from 'shared/components/icons.mjs'
import { useTheme } from 'shared/hooks/use-theme.mjs'
export const Circle = ({ off = false, color = 'warning' }) => (