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