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