create warning/verified icon to use in header/composer/member info
This commit is contained in:
parent
7bbc302975
commit
f2928c184d
5 changed files with 82 additions and 0 deletions
6
res/img/feather-icons/e2e/lock-verified.svg
Normal file
6
res/img/feather-icons/e2e/lock-verified.svg
Normal file
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="25" viewBox="0 0 22 25">
|
||||
<g fill="none" fill-rule="evenodd" stroke="#7AC9A1" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
|
||||
<path d="M8.23 21.01l-5.233-.007a1.995 1.995 0 0 1-1.997-2V11a2 2 0 0 1 2-2h14c1.259 0 2 .939 2 1M5 9V6a5 5 0 1 1 10 0v3"/>
|
||||
<path d="M15.5 24s5.5-2.4 5.5-6v-4.2L15.5 12 10 13.8V18c0 3.6 5.5 6 5.5 6z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 439 B |
7
res/img/feather-icons/e2e/lock-warning.svg
Normal file
7
res/img/feather-icons/e2e/lock-warning.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="23" height="25" viewBox="0 0 23 25">
|
||||
<g fill="none" fill-rule="evenodd" stroke="#F56679" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" transform="translate(1 1)">
|
||||
<path d="M7.23 20.01l-5.233-.007a2 2 0 0 1-1.997-2V10a2 2 0 0 1 2-2h14c1.259 0 2 .939 2 1M4 8V5a5 5 0 1 1 10 0v3"/>
|
||||
<circle cx="15" cy="17" r="6"/>
|
||||
<path d="M15 14v3M15 20v.01"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 451 B |
Loading…
Add table
Add a link
Reference in a new issue