Skip to content

Commit aefefc5

Browse files
committed
fix vcluster icon viewbox
1 parent a185b03 commit aefefc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/icons/VirtualCluster.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default createIcon(({ size, color = '#E0E3E5', fullColor = true }) => (
44
<svg
55
width={size}
66
height={size}
7-
viewBox="0 0 16 16"
7+
viewBox="0 0 13 12"
88
fill="none"
99
xmlns="http://www.w3.org/2000/svg"
1010
>

0 commit comments

Comments
 (0)