diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-06-12 09:55:37 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-06-13 14:15:32 +0200 |
commit | e27372f808811a0dc27d3bd396f389af74cb7cb0 (patch) | |
tree | 53aa5c29d8d78114d99cd4424b1827e1271a99b0 | |
parent | 9f3e21f94d34fdbfe8442828440529f95c4ac31e (diff) | |
download | nextcloud-server-e27372f808811a0dc27d3bd396f389af74cb7cb0.tar.gz nextcloud-server-e27372f808811a0dc27d3bd396f389af74cb7cb0.zip |
style: update icon to Material Symbol
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
-rw-r--r-- | core/img/breadcrumb.svg | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/core/img/breadcrumb.svg b/core/img/breadcrumb.svg index daba1cc23c4..db70caf2f5f 100644 --- a/core/img/breadcrumb.svg +++ b/core/img/breadcrumb.svg @@ -1 +1,7 @@ -<svg width="14" height="44" version="1.1" viewBox="0 0 14 44" xmlns="http://www.w3.org/2000/svg"><path d="m1.3 0-1.3 0.75 12.27 21.25-12.27 21.25 1.3 0.75 12.7-22z" fill="#d7d7d7"/></svg> +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg width="100%" height="100%" viewBox="0 0 14 44" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"> + <g transform="matrix(1.89189,0,0,1.89189,-15.1364,-0.703473)"> + <path d="M12.6,12L8,7.4L9.4,6L15.4,12L9.4,18L8,16.6L12.6,12Z" style="fill:rgb(215,215,215);fill-rule:nonzero;"/> + </g> +</svg> |