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