import Typography from "../typography/typography"; import { Icon } from "../icon"; export interface DirectionMetricProps { value: number; limit: number; } export function DirectionMetric({ value, limit }: DirectionMetricProps) { return (