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