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