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