summaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-05-31 18:23:06 +0200
committerxengineering <me@xengineering.eu>2022-05-31 18:23:06 +0200
commitc782fc054f6c4e007eb923f0b3fab1beb688081f (patch)
tree985920c7c82ae5815e4ae98c925b31a62ab2c554 /icons
parent0807dd2da8e39f45f26e69d31474076caac6a7e2 (diff)
downloadwebsite-c782fc054f6c4e007eb923f0b3fab1beb688081f.tar
website-c782fc054f6c4e007eb923f0b3fab1beb688081f.tar.zst
website-c782fc054f6c4e007eb923f0b3fab1beb688081f.zip
Start creating SVG icons by hand
Diffstat (limited to 'icons')
-rw-r--r--icons/xengineering.pngbin0 -> 17286 bytes
-rw-r--r--icons/xengineering.svg5
2 files changed, 5 insertions, 0 deletions
diff --git a/icons/xengineering.png b/icons/xengineering.png
new file mode 100644
index 0000000..821651c
--- /dev/null
+++ b/icons/xengineering.png
Binary files differ
diff --git a/icons/xengineering.svg b/icons/xengineering.svg
new file mode 100644
index 0000000..8e83411
--- /dev/null
+++ b/icons/xengineering.svg
@@ -0,0 +1,5 @@
+<svg viewBox="0 0 24 24" width="512" height="512">
+ <circle cx="12" cy="12" r="12" stroke-width="0px" stroke="black" fill="#cccccc"/>
+ <line x1="5" y1="5" x2="19" y2="19" stroke="#0088e0" stroke-width="2" stroke-linecap="round"/>
+ <line x1="5" y1="19" x2="19" y2="5" stroke="#0088e0" stroke-width="2" stroke-linecap="round"/>
+</svg>