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