Add new close icons and make current icons Basilisk-specific

This commit is contained in:
Lootyhoof 2018-06-22 22:30:54 +01:00 • committed by Roy Tam
commit 5cfc75fdc9
7 changed files with 66 additions and 5 deletions

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="64" height="16" version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="d" x1="5.5" x2="5.5" y1="1" y2="7" gradientTransform="translate(17,1)" gradientUnits="userSpaceOnUse">
<stop stop-color="#e35d5d" offset="0"/>
<stop stop-color="#e35d5d" stop-opacity="0" offset="1"/>
</linearGradient>
</defs>
<g>
<rect x="17" y="1" width="14" height="14" rx="2.5" ry="2.5" fill="#b00021" fill-rule="evenodd"/>
<rect id="a" x="18" y="2" width="12" height="12" rx="1.5" ry="1.5" color="#000000" color-rendering="auto" fill="url(#d)" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
<path id="c" d="m26.8 5.2-5.6 5.6m0-5.6 5.6 5.6" fill="none" stroke="#fff" stroke-linecap="square" stroke-width="1.4"/>
<path id="b" d="m10.8 5.2-5.6 5.6m0-5.6 5.6 5.6" fill="none" stroke="#d0d0d0" stroke-linecap="square" stroke-width="1.4"/>
<rect x="33" y="1" width="14" height="14" rx="2" ry="2" fill="#800018" fill-rule="evenodd"/>
<use transform="translate(48)" width="100%" height="100%" opacity=".5" xlink:href="#b"/>
<use transform="translate(16)" width="100%" height="100%" opacity=".6" xlink:href="#a"/>
<use transform="translate(16)" width="100%" height="100%" opacity=".6" xlink:href="#c"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="64" height="16" version="1.0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="d" x1="5.5" x2="5.5" y1="1" y2="7" gradientTransform="translate(17,1)" gradientUnits="userSpaceOnUse">
<stop stop-color="#e35d5d" offset="0"/>
<stop stop-color="#e35d5d" stop-opacity="0" offset="1"/>
</linearGradient>
</defs>
<g>
<rect x="17" y="1" width="14" height="14" rx="2.5" ry="2.5" fill="#b00021" fill-rule="evenodd"/>
<rect id="a" x="18" y="2" width="12" height="12" rx="1.5" ry="1.5" color="#000000" color-rendering="auto" fill="url(#d)" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="isolation:auto;mix-blend-mode:normal"/>
<path id="c" d="m26.8 5.2-5.6 5.6m0-5.6 5.6 5.6" fill="none" stroke="#fff" stroke-linecap="square" stroke-width="1.4"/>
<path id="b" d="m10.8 5.2-5.6 5.6m0-5.6 5.6 5.6" fill="none" stroke="#303030" stroke-linecap="square" stroke-width="1.4"/>
<rect x="33" y="1" width="14" height="14" rx="2" ry="2" fill="#800018" fill-rule="evenodd"/>
<use transform="translate(48)" width="100%" height="100%" opacity=".5" xlink:href="#b"/>
<use transform="translate(16)" width="100%" height="100%" opacity=".6" xlink:href="#a"/>
<use transform="translate(16)" width="100%" height="100%" opacity=".6" xlink:href="#c"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB