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