import type { SVGProps } from "react"; const SvgArrowERightIcon = (props: SVGProps) => ( ); export default SvgArrowERightIcon;