From 91384745123125d19da78bc2de68c47effee8500 Mon Sep 17 00:00:00 2001 From: Hyko Date: Fri, 24 Apr 2026 21:12:49 -0400 Subject: [PATCH] style(icons): increase stroke width of arrow left and up icons from 1.5 to 2 --- src/shared/icons/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/icons/index.js b/src/shared/icons/index.js index a05fbc1..8e3c0ef 100644 --- a/src/shared/icons/index.js +++ b/src/shared/icons/index.js @@ -6,7 +6,7 @@ export const ArrowDown01Icon = (props) => ( export const ArrowLeft01Icon = (props) => ( - + ); @@ -18,7 +18,7 @@ export const ArrowRight01Icon = (props) => ( export const ArrowUp01Icon = (props) => ( - + );