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