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