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