mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-15 03:01:19 +01:00
Add update icons
svg as replacement for png
This commit is contained in:
parent
1f1f41bfb8
commit
9a5f399555
4
api/templates/default/images/security-update.svg
Normal file
4
api/templates/default/images/security-update.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M16 8a.517.362 0 0 0-.447.182L7.068 18.457a.517.362 0 0 0 .45.543H12v13h8V19h4.482a.517.362 0 0 0 .45-.543L16.447 8.182A.517.362 0 0 0 16 8zM6 0C2.71 0 0 2.71 0 6v20c0 3.29 2.71 6 6 6h1.994v-3H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h18a4 4 0 0 1 4 4v18a4 4 0 0 1-4 4h-1v3h2c3.29 0 6-2.71 6-6V6c0-3.29-2.71-6-6-6z" fill="#ff0012"/>
|
||||
</svg>
|
After Width: | Height: | Size: 477 B |
4
api/templates/default/images/update.svg
Normal file
4
api/templates/default/images/update.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg version="1.1" width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M16 8a.517.362 0 0 0-.447.182L7.068 18.457a.517.362 0 0 0 .45.543H12v13h8V19h4.482a.517.362 0 0 0 .45-.543L16.447 8.182A.517.362 0 0 0 16 8zM6 0C2.71 0 0 2.71 0 6v20c0 3.29 2.71 6 6 6h1.994v-3H7a4 4 0 0 1-4-4V7a4 4 0 0 1 4-4h18a4 4 0 0 1 4 4v18a4 4 0 0 1-4 4h-1v3h2c3.29 0 6-2.71 6-6V6c0-3.29-2.71-6-6-6z" fill="#ffc200"/>
|
||||
</svg>
|
After Width: | Height: | Size: 477 B |
Loading…
Reference in New Issue
Block a user