Some checks failed
Build and Test / build (pull_request) Failing after 20m23s
Generate 1254 Catppuccin Mocha themed placeholder SVGs covering every icon referenced in FreeCAD's .qrc resource files that did not already have a kindred-icons override. Each placeholder uses: - The standard 32x32 viewBox with #313244 surface0 background - A dashed border in the workbench accent color (e.g. yellow for Sketcher, blue for PartDesign, peach for BIM/Draft/Arch, etc.) - An abbreviated label so the icon is identifiable at a glance This brings total kindred-icons coverage from 190 to 1444 icons, ensuring every FreeCAD icon resolves to a Catppuccin-themed version.
6 lines
441 B
XML
6 lines
441 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect x="2" y="2" width="28" height="28" rx="4" fill="#313244"/>
|
|
<rect x="5" y="5" width="22" height="22" rx="3" fill="none" stroke="#a6e3a1" stroke-width="1.5" stroke-dasharray="3,2" opacity="0.6"/>
|
|
<text x="16" y="17" text-anchor="middle" dominant-baseline="central" font-family="sans-serif" font-size="8" font-weight="bold" fill="#a6e3a1" opacity="0.8">EVG</text>
|
|
</svg>
|