Some checks failed
Build and Test / build (pull_request) Has been cancelled
- Remove hand-crafted kindred-icons/ in favor of auto-generated themed icons - Add icons/mappings/ with FCAD.csv (Tango palette) and kindred.csv (Catppuccin Mocha) - Add icons/retheme.py script to remap upstream FreeCAD SVG colors - Generate icons/themed/ with 1,595 themed SVGs (45,300 color replacements) - BitmapFactory loads icons/themed/ as highest priority before default icons - 157-color mapping covers the full Tango palette, interpolating between 4 luminance anchors per color family Regenerate: python3 icons/retheme.py
29 lines
762 B
XML
29 lines
762 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 64 64">
|
|
<defs>
|
|
<style>
|
|
.st0 {
|
|
fill: none;
|
|
stroke-width: 7px;
|
|
}
|
|
|
|
.st0, .st1 {
|
|
stroke: #231f20;
|
|
stroke-miterlimit: 10;
|
|
}
|
|
|
|
.st1 {
|
|
fill: #231f20;
|
|
}
|
|
</style>
|
|
</defs>
|
|
<g>
|
|
<polygon class="st1" points="16.28 32.12 3.63 32.12 9.95 44.77 16.28 32.12"/>
|
|
<path class="st0" d="M9.67,31.75c0-12.26,10.09-22.36,22.36-22.36,3.92,0,7.78,1.03,11.18,3"/>
|
|
</g>
|
|
<g>
|
|
<polygon class="st1" points="47.96 32.31 60.61 32.31 54.29 19.66 47.96 32.31"/>
|
|
<path class="st0" d="M54.58,32.68c0,12.26-10.09,22.36-22.36,22.36-3.92,0-7.78-1.03-11.18-3"/>
|
|
</g>
|
|
</svg>
|