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