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