import { CircleIcon as Icon } from 'shared/components/icons.mjs'
export const Circle = ({ off = false, color = 'warning' }) => (
)
const colors = ['violet', 'green-500', 'yellow-300', 'amber-500', 'orange-500', 'red-500']
const five = [0, 1, 2, 3, 4]
export const Difficulty = ({ score = 0 }) => (
{five.map((i) => (
))}
)