diff options
Diffstat (limited to 'svg')
-rw-r--r-- | svg/achernar.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svg/achernar.svg b/svg/achernar.svg index 6250dc6..2c7d650 100644 --- a/svg/achernar.svg +++ b/svg/achernar.svg @@ -1,4 +1,5 @@ <svg height="60" width="60" xmlns="http://www.w3.org/2000/svg"> - <rect fill="#5F7C9C" height="60" width="60" x="0" y="0" /> + <rect fill="#1B1A1A" height="60" rx="12" width="60" x="0" y="0" /> + <rect fill="#1B1A1A" height="12" width="12" x="0" y="0" /> <polygon fill="#F6F4F4" points="12,48 30,12 48,48 37.267,48 27.317,28.1 17.367,48" /> </svg> |