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