aboutsummaryrefslogtreecommitdiff
path: root/static/images
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2023-12-12 20:41:35 +0100
committerDaniel Schadt <kingdread@gmx.de>2023-12-12 20:41:35 +0100
commit70c6fb73d7167ffdf589234a1e9bb76ae8434401 (patch)
tree45ffb597afe03f3c57a8956a45cf7fde41cf280f /static/images
parent0405f45b82dfe8c46b5904783e601167189f260e (diff)
downloadmoeka-70c6fb73d7167ffdf589234a1e9bb76ae8434401.tar.gz
moeka-70c6fb73d7167ffdf589234a1e9bb76ae8434401.tar.bz2
moeka-70c6fb73d7167ffdf589234a1e9bb76ae8434401.zip
add a small RSS icon
Diffstat (limited to 'static/images')
-rw-r--r--static/images/feed.svg76
1 files changed, 76 insertions, 0 deletions
diff --git a/static/images/feed.svg b/static/images/feed.svg
new file mode 100644
index 0000000..1579f03
--- /dev/null
+++ b/static/images/feed.svg
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+ id="RSSicon"
+ viewBox="0 0 8 8"
+ width="256"
+ height="256"
+ version="1.1"
+ sodipodi:docname="feed.svg"
+ inkscape:version="1.3.1 (91b66b0783, 2023-11-16, custom)"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <defs
+ id="defs2" />
+ <sodipodi:namedview
+ id="namedview2"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:showpageshadow="2"
+ inkscape:pageopacity="0.0"
+ inkscape:pagecheckerboard="0"
+ inkscape:deskcolor="#d1d1d1"
+ showgrid="false"
+ inkscape:zoom="3.3164062"
+ inkscape:cx="128"
+ inkscape:cy="128"
+ inkscape:window-width="1912"
+ inkscape:window-height="1053"
+ inkscape:window-x="0"
+ inkscape:window-y="19"
+ inkscape:window-maximized="1"
+ inkscape:current-layer="RSSicon" />
+ <title
+ id="title1">RSS feed icon</title>
+ <style
+ type="text/css"
+ id="style1">
+ .button {stroke: none; fill: orange;}
+ .symbol {stroke: none; fill: white;}
+ </style>
+ <rect
+ class="button"
+ width="8"
+ height="8"
+ rx="1.5"
+ id="rect1"
+ style="fill:#000000" />
+ <circle
+ class="symbol"
+ cx="2"
+ cy="6"
+ r="1"
+ id="circle1" />
+ <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"
+ id="path1" />
+ <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"
+ id="path2" />
+ <metadata
+ id="metadata2">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:title>RSS feed icon</dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+</svg>