Skip to content

Commit

Permalink
add a compact version of thumbnails icon
Browse files Browse the repository at this point in the history
This icon could be used to toggle different interface views, for example in gmail inbox settings (comfortable, cozy, compact)
  • Loading branch information
oshihirii committed Oct 21, 2018
1 parent d5b410f commit a08dc56
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/images/icons/thumbnails-compact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<rect fill="none" stroke="#000" x="3.5" y="3.5" width="5" height="3"></rect>
<rect fill="none" stroke="#000" x="11.5" y="3.5" width="5" height="3"></rect>
<rect fill="none" stroke="#000" x="11.5" y="8.5" width="5" height="3"></rect>
<rect fill="none" stroke="#000" x="3.5" y="8.5" width="5" height="3"></rect>
<rect fill="none" stroke="#000" x="11.5" y="13.5" width="5" height="3"></rect>
<rect fill="none" stroke="#000" x="3.5" y="13.5" width="5" height="3"></rect>
</svg>

1 comment on commit a08dc56

@AlekVolsk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are you sure that the file extension is correct?

Please sign in to comment.