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