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