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