From 4ec530906eae2a8c3908511f2032c0c72b82d540 Mon Sep 17 00:00:00 2001 From: Mohamadzadeh <7796733@gmail.com> Date: Sat, 22 Aug 2026 16:24:40 +0330 Subject: [PATCH] update sidebar icons --- dist/layout.js | 4 ++-- src/layout/Sidebar.jsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/layout.js b/dist/layout.js index 494698e..0644709 100644 --- a/dist/layout.js +++ b/dist/layout.js @@ -155,7 +155,7 @@ const Ge = Object.assign(Ie, { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", - strokeWidth: "2", + strokeWidth: "3", strokeLinecap: "round", strokeLinejoin: "round", ...o, @@ -172,7 +172,7 @@ const Ge = Object.assign(Ie, { viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", - strokeWidth: "2", + strokeWidth: "3", strokeLinecap: "round", strokeLinejoin: "round", ...o, diff --git a/src/layout/Sidebar.jsx b/src/layout/Sidebar.jsx index 06f0973..56cd204 100644 --- a/src/layout/Sidebar.jsx +++ b/src/layout/Sidebar.jsx @@ -29,7 +29,7 @@ const EllipsisIcon = (props) => ( viewBox="0 0 24 24" fill="none" stroke="currentColor" - strokeWidth="2" + strokeWidth="3" strokeLinecap="round" strokeLinejoin="round" {...props} @@ -46,7 +46,7 @@ const LogOutIcon = (props) => ( viewBox="0 0 24 24" fill="none" stroke="currentColor" - strokeWidth="2" + strokeWidth="3" strokeLinecap="round" strokeLinejoin="round" {...props}