From d0cb33a97c249dd8f3fe93f7a20182dfeff924ac Mon Sep 17 00:00:00 2001
From: Aspectis <tobias@aspectis.net>
Date: Mon, 8 Feb 2021 12:20:53 +0100
Subject: [PATCH] refs #19078 [fid_bbi] replace profile icon

A faceless stylized person instead of a friendly face :(
---
 themes/fid_bbi/icons/small/person.svg | 1 +
 themes/fid_bbi/templates/nav.phtml    | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 themes/fid_bbi/icons/small/person.svg

diff --git a/themes/fid_bbi/icons/small/person.svg b/themes/fid_bbi/icons/small/person.svg
new file mode 100644
index 00000000000..b81cfb41b96
--- /dev/null
+++ b/themes/fid_bbi/icons/small/person.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" height="28" width="28"><circle cx="14" cy="8" r="5" fill="none"/><path d="M19.787 14.894a9 9 0 01-11.57 0M9.35 15L4 18v6h20v-6l-5.35-3" fill="none"/></svg>
diff --git a/themes/fid_bbi/templates/nav.phtml b/themes/fid_bbi/templates/nav.phtml
index dfcd27b8760..d1118416b5a 100644
--- a/themes/fid_bbi/templates/nav.phtml
+++ b/themes/fid_bbi/templates/nav.phtml
@@ -63,7 +63,7 @@
           <?php if ($account->isLoggedIn()): ?>
             <a href="<?=$this->url('myresearch-home', [], ['query' => ['redirect' => 0]])?>">
               <span>
-                <?=$this->icon('small/face')?>
+                <?=$this->icon('small/person')?>
                 <?=$this->transEsc("Your Account")?>
               </span>
             </a>
-- 
GitLab