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