import type { CSSProperties } from "react"; export function ArrowRightIcon({ className, style, }: { className?: string; style?: CSSProperties; }) { return ( ); }