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