UNPKG

byokay-kit

Version:

Byokay Kit lets users bring their own AI API keys and store them securely in their browser. This eliminates the need for your app to manage sensitive credentials or maintain AI API backend infrastructure.

5 lines (4 loc) 1.15 kB
import { jsx as _jsx } from "react/jsx-runtime"; export function GeminiIcon({ className = "", size = 20 }) { return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 50 50", className: className, fill: "currentColor", children: _jsx("path", { d: "M 25.029297 0.001953125 A 1.0001 1.0001 0 0 0 24 0.9609375 L 23.957031 2.0429688 C 23.487229 13.955833 13.955833 23.487228 2.0429688 23.957031 L 0.9609375 24 A 1.0001 1.0001 0 0 0 0.9609375 26 L 2.0429688 26.042969 C 13.955833 26.512771 23.487228 36.044167 23.957031 47.957031 L 24 49.039062 A 1.0001 1.0001 0 0 0 26 49.039062 L 26.042969 47.957031 C 26.512771 36.044167 36.044167 26.512772 47.957031 26.042969 L 49.039062 26 A 1.0001 1.0001 0 0 0 49.039062 24 L 47.957031 23.957031 C 36.044167 23.487229 26.512772 13.955833 26.042969 2.0429688 L 26 0.9609375 A 1.0001 1.0001 0 0 0 25.029297 0.001953125 z M 25 7.7792969 C 27.325663 16.134038 33.865962 22.674337 42.220703 25 C 33.865962 27.325663 27.325663 33.865962 25 42.220703 C 22.674337 33.865962 16.134038 27.325663 7.7792969 25 C 16.134038 22.674337 22.674337 16.134038 25 7.7792969 z" }) })); }