🔥 Green & Blue Key Colors implementation

This commit is contained in:
ful1e5
2021-06-04 16:29:47 +05:30
parent 0479ddf4fd
commit 93427244ba
38 changed files with 145 additions and 145 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200" fill="none">
<g filter="url(#filter0_d)">
<path d="M168.097 96.2609H104.625V79.0748L124.538 72.3491L100.642 24.5256L76.7464 72.3491L96.6594 79.0748V96.2609H32.6887V104.231H96.6594V121.419L76.7464 128.143L100.642 175.967L124.538 128.143L104.625 121.419V104.231H168.097V96.2609Z" fill="white"/>
<path d="M171.597 96.2609C171.597 94.3279 170.03 92.7609 168.097 92.7609H108.125V81.5869L125.658 75.6651C126.616 75.3413 127.388 74.6183 127.774 73.6826C128.159 72.7468 128.121 71.6901 127.669 70.7847L103.773 22.9612C103.18 21.775 101.968 21.0256 100.642 21.0256C99.316 21.0256 98.1038 21.775 97.5111 22.9612L73.6154 70.7847C73.1631 71.6901 73.1247 72.7468 73.5103 73.6826C73.8959 74.6183 74.6676 75.3413 75.6264 75.6651L93.1594 81.5869V92.7609H32.6887C30.7557 92.7609 29.1887 94.3279 29.1887 96.2609V104.231C29.1887 106.164 30.7557 107.731 32.6887 107.731H93.1594V118.906L75.6265 124.827C74.6677 125.151 73.8959 125.874 73.5103 126.81C73.1247 127.745 73.1631 128.802 73.6154 129.708L97.5111 177.531C98.1038 178.717 99.316 179.467 100.642 179.467C101.968 179.467 103.18 178.717 103.773 177.531L127.669 129.708C128.121 128.802 128.159 127.745 127.774 126.81C127.388 125.874 126.616 125.151 125.658 124.827L108.125 118.906V107.731H168.097C170.03 107.731 171.597 106.164 171.597 104.231V96.2609Z" stroke="white" stroke-width="7" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M168.097 96.2609H104.625V79.0748L124.538 72.3491L100.642 24.5256L76.7464 72.3491L96.6594 79.0748V96.2609H32.6887V104.231H96.6594V121.419L76.7464 128.143L100.642 175.967L124.538 128.143L104.625 121.419V104.231H168.097V96.2609Z" fill="#0000FF"/>
<path d="M171.597 96.2609C171.597 94.3279 170.03 92.7609 168.097 92.7609H108.125V81.5869L125.658 75.6651C126.616 75.3413 127.388 74.6183 127.774 73.6826C128.159 72.7468 128.121 71.6901 127.669 70.7847L103.773 22.9612C103.18 21.775 101.968 21.0256 100.642 21.0256C99.316 21.0256 98.1038 21.775 97.5111 22.9612L73.6154 70.7847C73.1631 71.6901 73.1247 72.7468 73.5103 73.6826C73.8959 74.6183 74.6676 75.3413 75.6264 75.6651L93.1594 81.5869V92.7609H32.6887C30.7557 92.7609 29.1887 94.3279 29.1887 96.2609V104.231C29.1887 106.164 30.7557 107.731 32.6887 107.731H93.1594V118.906L75.6265 124.827C74.6677 125.151 73.8959 125.874 73.5103 126.81C73.1247 127.745 73.1631 128.802 73.6154 129.708L97.5111 177.531C98.1038 178.717 99.316 179.467 100.642 179.467C101.968 179.467 103.18 178.717 103.773 177.531L127.669 129.708C128.121 128.802 128.159 127.745 127.774 126.81C127.388 125.874 126.616 125.151 125.658 124.827L108.125 118.906V107.731H168.097C170.03 107.731 171.597 106.164 171.597 104.231V96.2609Z" stroke="#0000FF" stroke-width="7" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<path d="M168.097 96.2609H104.625V79.0748L124.538 72.3491L100.642 24.5256L76.7464 72.3491L96.6594 79.0748V96.2609H32.6887V104.231H96.6594V121.419L76.7464 128.143L100.642 175.967L124.538 128.143L104.625 121.419V104.231H168.097V96.2609Z" fill="#4D4D4D"/>
<path d="M168.097 96.2609H104.625V79.0748L124.538 72.3491L100.642 24.5256L76.7464 72.3491L96.6594 79.0748V96.2609H32.6887V104.231H96.6594V121.419L76.7464 128.143L100.642 175.967L124.538 128.143L104.625 121.419V104.231H168.097V96.2609Z" fill="#00FF00"/>
<defs>
<filter id="filter0_d" x="21.6887" y="17.5256" width="157.409" height="175.441" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
<feFlood flood-opacity="0" result="BackgroundImageFix"/>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB