File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ export default function Socials() {
2727 href = "https://github.com/rivea0"
2828 icon = {
2929 < GitHub
30- color = { `var(--icon-generic-color)` }
31- width = { 24 }
32- height = { 24 }
33- strokeWidth = { 2.15 }
30+ fillColor = { `var(--icon-generic-color)` }
31+ width = { 22 }
32+ height = { 22 }
33+ strokeWidth = { 0 }
3434 />
3535 }
3636 tooltip = "GitHub"
@@ -40,8 +40,8 @@ export default function Socials() {
4040 icon = {
4141 < Mail
4242 color = { `var(--icon-generic-color)` }
43- width = { 24 }
44- height = { 24 }
43+ width = { 22 }
44+ height = { 22 }
4545 strokeWidth = { 2 }
4646 />
4747 }
@@ -52,9 +52,9 @@ export default function Socials() {
5252 icon = {
5353 < RSS
5454 color = { `var(--icon-generic-color)` }
55- strokeWidth = { 2 }
56- width = { 24 }
57- height = { 24 }
55+ strokeWidth = { 2.25 }
56+ width = { 22 }
57+ height = { 22 }
5858 />
5959 }
6060 tooltip = "RSS"
@@ -63,7 +63,7 @@ export default function Socials() {
6363 href = "https://mastodon.social/@rivea0"
6464 icon = {
6565 < Mastodon
66- width = { 22 }
66+ width = { 20 }
6767 height = { 22 }
6868 strokeWidth = { 0 }
6969 fillColor = { `var(--icon-generic-color)` }
Original file line number Diff line number Diff line change 11export default function withIcon ( svgPath : string ) {
22 function Icon ( {
3- strokeWidth = 1.5 ,
3+ strokeWidth = 1.75 ,
44 color = 'currentColor' ,
55 fillColor = 'none' ,
66 viewBox = '0 0 24 24' ,
You can’t perform that action at this time.
0 commit comments