import { Props } from "./Props"; export const ArrowRightTiny = (props: Props) => { return ( ); };