UNPKG

@promptbook/google

Version:

Promptbook: Turn your company's scattered knowledge into AI ready books

14 lines (13 loc) 443 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;