update sidebar icons
This commit is contained in:
parent
bef84797bf
commit
4ec530906e
4
dist/layout.js
vendored
4
dist/layout.js
vendored
@ -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,
|
||||
|
||||
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user