Skip to content

Commit

Permalink
fix: vcluster icon viewbox (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks authored Oct 4, 2024
1 parent a185b03 commit e5dd70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/icons/VirtualCluster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default createIcon(({ size, color = '#E0E3E5', fullColor = true }) => (
<svg
width={size}
height={size}
viewBox="0 0 16 16"
viewBox="0 0 13 12"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
Expand Down

0 comments on commit e5dd70c

Please sign in to comment.