Initial commit: Media Server Dashboard
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Filebot Media Browser">
|
||||
<defs>
|
||||
<linearGradient id="fb-grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#6366f1"/>
|
||||
<stop offset="100%" stop-color="#8b5cf6"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="64" height="64" rx="14" fill="url(#fb-grad)"/>
|
||||
<text
|
||||
x="32"
|
||||
y="40"
|
||||
text-anchor="middle"
|
||||
fill="#ffffff"
|
||||
font-family="Outfit, system-ui, -apple-system, sans-serif"
|
||||
font-weight="700"
|
||||
font-size="22"
|
||||
>FB</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 574 B |
Reference in New Issue
Block a user