diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-12-09 21:35:20 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-12-09 21:35:20 +0000 |
commit | 1ad5daa3606494d849dc2b68a0a55dc74e2f9dfa (patch) | |
tree | 273e569e6d2e7740586eaf79334aa9376331a49a /app/assets/images/icons.svg | |
parent | a563083434dc5d5e1ff793afac4b3b9551413bb6 (diff) | |
download | redmine-1ad5daa3606494d849dc2b68a0a55dc74e2f9dfa.tar.gz redmine-1ad5daa3606494d849dc2b68a0a55dc74e2f9dfa.zip |
Merge r23368 and r23369 from trunk to 6.0-stable (#41714).
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23375 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/assets/images/icons.svg')
-rw-r--r-- | app/assets/images/icons.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/images/icons.svg b/app/assets/images/icons.svg index 84d68904a..3bd8ae53b 100644 --- a/app/assets/images/icons.svg +++ b/app/assets/images/icons.svg @@ -331,6 +331,10 @@ <path d="M12 14m-2 0a2 2 0 1 0 4 0a2 2 0 1 0 -4 0"/> <path d="M14 4l0 4l-6 0l0 -4"/> </symbol> + <symbol viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" id="icon--search"> + <path d="M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0"/> + <path d="M21 21l-6 -6"/> + </symbol> <symbol viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" id="icon--server-authentication"> <path d="M3 4m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z"/> <path d="M3 12m0 3a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-12a3 3 0 0 1 -3 -3z"/> |