mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 15:17:58 +08:00
🛠️ Refactor logo component to use `iconSize
` directly for width and height
This commit is contained in:
parent
cbab1bfa3e
commit
63ce4d1e20
@ -4,8 +4,8 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svg
|
<svg
|
||||||
width={iconSize || 30}
|
width={iconSize}
|
||||||
height={iconSize || 30}
|
height={iconSize}
|
||||||
name="SVGL Logo"
|
name="SVGL Logo"
|
||||||
viewBox="0 0 512 512"
|
viewBox="0 0 512 512"
|
||||||
fill="none"
|
fill="none"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user