import React from "react"; type BackArrowProps = React.SVGProps; export default function BackArrowSvg(props: BackArrowProps) { return ( ); }