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