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