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