UNPKG

@promptbook/google

Version:

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

9 lines (8 loc) 201 B
/** * Shows simple microphone icon * * @public exported from `@promptbook/components` */ export declare const MicIcon: ({ size }: { size: number; }) => import("react/jsx-runtime").JSX.Element;