import * as React from 'react'; export interface BackArrow16Props extends React.SVGProps { ariaLabel?: string } export default function BackArrow16({ ariaLabel, ...props }: BackArrow16Props) { return ( ); }