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