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