import type { JSX, SVGProps } from 'react' export const LeftArrow = ( properties: JSX.IntrinsicAttributes & SVGProps, ) => { return ( ) }