diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-11-08 11:27:37 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-11-08 11:27:37 +0100 |
| commit | 959f915c9e545a7fe8cafce9916eea377181201e (patch) | |
| tree | c47337abfbbceee25b25443d2e57f47dd039d0d6 /themes/flog/static/fonts/icons/ic_menu_white_48px.svg | |
| parent | 5d4d6b3b12149333eeb15a5a4114c025c06dfc20 (diff) | |
| download | pragblog-959f915c9e545a7fe8cafce9916eea377181201e.tar.gz pragblog-959f915c9e545a7fe8cafce9916eea377181201e.zip | |
use webp for images, load icons offline
Diffstat (limited to 'themes/flog/static/fonts/icons/ic_menu_white_48px.svg')
| -rw-r--r-- | themes/flog/static/fonts/icons/ic_menu_white_48px.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/flog/static/fonts/icons/ic_menu_white_48px.svg b/themes/flog/static/fonts/icons/ic_menu_white_48px.svg new file mode 100644 index 0000000..d1aa749 --- /dev/null +++ b/themes/flog/static/fonts/icons/ic_menu_white_48px.svg @@ -0,0 +1,4 @@ +<svg fill="#FFFFFF" height="48" viewBox="0 0 24 24" width="48" xmlns="http://www.w3.org/2000/svg"> + <path d="M0 0h24v24H0z" fill="none"/> + <path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/> +</svg>
\ No newline at end of file |
