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