import React from 'react' import { CircleIcon } from '@freesewing/react/components/Icon' export const Ux = ({ ux = 0 }) => (
{[0, 1, 2, 3, 4].map((i) => ( ))}
) export const UxMini = ({ ux = 0 }) => (
)