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