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