Wholesale copy of all Kindred Create additions that don't conflict with upstream FreeCAD code: - kindred-icons/ (1444 Catppuccin Mocha SVG icon overrides) - src/Mod/Create/ (Kindred Create workbench) - src/Gui/ Kindred source files (FileOrigin, OriginManager, OriginSelectorWidget, CommandOrigin, BreadcrumbToolBar, EditingContext) - src/Gui/Icons/ (Kindred branding and silo icons) - src/Gui/PreferencePacks/KindredCreate/ - src/Gui/Stylesheets/ (KindredCreate.qss, images_dark-light/) - package/ (rattler-build recipe) - docs/ (architecture, guides, specifications) - .gitea/ (CI workflows, issue templates) - mods/silo, mods/ztools submodules - .gitmodules (Kindred submodule URLs) - resources/ (kindred-create.desktop, kindred-create.xml) - banner-logo-light.png, CONTRIBUTING.md
8 lines
457 B
XML
8 lines
457 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="4" fill="#313244"/>
|
|
<rect x="7" y="8" width="18" height="16" rx="2" fill="none" stroke="#cba6f7" stroke-width="1.5"/>
|
|
<line x1="10" y1="13" x2="22" y2="13" stroke="#b4befe" stroke-width="1.5"/>
|
|
<line x1="10" y1="17" x2="19" y2="17" stroke="#b4befe" stroke-width="1.5"/>
|
|
<line x1="10" y1="21" x2="16" y2="21" stroke="#b4befe" stroke-width="1.5"/>
|
|
</svg>
|