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