Add folder icons

These are copied from the prototype but with the following changes:
- redrawn to snap exactly to pixels
- slightly thicker border for the blue version, and a thinner border for
  the black version, so they look better in situ
- run through https://jakearchibald.github.io/svgomg/ for optimal file
  size

This commit doesn’t do anything with the images yet, it just adds them
to the repo.
This commit is contained in:
Chris Hill-Scott
2018-10-12 17:01:17 +01:00
parent 6154495c1b
commit ed3381e81c
3 changed files with 312 additions and 0 deletions

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 20"><path d="M10.3 0H0v20h26V4H12l-1.5-4h-.2z" fill="#dee0e2"/><path d="M9.1 2l1 2.7.5 1.3H24v12H2V2h7.1m1.4-2H0v20h26V4H12l-1.5-4z" fill="#0b0c0c"/></svg>

After

Width:  |  Height:  |  Size: 211 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 20"><path fill="#dee0e2" d="M1.2 18.8V1.3h8.4l1.5 4h13.7v13.5z"/><path d="M8.8 2.5l.9 2.4.6 1.6h13.2v11h-21v-15h6.3M10.5 0H0v20h26V4H12l-1.5-4z" fill="#005ea5"/></svg>

After

Width:  |  Height:  |  Size: 223 B

310
app/assets/images/folder.ai Normal file

File diff suppressed because one or more lines are too long