blob: dd207de8b9c33727ca3b42bfe6f0ea36871a2f89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<svg id="emoji" viewBox="0 0 72 72" xmlns="http://www.w3.org/2000/svg">
<g id="line-supplement">
<path fill="#000" d="M46 26H25V47H46V26Z"/>
</g>
<g id="color">
<path fill="#fff" d="M56 16H16V56H56V16Z"/>
<path fill="#3F3F3F" d="M46 26H25V47H46V26Z"/>
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M46 26H25V47H46V26Z"/>
</g>
<g id="line">
<path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M56 16H16V56H56V16Z"/>
</g>
</svg>
|