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