mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Add contrib files
This commit is contained in:
parent
4588467800
commit
f2a1b4a846
BIN
contrib/chatL.png
Normal file
BIN
contrib/chatL.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
contrib/chatM.png
Normal file
BIN
contrib/chatM.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
contrib/chatS.png
Normal file
BIN
contrib/chatS.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 795 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
@ -1,59 +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">
|
||||
<!--
|
||||
@author Maximilian Mader
|
||||
@copyright 2011 Tim Düsterhus
|
||||
@license Creative Commons Attribution-NonCommercial-ShareAlike <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
|
||||
@package be.bastelstu.wcf.chat
|
||||
-->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 16 16" xml:space="preserve">
|
||||
<title>Chat</title>
|
||||
<desc>Chat Icon (outlined)</desc>
|
||||
|
||||
<defs>
|
||||
<style type="text/css">
|
||||
<![CDATA[
|
||||
.Lower .bubble {
|
||||
fill:none;
|
||||
stroke:#ffffff;
|
||||
stroke-opacity:1;
|
||||
}
|
||||
.Lower .leaderLine {
|
||||
fill:#ffffff;
|
||||
fill-opacity:1;
|
||||
stroke:none;
|
||||
}
|
||||
.Upper .bubble {
|
||||
fill:none;
|
||||
stroke:#336699;
|
||||
stroke-opacity:1;
|
||||
}
|
||||
.Upper .leaderLine {
|
||||
fill:#336699;
|
||||
fill-opacity:1;
|
||||
stroke:none;
|
||||
}
|
||||
]]>
|
||||
</style>
|
||||
</defs>
|
||||
|
||||
<g id="IconChat">
|
||||
<g class="Lower" style="display:inline">
|
||||
<path class="bubble"
|
||||
d="M 15,8 A 6,5 0 1 1 3,8 6,5 0 1 1 15,8 z"
|
||||
transform="matrix(1.0345788,0,0,0.95089627,-1.510083,0.10801843)" />
|
||||
<path class="leaderLine"
|
||||
d="m 3.9001344,11.947742 c 0.075049,1.120603 -0.7948094,1.693805 -1.4915533,2.143417 1.0104403,
|
||||
0.104041 3.4597063,-0.953975 3.9167086,-1.276108 0.00808,-0.0057 -2.4251553,-0.867309 -2.4251553,-0.867309 z" />
|
||||
</g>
|
||||
|
||||
<g class="Upper" style="display:inline">
|
||||
<path class="bubble"
|
||||
d="M 15,8 A 6,5 0 1 1 3,8 6,5 0 1 1 15,8 z"
|
||||
transform="matrix(1.0345788,0,0,0.95089627,-1.5100816,-0.50773368)" />
|
||||
<path class="leaderLine"
|
||||
d="m 3.9001358,11.331991 c 0.075049,1.120603 -0.7948094,1.693805 -1.4915533,2.143417 1.0104403,
|
||||
0.104041 3.4597063,-0.953975 3.9167086,-1.276108 0.00808,-0.0057 -2.4251553,-0.867309 -2.4251553,-0.867309 z" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
Before Width: | Height: | Size: 1.9 KiB |
Loading…
Reference in New Issue
Block a user