diff options
author | 2018-11-28 09:46:38 -0500 | |
---|---|---|
committer | 2018-11-28 09:46:38 -0500 | |
commit | 34d678aa78e5d15bfe6043a7d82b082995cd64bd (patch) | |
tree | 939a7929c486d68900defaf6cc0cc4aeb16777f4 /icons/bell.svg | |
parent | Attempt to allow mediawiki to handle the Echo locations dynamically (diff) | |
download | skin-tyrian-34d678aa78e5d15bfe6043a7d82b082995cd64bd.tar.gz skin-tyrian-34d678aa78e5d15bfe6043a7d82b082995cd64bd.tar.bz2 skin-tyrian-34d678aa78e5d15bfe6043a7d82b082995cd64bd.zip |
Add white alert and notice icons loading through ResourceLoader
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'icons/bell.svg')
-rw-r--r-- | icons/bell.svg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/icons/bell.svg b/icons/bell.svg new file mode 100644 index 0000000..ff7ee2f --- /dev/null +++ b/icons/bell.svg @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> + <path fill="#fff" d="M17.5 14V9c0-3-2.3-5-5.5-5S6.5 6 6.5 9v5c0 2 0 3-2 3v1h15v-1c-2 0-2-1-2-3zM12 20H9c0 1 1.6 2 3 2s3-1 3-2h-3z"/> +</svg> |