Tidying the repo

This commit is contained in:
2025-10-23 13:50:03 -04:00
parent d55798508d
commit be68a76b8b
13 changed files with 0 additions and 0 deletions

11
Firefox/Code/icon.svg Normal file
View File

@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48">
<!-- Background -->
<rect width="48" height="48" rx="8" fill="#2196F3"/>
<!-- SQL text -->
<text x="24" y="20" font-family="Arial, sans-serif" font-size="12" font-weight="bold" text-anchor="middle" fill="white">SQL</text>
<!-- Extract arrow -->
<path d="M18 28 L24 34 L30 28" stroke="white" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M24 32 L24 38" stroke="white" stroke-width="2" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 561 B