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