Skip to content

Commit 6bb35d3

Browse files
committed
Fix google icon
1 parent 33ad326 commit 6bb35d3

File tree

1 file changed

+1
-1
lines changed
  • src/Exceptionless.Web/ClientApp/src/lib/features/shared/components/icons

1 file changed

+1
-1
lines changed

src/Exceptionless.Web/ClientApp/src/lib/features/shared/components/icons/GoogleIcon.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
aria-label="Google icon"
2424
{...rest}
2525
>
26-
><path
26+
<path
2727
d="M21.35,11.1H12.18V13.83H18.69C18.36,17.64 15.19,19.27 12.19,19.27C8.36,19.27 5,16.25 5,12C5,7.9 8.2,4.73 12.2,4.73C15.29,4.73 17.1,6.7 17.1,6.7L19,4.72C19,4.72 16.56,2 12.1,2C6.42,2 2.03,6.8 2.03,12C2.03,17.05 6.16,22 12.25,22C17.6,22 21.5,18.33 21.5,12.91C21.5,11.76 21.35,11.1 21.35,11.1V11.1Z"
2828
/>
2929
</svg>

0 commit comments

Comments
 (0)