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