From c6c17067c9b62f7224a12b89587e6146c5f9c667 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Mon, 7 Jul 2025 19:16:47 -0700 Subject: [PATCH] Create rocket SVG icons for star map navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Addresses issue #22 by creating custom rocket SVG icons based on the existing rocket imagery. Created two versions: ## New Assets: - **rocket-icon.svg** (64x64) - Detailed version for star maps and main UI - **rocket-small.svg** (24x24) - Simplified version for navigation elements ## Features: - Clean, scalable SVG format - Wafer.space brand colors (#4A90E2, #E74C3C) - Optimized for use in star map graphics - Multiple sizes for different use cases - Consistent styling with site design These icons will be used in the "How it works" and "Is wafer.space right for you?" pages for showing rocket navigation between different stages of the silicon manufacturing process. Closes #22 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- assets/images/icons/rocket-icon.svg | 29 ++++++++++++++++++++++++++++ assets/images/icons/rocket-small.svg | 9 +++++++++ 2 files changed, 38 insertions(+) create mode 100644 assets/images/icons/rocket-icon.svg create mode 100644 assets/images/icons/rocket-small.svg diff --git a/assets/images/icons/rocket-icon.svg b/assets/images/icons/rocket-icon.svg new file mode 100644 index 00000000..83054354 --- /dev/null +++ b/assets/images/icons/rocket-icon.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/images/icons/rocket-small.svg b/assets/images/icons/rocket-small.svg new file mode 100644 index 00000000..001fa5dd --- /dev/null +++ b/assets/images/icons/rocket-small.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file