Skip to content

Commit 284aaa9

Browse files
authored
update NgrokLettermarkIcon dimensions/viewbox (#1074)
1 parent ce16b23 commit 284aaa9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/some-ears-drop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ngrok/mantle": patch
3+
---
4+
5+
Update NgrokLettermarkIcon dimensions

packages/mantle/src/components/icons/ngrok.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ function NgrokWordmarkIcon(props: Omit<InlineIconProps, "color">) {
1616
*/
1717
function NgrokLettermarkIcon(props: Omit<InlineIconProps, "color">) {
1818
return (
19-
<svg viewBox="0 0 27 27" fill="currentColor" {...props}>
20-
<path d="M22.5447 5.5673c-.3698-.46161-.7872-.85998-1.2346-1.21409-.3996-.30985-.823-.581755-1.2823-.803074-.2206-.107498-.4532-.196027-.6978-.278231-.3519-.120144-.7336-.2023476-1.1272-.271905h-4.9622L9.96024 6.96477V3.0822036H3V24h6.96024V9.88618H16.497l.5428-.01265V23.9937H24V10.91057c0-1.11292-.1014-2.10569-.3042-2.97832-.2028-.86631-.5845-1.65041-1.1511-2.36495" />
19+
<svg viewBox="0 0 32 32" fill="currentColor" {...props}>
20+
<path d="M27.2 6.18a9.47 9.47 0 0 0-3.12-2.5A9.42 9.42 0 0 0 21.82 3h-6.14l-4.06 4.9V3.1H3V29h8.62V11.53h8.09l.67-.02v17.48H29V12.8c0-1.37-.13-2.6-.38-3.68a7.35 7.35 0 0 0-1.42-2.93Z" />
2121
</svg>
2222
);
2323
}

0 commit comments

Comments
 (0)