- Add comprehensive documentation in botbook/ with 12 chapters - Add botapp/ Tauri desktop application - Add botdevice/ IoT device support - Add botlib/ shared library crate - Add botmodels/ Python ML models service - Add botplugin/ browser extension - Add botserver/ reorganized server code - Add bottemplates/ bot templates - Add bottest/ integration tests - Add botui/ web UI server - Add CI/CD workflows in .forgejo/workflows/ - Add AGENTS.md and PROD.md documentation - Add dependency management scripts (DEPENDENCIES.sh/ps1) - Remove legacy src/ structure and migrations - Clean up temporary and backup files
18 lines
878 B
XML
18 lines
878 B
XML
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- GB-inspired search icon with bot-like characteristics -->
|
|
|
|
<!-- Main magnifying glass circle - GB rounded aesthetic -->
|
|
<circle cx="10" cy="10" r="7" stroke="currentColor" stroke-width="1.5" fill="none"/>
|
|
|
|
<!-- Inner circle detail - bot eye inspired -->
|
|
<circle cx="10" cy="10" r="3.5" stroke="currentColor" stroke-width="1" fill="none" opacity="0.4"/>
|
|
|
|
<!-- Center highlight - GB bot eye -->
|
|
<circle cx="10" cy="10" r="1.5" fill="currentColor" opacity="0.6"/>
|
|
|
|
<!-- Handle with GB curve -->
|
|
<path d="M15.5 15.5L21 21" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
|
|
|
|
<!-- Subtle reflection arc - GB style -->
|
|
<path d="M6 7 Q7.5 5.5 9.5 5.5" stroke="currentColor" stroke-width="1" stroke-linecap="round" fill="none" opacity="0.3"/>
|
|
</svg>
|