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