import type { SVGProps } from "react"; import * as React from "react"; const SvgArrowLeftS = (props: SVGProps) => ( ); export default SvgArrowLeftS;