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