Added whale and Docker logo

This commit is contained in:
Shuqi 2024-05-08 16:06:52 +08:00
parent 69dd836ba4
commit c29fa0df6d
3 changed files with 25 additions and 0 deletions

View File

@ -73,6 +73,7 @@
"device-tablet.svg": [ "device-tablet", "device", "screen", "ipad", "ui-icon", "black", "white", "grey-gray" ],
"device-smartphone.svg": [ "device-smartphone", "device", "screen", "iphone", "ui-icon", "black", "white", "grey-gray" ],
"diglett.svg": [ "diglett", "pokemon", "brown" ],
"docker.svg": [ "docker", "logo", "whale", "blue" ],
"dog.svg": [ "dog", "full-body", "animal", "brown" ],
"dog-beagle.svg": [ "dog-beagle", "dog", "face", "animal", "brown" ],
"dog-shiba.svg": [ "dog-shiba", "dog", "face", "animal", "orange" ],
@ -244,6 +245,7 @@
"users.svg": [ "users", "ui-icon", "blue" ],
"watermelon.svg": [ "watermelon", "fruit", "food", "red" ],
"waze.svg": [ "waze", "logo", "car", "white" ],
"whale.svg": [ "whale", "animal", "full-body", "blue" ],
"wifi.svg": [ "wifi", "ui-icon", "black" ],
"wine.svg": [ "wine", "drink", "beverage", "glass", "red" ],
"wombat.svg": [ "wombat", "square-poop", "animal", "full-body", "brown" ],

12
public/icons/docker.svg Normal file
View File

@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-docker">
<path fill="#0065F5" d="M7,5H1V7H2V8H5V7H7V6H9V5H8V4H7z"/>
<rect fill="#75AAF9" x="2" y="3" width="1" height="1"/>
<rect fill="#75AAF9" x="4" y="3" width="1" height="1"/>
<rect fill="#75AAF9" x="1" y="4" width="1" height="1"/>
<rect fill="#75AAF9" x="3" y="4" width="1" height="1"/>
<rect fill="#75AAF9" x="5" y="4" width="1" height="1"/>
<rect fill="#3988F8" x="4" y="2" width="1" height="1"/>
<rect fill="#3988F8" x="3" y="3" width="1" height="1"/>
<rect fill="#3988F8" x="2" y="4" width="1" height="1"/>
<rect fill="#3988F8" x="4" y="4" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 663 B

11
public/icons/whale.svg Normal file
View File

@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 9" class="pixelicon-whale">
<rect fill="#D0EAFF" x="0" y="6" width="1" height="1"/>
<rect fill="#D0EAFF" x="4" y="6" width="1" height="1"/>
<rect fill="#D0EAFF" x="1" y="7" width="3" height="1"/>
<path fill="#36AEFF" d="M8,2H7V4H9V3H8z"/>
<path fill="#36AEFF" d="M0,4V6H1V7H4V6H6V5H7V4z M2,5H3V6H2z"/>
<rect fill="#343341" x="2" y="5" width="1" height="1"/>
<rect fill="#89CDFF" x="1" y="2" width="1" height="1"/>
<rect fill="#89CDFF" x="3" y="2" width="1" height="1"/>
<rect fill="#89CDFF" x="2" y="3" width="1" height="1"/>
</svg>

After

Width:  |  Height:  |  Size: 596 B