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