diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-22 16:19:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-22 16:19:32 +0900 |
| commit | b646877e8bf73650859c52fc00a601da5b34bfc0 (patch) | |
| tree | 347c7a8d7744b8da7d966fe0422dad6f38a8a610 /src/web/resources/label.svg | |
| parent | [Client] Fix design (diff) | |
| download | misskey-b646877e8bf73650859c52fc00a601da5b34bfc0.tar.gz misskey-b646877e8bf73650859c52fc00a601da5b34bfc0.tar.bz2 misskey-b646877e8bf73650859c52fc00a601da5b34bfc0.zip | |
#309 and some cleanups
Diffstat (limited to 'src/web/resources/label.svg')
| -rw-r--r-- | src/web/resources/label.svg | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/web/resources/label.svg b/src/web/resources/label.svg deleted file mode 100644 index b1f85f3c07..0000000000 --- a/src/web/resources/label.svg +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
- y="0px" width="96px" height="96px" viewBox="0 0 96 96" enable-background="new 0 0 96 96" xml:space="preserve">
-<polygon fill="#0B8AEA" points="0,45.255 45.254,0 84.854,0 0,84.854 "/>
-</svg>
|