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