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