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