Skip to content
Snippets Groups Projects
Commit 86355b23 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

add icon for Archive folder, ref #307

parent 1ee6f99a
No related branches found
No related tags found
No related merge requests found
......@@ -602,6 +602,9 @@
.icon-sent {
background-image: url('../img/sent.svg');
}
.icon-archive {
background-image: url('../img/archive.svg');
}
.icon-junk {
background-image: url('../img/junk.svg');
}
......
img/archive.png

235 B

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="16" width="16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
<path opacity=".5" d="m4 2-4 6v5h16v-5l-4-6h-8zm1 1h6l3 5h-4v3h-4v-3h-4l3-5z"/>
</svg>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment