From 646b74efbb051143cf2853d2d185ad8a81369851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C3=A8s=20Toulet?= <35176601+AgnesToulet@users.noreply.github.com> Date: Fri, 28 Feb 2020 09:51:03 +0100 Subject: [PATCH] Icons: add reports icon (#22445) --- public/img/icons_dark_theme/icon_reports.svg | 3 +++ public/img/icons_light_theme/icon_reports.svg | 3 +++ public/sass/base/_icons.scss | 7 +++++++ 3 files changed, 13 insertions(+) create mode 100644 public/img/icons_dark_theme/icon_reports.svg create mode 100644 public/img/icons_light_theme/icon_reports.svg diff --git a/public/img/icons_dark_theme/icon_reports.svg b/public/img/icons_dark_theme/icon_reports.svg new file mode 100644 index 00000000000..4772e55c791 --- /dev/null +++ b/public/img/icons_dark_theme/icon_reports.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/img/icons_light_theme/icon_reports.svg b/public/img/icons_light_theme/icon_reports.svg new file mode 100644 index 00000000000..5a7d02e3351 --- /dev/null +++ b/public/img/icons_light_theme/icon_reports.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/sass/base/_icons.scss b/public/sass/base/_icons.scss index 24c95fd72ae..112e6d9e871 100644 --- a/public/sass/base/_icons.scss +++ b/public/sass/base/_icons.scss @@ -214,6 +214,10 @@ background-image: url('../img/icons_#{$theme-name}_theme/icon_explore.svg'); } +.gicon-reports { + background-image: url('../img/icons_#{$theme-name}_theme/icon_reports.svg'); +} + .sidemenu { .gicon-dashboard { background-image: url('../img/icons_dark_theme/icon_dashboard.svg'); @@ -233,6 +237,9 @@ .gicon-shield { background-image: url('../img/icons_dark_theme/icon_shield.svg'); } + .gicon-reports { + background-image: url('../img/icons_dark_theme/icon_reports.svg'); + } } // not used