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