UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

15 lines (14 loc) 446 B
import { SVGProps } from 'react'; /** * Renders a download icon. * * This icon is typically used in buttons or links that trigger the downloading * of files or assets. * * @param props - SVG properties augmented with an optional `size` * * @private internal subcomponent used by various components */ export declare function DownloadIcon(props: SVGProps<SVGSVGElement> & { size?: number; }): import("react/jsx-runtime").JSX.Element;