summaryrefslogtreecommitdiff
path: root/src/img/rss.svg
diff options
context:
space:
mode:
authorache <ache@ache.one>2022-05-03 18:28:35 +0200
committerache <ache@ache.one>2022-05-03 18:28:35 +0200
commit2c66e6c5b76ae6b15da3fd43f65b3649cab16c7a (patch)
tree85484d832c37dc336f37651505387703d98ca995 /src/img/rss.svg
parentFix new line (diff)
Set aria role to SVG
Diffstat (limited to 'src/img/rss.svg')
-rwxr-xr-xsrc/img/rss.svg6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/img/rss.svg b/src/img/rss.svg
index 1d8e286..3ef1dae 100755
--- a/src/img/rss.svg
+++ b/src/img/rss.svg
@@ -1,8 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8" width="20" height="20">
-
- <title>RSS feed icon</title>
-
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8" width="20" height="20" aria-label="RSS feed icon">
<circle fill="#FA0" cx="2" cy="6" r="1" />
<path fill="#FA0" d="m 1,4 a 3,3 0 0 1 3,3 h 1 a 4,4 0 0 0 -4,-4 z" />
<path fill="#FA0" d="m 1,2 a 5,5 0 0 1 5,5 h 1 a 6,6 0 0 0 -6,-6 z" />