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