diff --git a/icons.config.ts b/icons.config.ts index e262d8ca..a72bbbdf 100644 --- a/icons.config.ts +++ b/icons.config.ts @@ -35,6 +35,9 @@ const config: IconsConfig = { "cloud_download", "share", "ios_share", + "close", + "arrow_back", + "arrow_back_ios_new", ], codePoints: { speed: "e9e4", diff --git a/src/lib/components/Navigation.svelte b/src/lib/components/Navigation.svelte index 3271c142..20c8e4f8 100644 --- a/src/lib/components/Navigation.svelte +++ b/src/lib/components/Navigation.svelte @@ -1,5 +1,5 @@ + +