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