--- // Path: src/components/Navbar/UserIcon.astro import ProfileSpinner from "../SVGs/ProfileSpinner.astro"; import UserSVG from "../SVGs/UserSVG.astro"; import styles from "./UserIcon.module.scss"; ---