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