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