feat(fileshare): new icon — folder with network-broadcast motif
Replaces the generic stroke-only folder with a flat two-layer folder (depth via a 28%-opacity back plate) plus two signal arcs and a node dot radiating from the top-right corner. currentColor throughout so the .app-icon tint applies cleanly in both themes. Manifest version bumped to 0.1.1 so the resource manager sees the change as a distinct release. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e8ed224eea
commit
358444839c
2 changed files with 9 additions and 4 deletions
|
|
@ -1,4 +1,9 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M3 7v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-7l-2-2H5a2 2 0 0 0-2 2z"/>
|
||||
<path d="M8 13h8M8 17h5"/>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" aria-hidden="true">
|
||||
<path fill="currentColor" opacity="0.28" d="M6 18 Q6 14 10 14 H22 L28 20 H54 Q58 20 58 24 V46 Q58 50 54 50 H10 Q6 50 6 46 Z"/>
|
||||
<path fill="currentColor" d="M6 28 Q6 24 10 24 H54 Q58 24 58 28 V46 Q58 50 54 50 H10 Q6 50 6 46 Z"/>
|
||||
<g fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round">
|
||||
<path d="M42 12 A10 10 0 0 1 58 22"/>
|
||||
<path d="M46 14 A6 6 0 0 1 56 22" opacity="0.75"/>
|
||||
</g>
|
||||
<circle cx="51" cy="19" r="1.8" fill="currentColor"/>
|
||||
</svg>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 314 B After Width: | Height: | Size: 561 B |
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "fileshare",
|
||||
"display_name": "Network Files",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "SMB share for Mac, Windows, Linux and Android devices on the LAN.",
|
||||
"description_long": "Alle Geräte im WLAN sehen einen gemeinsamen Ordner. Funktioniert mit Windows, Mac, Linux und Android. Verbinden zu smb://furtka.local — Anmeldung mit dem hier gesetzten Benutzernamen und Passwort.",
|
||||
"volumes": ["files"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue