import React from 'react' import { BulletIcon } from '@freesewing/react/components/Icon' const scores = [1, 2, 3, 4, 5] export const ControlScore = ({ control, color = 'base-content' }) => control ? (