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