import React from "react"; import type { Props } from "./types"; export const ArrowRightIcon: React.FC = ({ width = "24", height = "24", color = "rgb(var(--color-text-200))", className, }) => ( );