UNPKG

@promptbook/markdown-utils

Version:

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

16 lines (15 loc) 453 B
type CameraIconProps = { size?: number; color?: string; }; /** * Renders a camera icon. * * This icon is typically used in buttons or inputs that trigger image capture * or selection. * * @param props - SVG properties augmented with an optional `size` * @private internal subcomponent used by various components */ export declare function CameraIcon({ size, color }: CameraIconProps): import("react/jsx-runtime").JSX.Element; export {};