[web] Resolve id clash for svg paths GitOrigin-RevId: 911d44a4b1549d8de0cae39658f05660e75c180f
@@ -7,11 +7,11 @@ function GitLogoOrange({ size = 40 }: { size?: number }) {
viewBox="0 0 92 92"
>
<defs>
- <clipPath id="a">
+ <clipPath id="git-logo-path">
<path d="M0 .113h91.887V92H0Zm0 0" />
</clipPath>
</defs>
- <g clipPath="url(#a)">
+ <g clipPath="url(#git-logo-path)">
<path
style={{
stroke: 'none',