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