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