]> source.dussan.org Git - redmine.git/commitdiff
Fixes missing key icon SVG on Change password button (#23980, #41724).
authorMarius Balteanu <marius.balteanu@zitec.com>
Sun, 10 Nov 2024 15:33:27 +0000 (15:33 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Sun, 10 Nov 2024 15:33:27 +0000 (15:33 +0000)
Patch by Katsuya HIDAKA (user:hidakatsuya).

git-svn-id: https://svn.redmine.org/redmine/trunk@23231 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/assets/images/icons.svg
config/icon_source.yml

index c94249ba8c8def7fe68094fa538ad636cdd78fda..84d68904a7b3d54ca2018a0a079682cd54aa34d1 100644 (file)
       <path d="M16 19h6"/>
       <path d="M19 16v6"/>
     </symbol>
+    <symbol viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" id="icon--key">
+      <path d="M16.555 3.843l3.602 3.602a2.877 2.877 0 0 1 0 4.069l-2.643 2.643a2.877 2.877 0 0 1 -4.069 0l-.301 -.301l-6.558 6.558a2 2 0 0 1 -1.239 .578l-.175 .008h-1.172a1 1 0 0 1 -.993 -.883l-.007 -.117v-1.172a2 2 0 0 1 .467 -1.284l.119 -.13l.414 -.414h2v-2h2v-2l2.144 -2.144l-.301 -.301a2.877 2.877 0 0 1 0 -4.069l2.643 -2.643a2.877 2.877 0 0 1 4.069 0z"/>
+      <path d="M15 9h.01"/>
+    </symbol>
     <symbol viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" id="icon--link">
       <path d="M9 15l6 -6"/>
       <path d="M11 6l.463 -.536a5 5 0 0 1 7.071 7.072l-.534 .464"/>
index 05d024718f4be7e48c906030d9def53634e1dbc1..a97b4bcb909def23ed448eb70b78d3fbe953dbc2 100644 (file)
   svg: chevrons-right
 - name: chevrons-left
   svg: chevrons-left
+- name: key
+  svg: key