import * as React from "react" import { cn } from "~/lib/utils" export const ArrowIcon = ({ className, ...props }: React.SVGProps) => { return ( ) }