From b1ef07c79dc35fc9e5ac964de6459d005acb7b56 Mon Sep 17 00:00:00 2001 From: Jake Howell Date: Fri, 3 Jul 2026 01:41:27 +1000 Subject: [PATCH] feat(site): add linear.svg icon (#26967) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > 🤖 This PR was written by Coder Agents on behalf of Jake Howell. Adds a bundled `linear.svg` icon at `site/static/icon/linear.svg` so template authors can reference Linear as a first-party `/icon/`. `site/src/theme/icons.json` is regenerated by `make site/src/theme/icons.json` — the diff is a single-line insertion between `lakefs.svg` and `lxc.svg`. ## Verification - `go test ./scripts/gensite -run TestSVGIconAttributes/linear.svg` — PASS (`width="256"`, `height="256"`, `viewBox="0 0 256 256"`) - `make lint/site-icons` — PASS - `go test ./scripts/gensite -count=1` — PASS (full SVG attribute sweep) --- site/src/theme/icons.json | 1 + site/static/icon/linear.svg | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 site/static/icon/linear.svg diff --git a/site/src/theme/icons.json b/site/src/theme/icons.json index 1db8928cb7..097d032b3f 100644 --- a/site/src/theme/icons.json +++ b/site/src/theme/icons.json @@ -87,6 +87,7 @@ "kiro.svg", "kotlin.svg", "lakefs.svg", + "linear.svg", "lxc.svg", "matlab.svg", "memory.svg", diff --git a/site/static/icon/linear.svg b/site/static/icon/linear.svg new file mode 100644 index 0000000000..140426cef5 --- /dev/null +++ b/site/static/icon/linear.svg @@ -0,0 +1,10 @@ + + + + + + + + + +