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