projscan 3.0.7 → 3.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,23 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
2
+ <defs>
3
+ <clipPath id="projscan-icon-mask">
4
+ <rect x="0" y="0" width="512" height="512" rx="114" ry="114" />
5
+ </clipPath>
6
+ </defs>
7
+ <g clip-path="url(#projscan-icon-mask)">
8
+ <!-- App icon background: dark rounded square, matching the site's gray-900 -->
9
+ <rect x="0" y="0" width="512" height="512" fill="#111827" />
10
+ <!-- Terminal / code icon (Heroicons command-line, scaled to fill ~62% of the tile) -->
11
+ <!-- Original viewBox 0 0 24 24, scaled to 320x320, centered at (256,256) = offset 96,96 -->
12
+ <g transform="translate(96,96) scale(13.333)">
13
+ <path
14
+ fill="none"
15
+ stroke="#4ade80"
16
+ stroke-width="1.5"
17
+ stroke-linecap="round"
18
+ stroke-linejoin="round"
19
+ d="M6.75 7.5l3 2.25-3 2.25m4.5 0h3M5.25 20.25h13.5A2.25 2.25 0 0021 18V6a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 6v12a2.25 2.25 0 002.25 2.25z"
20
+ />
21
+ </g>
22
+ </g>
23
+ </svg>