Skip to content

Commit 7853988

Browse files
committed
Make lock icon use 16x16 size instead of 18x18
1 parent d93e564 commit 7853988

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

images/icons/lock.svg

Lines changed: 1 addition & 1 deletion
Loading

src/components/icons/Lock.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ export default function LockIcon(props: LockIconProps) {
1010
return (
1111
<svg
1212
xmlns="http://www.w3.org/2000/svg"
13-
width="18"
14-
height="18"
15-
viewBox="0 0 8 12"
13+
width="16"
14+
height="16"
15+
viewBox="0 0.5 8 11"
1616
data-component="LockIcon"
1717
{...props}
1818
>

0 commit comments

Comments
 (0)