update sidebar icons
All checks were successful
Build and Deploy Next.js + Nginx Docker Image / build-and-deploy (push) Successful in 52s
Build and Deploy Next.js + Nginx Docker Image / deploy (push) Successful in 7s

This commit is contained in:
Mohamadzadeh 2026-08-22 16:24:40 +03:30
parent bef84797bf
commit 4ec530906e
2 changed files with 4 additions and 4 deletions

4
dist/layout.js vendored
View File

@ -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,

View File

@ -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}