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