import { derived, writable, Writable } from "svelte/store"; export const menuIconVisible = writable(false);