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