import { arrowVariants } from "./variants" import type { ArrowProps } from "./arrow" export function Arrow({ color, size }: ArrowProps) { const className = arrowVariants({ color, size }) return (