diff options
Diffstat (limited to 'svg')
-rw-r--r-- | svg/achernar.svg | 4 | ||||
-rw-r--r-- | svg/logotype.svg | 3 | ||||
-rw-r--r-- | svg/themeToggler.svg | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/svg/achernar.svg b/svg/achernar.svg new file mode 100644 index 0000000..6250dc6 --- /dev/null +++ b/svg/achernar.svg @@ -0,0 +1,4 @@ +<svg height="60" width="60" xmlns="http://www.w3.org/2000/svg"> + <rect fill="#5F7C9C" height="60" width="60" 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> diff --git a/svg/logotype.svg b/svg/logotype.svg new file mode 100644 index 0000000..4936358 --- /dev/null +++ b/svg/logotype.svg @@ -0,0 +1,3 @@ +<svg height="60" width="60" xmlns="http://www.w3.org/2000/svg"> + <polygon fill="#F6F4F4" points="12,48 30,12 48,48 37.267,48 27.317,28.1 17.367,48" /> +</svg> diff --git a/svg/themeToggler.svg b/svg/themeToggler.svg new file mode 100644 index 0000000..b5cdcc7 --- /dev/null +++ b/svg/themeToggler.svg @@ -0,0 +1,4 @@ +<svg height="24" width="24" xmlns="http://www.w3.org/2000/svg"> + <polygon fill="#F6F4F4" points="11,0 24,0 24,24 11,24" /> + <polygon fill="#1B1A1A" points="0,0 12,0 12,24 0,24" /> +</svg> |