diff options
Diffstat (limited to '')
-rw-r--r-- | comm/chat/themes/chat.svg | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/comm/chat/themes/chat.svg b/comm/chat/themes/chat.svg new file mode 100644 index 0000000000..364bb4c252 --- /dev/null +++ b/comm/chat/themes/chat.svg @@ -0,0 +1,32 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="16" width="16"> + <defs> + <linearGradient id="a"> + <stop offset="0" stop-opacity="0"/> + <stop offset=".5"/> + <stop offset="1" stop-opacity="0"/> + </linearGradient> + <linearGradient id="b"> + <stop offset="0"/> + <stop offset="1" stop-opacity="0"/> + </linearGradient> + <linearGradient id="c"> + <stop offset="0" stop-color="#fff"/> + <stop offset="1" stop-color="#efefef"/> + </linearGradient> + <linearGradient id="d" xlink:href="#a" gradientUnits="userSpaceOnUse" y2="12" x2="8" y1="16" x1="8"/> + <linearGradient id="e" xlink:href="#a" gradientUnits="userSpaceOnUse" y2="9" x2="1" y1="13" x1="1"/> + <linearGradient id="f" xlink:href="#b" gradientUnits="userSpaceOnUse" y2="15" x2="7" y1="14" x1="8"/> + <linearGradient id="g" xlink:href="#c" gradientUnits="userSpaceOnUse" y2="14" x2="11" y1="7" x1="11"/> + <linearGradient id="h" xlink:href="#c" gradientUnits="userSpaceOnUse" y2="11" x2="5" y1="4" x1="5"/> + <linearGradient id="i" xlink:href="#c" gradientUnits="userSpaceOnUse" y2="8" x2="9" y1="1" x1="9"/> + </defs> + <path fill="url(#d)" opacity=".13" d="M8 12h7v4H8z"/> + <path fill="url(#e)" opacity=".13" d="M1 9h5v4H1z"/> + <path fill="url(#f)" opacity=".13" d="M8 16H6v-3h2z"/> + <path fill="url(#g)" stroke="#787878" d="M15 6.5c.29 0 .5.22.5.5v6c0 .28-.21.5-.5.5h-.5V15l-2-1.5H7c-.3 0-.5-.22-.5-.5V7c0-.28.2-.5.5-.5z"/> + <path fill="url(#h)" stroke="#787878" d="M1 3.5c-.3 0-.5.22-.5.5v6c0 .28.2.5.5.5h.5V12l2-1.5H9c.3 0 .5-.22.5-.5V4c0-.28-.2-.5-.5-.5z"/> + <path fill="url(#i)" stroke="#787878" d="M13 .5c.3 0 .5.22.5.5v6c0 .28-.2.5-.5.5h-.5V9l-2-1.5H5c-.3 0-.5-.22-.5-.5V1c0-.28.2-.5.5-.5z"/> +</svg> |