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