export default function Curve({ size = 24, color = '#B1B1C7', strokeWidth = 2, }) { return ( ) }