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