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