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