From f765cfb982a29010bf1aea773be909495cc6b55c Mon Sep 17 00:00:00 2001
From: Jannis Braun <151788261+TheZwiss@users.noreply.github.com>
Date: Mon, 27 Apr 2026 14:13:51 +0200
Subject: [PATCH] feat(brand): add canonical SVG sources at assets/brand/
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Three semantic copies from Artworks-Backspace/SVG/ — drives the new
icon generator. Element 1 → app-icon (full badge), Element 2 → mark
(bare gradient B, transparent), Element 4 → mark-mono-dark (solid
black for macOS menu-bar template). Element 3 and Element 5 stay in
the archive only.
---
assets/brand/app-icon.svg | 33 +++++++++++++++++++++++++++++++++
assets/brand/mark-mono-dark.svg | 14 ++++++++++++++
assets/brand/mark.svg | 28 ++++++++++++++++++++++++++++
3 files changed, 75 insertions(+)
create mode 100644 assets/brand/app-icon.svg
create mode 100644 assets/brand/mark-mono-dark.svg
create mode 100644 assets/brand/mark.svg
diff --git a/assets/brand/app-icon.svg b/assets/brand/app-icon.svg
new file mode 100644
index 00000000..821b870c
--- /dev/null
+++ b/assets/brand/app-icon.svg
@@ -0,0 +1,33 @@
+
+
\ No newline at end of file
diff --git a/assets/brand/mark-mono-dark.svg b/assets/brand/mark-mono-dark.svg
new file mode 100644
index 00000000..9afd7c2f
--- /dev/null
+++ b/assets/brand/mark-mono-dark.svg
@@ -0,0 +1,14 @@
+
+
\ No newline at end of file
diff --git a/assets/brand/mark.svg b/assets/brand/mark.svg
new file mode 100644
index 00000000..bee798f9
--- /dev/null
+++ b/assets/brand/mark.svg
@@ -0,0 +1,28 @@
+
+
\ No newline at end of file