bfda98e678
Version bump to 0.1.0, updated app icons, migration fixes, various Vue component improvements, CLAUDE.md project instructions, gitignore for test artifacts, and webpack/main.js configuration updates. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
708 B
XML
13 lines
708 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32">
|
|
<!-- Group/members icon (dark theme variant) -->
|
|
<!-- Left person -->
|
|
<circle cx="7" cy="11" r="3" fill="#eee"/>
|
|
<path d="M7 15.5c-3 0-5.5 1.8-5.5 4v1.5c0 .6.4 1 1 1h9c.6 0 1-.4 1-1v-1.5c0-2.2-2.5-4-5.5-4z" fill="#eee"/>
|
|
<!-- Center person (larger, in front) -->
|
|
<circle cx="16" cy="8" r="3.8" fill="#eee"/>
|
|
<path d="M16 13.2c-3.6 0-6.5 2.1-6.5 4.8v2c0 .6.4 1 1 1h11c.6 0 1-.4 1-1v-2c0-2.7-2.9-4.8-6.5-4.8z" fill="#eee"/>
|
|
<!-- Right person -->
|
|
<circle cx="25" cy="11" r="3" fill="#eee"/>
|
|
<path d="M25 15.5c-3 0-5.5 1.8-5.5 4v1.5c0 .6.4 1 1 1h9c.6 0 1-.4 1-1v-1.5c0-2.2-2.5-4-5.5-4z" fill="#eee"/>
|
|
</svg>
|