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