about summary refs log tree commit diff
path: root/src/lib/icons.tsx
diff options
context:
space:
mode:
authorDavid Buchanan <d@vidbuchanan.co.uk>2023-05-31 00:49:03 +0100
committerGitHub <noreply@github.com>2023-05-30 18:49:03 -0500
commit1ca40cf1fd45912db684bcd715010d4c4521011b (patch)
treee803805b84528adebd993cf9c82f94a1e3099042 /src/lib/icons.tsx
parentca34364cf0c90dc48d8c8bc1a708e6dff93b904c (diff)
downloadvoidsky-1ca40cf1fd45912db684bcd715010d4c4521011b.tar.zst
Update HomeIconSolid: widen the front door (#756)
Diffstat (limited to 'src/lib/icons.tsx')
-rw-r--r--src/lib/icons.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/icons.tsx b/src/lib/icons.tsx
index 47a38fb63..8fa8e11d5 100644
--- a/src/lib/icons.tsx
+++ b/src/lib/icons.tsx
@@ -88,7 +88,7 @@ export function HomeIconSolid({
       <Path
         fill="currentColor"
         strokeWidth={strokeWidth}
-        d="M 23.951 2 C 23.631 2.011 23.323 2.124 23.072 2.322 L 8.859 13.52 C 7.055 14.941 6 17.114 6 19.41 L 6 38.5 C 6 39.864 7.136 41 8.5 41 L 18.5 41 C 19.864 41 21 39.864 21 38.5 L 21 28.5 C 21 28.205 21.205 28 21.5 28 L 26.5 28 C 26.795 28 27 28.205 27 28.5 L 27 38.5 C 27 39.864 28.136 41 29.5 41 L 39.5 41 C 40.864 41 42 39.864 42 38.5 L 42 19.41 C 42 17.114 40.945 14.941 39.141 13.52 L 24.928 2.322 C 24.65 2.103 24.304 1.989 23.951 2 Z"
+        d="m 23.951,2 c -0.32,0.011 -0.628,0.124 -0.879,0.322 L 8.859,13.52 C 7.055,14.941 6,17.114 6,19.41 V 38.5 C 6,39.864 7.136,41 8.5,41 h 8 c 1.364,0 2.5,-1.136 2.5,-2.5 v -12 C 19,26.205 19.205,26 19.5,26 h 9 c 0.295,0 0.5,0.205 0.5,0.5 v 12 c 0,1.364 1.136,2.5 2.5,2.5 h 8 C 40.864,41 42,39.864 42,38.5 V 19.41 c 0,-2.296 -1.055,-4.469 -2.859,-5.89 L 24.928,2.322 C 24.65,2.103 24.304,1.989 23.951,2 Z"
       />
     </Svg>
   )