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