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