diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-26 16:56:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-26 16:56:14 -0400 |
commit | 4e0fc76fe1d4bf38cfbef370fcc55331108e0e0a (patch) | |
tree | a195d77bf0623ad964111e0d80660b4945f9249e /ext/mixed | |
parent | 5b96559df819f496b39acb75c679f6b3d8c8e65d (diff) |
Add Yomichan icon SVG (#478)
* Create Yomichan icon SVG and 32x32 PNG
* Update icons
* Add 32x32 icon definition to HTML pages
Diffstat (limited to 'ext/mixed')
-rw-r--r-- | ext/mixed/img/icon32.png | bin | 0 -> 288 bytes | |||
-rw-r--r-- | ext/mixed/img/yomichan-icon.svg | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ext/mixed/img/icon32.png b/ext/mixed/img/icon32.png Binary files differnew file mode 100644 index 00000000..05f2f064 --- /dev/null +++ b/ext/mixed/img/icon32.png diff --git a/ext/mixed/img/yomichan-icon.svg b/ext/mixed/img/yomichan-icon.svg new file mode 100644 index 00000000..f15ab0aa --- /dev/null +++ b/ext/mixed/img/yomichan-icon.svg @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> + <rect width="16" height="16" rx="1.625" ry="1.625"/> + <path d="m2 2v2h3v3h-3v2h3v3h-3v2h5v-12h-5zm7 0v2h5v-2h-5zm0 5v2h5v-2h-5zm0 5v2h5v-2h-5z" fill="#fff"/> +</svg>
\ No newline at end of file |