diff options
| author | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-02-07 09:59:35 +1300 |
|---|---|---|
| committer | Devine Lu Linvega <aliceffekt@gmail.com> | 2018-02-07 09:59:35 +1300 |
| commit | d75c1b2abe5fc5c23eff88d438484fab2dc9ff09 (patch) | |
| tree | 5f28a69dece606203a78084a0f783df6e5bdd3b3 /assets | |
| parent | 5e839736dafcd793b32c4d8cefa2bb08e359fdb6 (diff) | |
Added coal
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/coal.svg | 12 | ||||
| -rw-r--r-- | assets/deuveir.svg | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/assets/coal.svg b/assets/coal.svg new file mode 100644 index 0000000..ba08699 --- /dev/null +++ b/assets/coal.svg @@ -0,0 +1,12 @@ + + <svg class="vector" width="80px" height="48px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> + <rect width='80' height='48' fill='#EDEAEA' rx='5' ry='5'></rect> + <circle cx='16' cy='16' r='8' fill='#393B3F'></circle> + <circle cx='32' cy='16' r='8' fill='#A3A3A4'></circle> + <circle cx='48' cy='16' r='8' fill='#808790'></circle> + <circle cx='64' cy='16' r='8' fill='#000'></circle> + <circle cx='16' cy='32' r='8' fill='#333333'></circle> + <circle cx='32' cy='32' r='8' fill='#777777'></circle> + <circle cx='48' cy='32' r='8' fill='#DDDDDD'></circle> + <circle cx='64' cy='32' r='8' fill='#fff'></circle> + </svg>
\ No newline at end of file diff --git a/assets/deuveir.svg b/assets/deuveir.svg index c8e5421..8d4ff34 100644 --- a/assets/deuveir.svg +++ b/assets/deuveir.svg @@ -1,7 +1,7 @@ <svg class="vector" width="80px" height="48px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> <rect width='80' height='48' fill='#141414' rx='5' ry='5'></rect> - <circle cx='16' cy='16' r='8' fill='#efefef'></circle> + <circle cx='16' cy='16' r='8' fill='#f4f4f4'></circle> <circle cx='32' cy='16' r='8' fill='#efefef'></circle> <circle cx='48' cy='16' r='8' fill='#3d3d3d'></circle> <circle cx='64' cy='16' r='8' fill='#141414'></circle> |
