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