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