summaryrefslogtreecommitdiff
path: root/src/images/rss.svg
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-10-07 07:14:46 +0100
committerGitHub <noreply@github.com>2023-10-07 07:14:46 +0100
commit6a0bd0ab3a0960cd1436190285ebe24bf8ef1f28 (patch)
tree3c1cb310d0db6e342a8e0db44046bcfe143ccb24 /src/images/rss.svg
parentc3cb0ee85b09104045e7eaf76d7d720bd9239141 (diff)
parent054d41398527550a931a8dd4ec0d9970d1caad51 (diff)
Merge pull request #9 from Sycamost/optimise-images
Images moved to /image
Diffstat (limited to 'src/images/rss.svg')
-rw-r--r--src/images/rss.svg20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/images/rss.svg b/src/images/rss.svg
new file mode 100644
index 0000000..9a58156
--- /dev/null
+++ b/src/images/rss.svg
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg
+ xmlns="http://www.w3.org/2000/svg"
+ id="RSSicon"
+ viewBox="0 0 8 8"
+ width="256"
+ height="256"
+>
+ <title>RSS feed icon</title>
+
+ <style type="text/css">
+ .button {stroke: none; fill: orange;}
+ .symbol {stroke: none; fill: white;}
+ </style>
+
+ <rect class="button" width="8" height="8" rx="1.5"/>
+ <circle class="symbol" cx="2" cy="6" r="1"/>
+ <path class="symbol" d="m 1,4 a 3,3 0 0 1 3,3 h 1 a 4,4 0 0 0 -4,-4 z"/>
+ <path class="symbol" d="m 1,2 a 5,5 0 0 1 5,5 h 1 a 6,6 0 0 0 -6,-6 z"/>
+</svg> \ No newline at end of file