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