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
546 B
XML
8 lines
546 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="4" fill="#313244"/>
|
|
<path d="M16 6 C12 6 10 8 10 10 L10 14 L16 14 L16 15 L8 15 L8 10 C8 6 12 4 16 4 C20 4 24 6 24 10 L24 12" fill="none" stroke="#cba6f7" stroke-width="1.5"/>
|
|
<path d="M16 26 C20 26 22 24 22 22 L22 18 L16 18 L16 17 L24 17 L24 22 C24 26 20 28 16 28 C12 28 8 26 8 22 L8 20" fill="none" stroke="#b4befe" stroke-width="1.5"/>
|
|
<circle cx="12" cy="9" r="1.5" fill="#cba6f7"/>
|
|
<circle cx="20" cy="23" r="1.5" fill="#b4befe"/>
|
|
</svg>
|