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
53 lines
910 B
XML
53 lines
910 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg
|
|
viewBox="0 0 32 32"
|
|
version="1.1"
|
|
id="svg3"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg">
|
|
<rect
|
|
width="32"
|
|
height="32"
|
|
rx="4"
|
|
fill="#313244"
|
|
id="rect1" />
|
|
<rect
|
|
x="6"
|
|
y="6"
|
|
width="10"
|
|
height="10"
|
|
rx="1.5"
|
|
fill="none"
|
|
stroke="#89b4fa"
|
|
stroke-width="1.5"
|
|
id="rect2" />
|
|
<rect
|
|
x="10"
|
|
y="10"
|
|
width="10"
|
|
height="10"
|
|
rx="1.5"
|
|
fill="#313244"
|
|
stroke="#cba6f7"
|
|
stroke-width="1.5"
|
|
id="rect3" />
|
|
<rect
|
|
x="14"
|
|
y="14"
|
|
width="10"
|
|
height="10"
|
|
rx="1.5"
|
|
fill="#313244"
|
|
stroke="#89b4fa"
|
|
stroke-width="1.5"
|
|
id="rect4" />
|
|
<circle
|
|
cx="24"
|
|
cy="8"
|
|
r="4"
|
|
fill="none"
|
|
stroke="#a6e3a1"
|
|
stroke-width="1.5"
|
|
id="circle1" />
|
|
</svg>
|