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