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