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