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