- Commit
- bf05b8ac19b6825a533cd4b8ec855902818f804b
- Parent
- 8b703ba792a2b5fa4c05f2ce09fff0f0136e7588
- Author
- Pablo Emilio Escobar Gaviria <pablo-escobar@riseup.net>
- Date
Updated the icons
A simple SVG markup editor for the web
Updated the icons
2 files changed, 8 insertions, 4 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | assets/download.svg | 6 | 4 | 2 |
Modified | assets/upload.svg | 6 | 4 | 2 |
diff --git a/assets/download.svg b/assets/download.svg @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Caubi Karman (C) 2020 --> -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1.587 1.852"> - <path fill="#dfdfdf" d="M.53 0h.528v.53h.53l-.794.793L0 .529h.53zM.265 1.587v.265h1.058v-.265z"/> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 7"> + <path fill="#dfdfdf" + d="M2.502 0h1.996v2.003H6.5L3.5 5.001.499 + 1.999h2.003zM1.501 5.998V7h3.998V5.998z"/> </svg>
diff --git a/assets/upload.svg b/assets/upload.svg @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- Caubi Karman (C) 2020 --> -<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1.587 1.852"> - <path fill="#dfdfdf" d="M1.058 1.852H.53v-.53H0L.794.53l.793.794h-.529zM1.323.265V0H.265v.265z"/> +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7 7"> + <path fill="#dfdfdf" + d="M4.498 7H2.502V4.997H.5L3.5 1.999l3.001 + 3.002H4.498zm1.001-5.998V0H1.501v1.002z"/> </svg>