@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
15 lines (14 loc) • 441 B
TypeScript
import { SVGProps } from 'react';
/**
* Renders a menu icon.
*
* This icon is typically used in buttons that toggle the visibility of
* navigation menus or dropdowns.
*
* @param props - SVG properties augmented with an optional `size`
*
* @private internal subcomponent used by various components
*/
export declare function MenuIcon(props: SVGProps<SVGSVGElement> & {
size?: number;
}): import("react/jsx-runtime").JSX.Element;