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