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