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