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