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}