import React from 'react' import { CircleIcon } from '@freesewing/react/components/Icon' /** * A component to display the UX (control) setting * * @component * @param {object} props - All component props * @param {number} [props.ux = 0] - The value of the ux/control setting * @returns {JSX.Element} */ export const Ux = ({ ux = 0 }) => (