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