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