diff options
author | Adam Carpenter <gitlab@53hor.net> | 2019-06-03 20:21:47 -0400 |
---|---|---|
committer | Adam Carpenter <gitlab@53hor.net> | 2019-06-03 20:21:47 -0400 |
commit | 775a6ea8ed0665bcb2a3de432aca80da57184424 (patch) | |
tree | 87c852cfbc4a434955d54bd6d4bcc00f3b994e9e /_includes/mdi-rss-box.html | |
parent | 5f6af7ba761eef57adc2d45634fadcdd6108bb34 (diff) | |
parent | a2a168223078198e72dbcfa6c4d755819fe07b83 (diff) | |
download | cobalt-site-775a6ea8ed0665bcb2a3de432aca80da57184424.tar.xz cobalt-site-775a6ea8ed0665bcb2a3de432aca80da57184424.zip |
Merge branch 'master' into posts
Diffstat (limited to '_includes/mdi-rss-box.html')
-rw-r--r-- | _includes/mdi-rss-box.html | 12 |
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> |