From f6fc74acef0e141e664a543cabcd68eeb87a9db1 Mon Sep 17 00:00:00 2001 From: Samir Boulahtit Date: Sun, 7 Dec 2025 17:14:35 +0100 Subject: [PATCH] feat: add navigation and feedback icons for e-commerce MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add icons: chevron-left, chevron-up, zoom-in, zoom-out, arrows-expand, chat-alt-2, thumb-up, thumb-down 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- static/shared/js/icons.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/static/shared/js/icons.js b/static/shared/js/icons.js index 1e0058c7..4984fb1d 100644 --- a/static/shared/js/icons.js +++ b/static/shared/js/icons.js @@ -16,7 +16,12 @@ const Icons = { 'arrow-left': ``, 'chevron-down': ``, 'chevron-right': ``, - + 'chevron-left': ``, + 'chevron-up': ``, + 'zoom-in': ``, + 'zoom-out': ``, + 'arrows-expand': ``, + // Business & Organization 'office-building': ``, @@ -107,6 +112,9 @@ const Icons = { 'spinner': ``, 'star': ``, 'heart': ``, + 'chat-alt-2': ``, + 'thumb-up': ``, + 'thumb-down': ``, 'flag': ``, // Links & External