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