summaryrefslogtreecommitdiff
path: root/_includes/mdi-rss-box.html
diff options
context:
space:
mode:
authorAdam Carpenter <gitlab@53hor.net>2019-06-03 20:19:48 -0400
committerAdam Carpenter <gitlab@53hor.net>2019-06-03 20:19:48 -0400
commita2a168223078198e72dbcfa6c4d755819fe07b83 (patch)
tree2e02df5b0f4d5aa13b71878722a1998bf7a7f116 /_includes/mdi-rss-box.html
parentfc2e0aced5013b50ecdbcfcf8ed3fd055ab63da5 (diff)
parentcd1969f17742d9d72b1502cb2a6baa62e8be5c3e (diff)
downloadcobalt-site-a2a168223078198e72dbcfa6c4d755819fe07b83.tar.xz
cobalt-site-a2a168223078198e72dbcfa6c4d755819fe07b83.zip
Merge branch 'construction'
Diffstat (limited to '_includes/mdi-rss-box.html')
-rw-r--r--_includes/mdi-rss-box.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/_includes/mdi-rss-box.html b/_includes/mdi-rss-box.html
new file mode 100644
index 0000000..6950d99
--- /dev/null
+++ b/_includes/mdi-rss-box.html
@@ -0,0 +1,12 @@
+<svg style="width:24px;height:24px" viewBox="0 0 24 24">
+ <title>
+ RSS
+ </title>
+
+ <path fill="#ffffff" d="M5,3H19A2,2 0 0,1 21,5V19A2,2 0 0,1
+ 19,21H5A2,2 0 0,1 3,19V5A2,2 0 0,1 5,3M7.5,15A1.5,1.5 0 0,0
+ 6,16.5A1.5,1.5 0 0,0 7.5,18A1.5,1.5 0 0,0 9,16.5A1.5,1.5 0
+ 0,0 7.5,15M6,10V12A6,6 0 0,1 12,18H14A8,8 0 0,0
+ 6,10M6,6V8A10,10 0 0,1 16,18H18A12,12 0 0,0 6,6Z" />
+
+</svg>