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