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