diff options
author | Adam Carpenter <53hornet@gmail.com> | 2019-04-28 12:55:33 -0400 |
---|---|---|
committer | Adam Carpenter <53hornet@gmail.com> | 2019-04-28 12:55:33 -0400 |
commit | 0c27b8b3de2ed40705f1b229f07d19350243e0fc (patch) | |
tree | 6e268f957401da1123fc4d0b9b9e9752347da086 /_includes/mdi-rss-box.html | |
parent | b4faf0488006c76cc46fac25f089771f965b39f5 (diff) | |
parent | 8ca0649687f4e6a352e081e992c80c90098e9074 (diff) | |
download | cobalt-site-0c27b8b3de2ed40705f1b229f07d19350243e0fc.tar.xz cobalt-site-0c27b8b3de2ed40705f1b229f07d19350243e0fc.zip |
Merge branch 'construction' of gitlab.com:53hornet/cobalt-site into construction
Diffstat (limited to '_includes/mdi-rss-box.html')
-rw-r--r-- | _includes/mdi-rss-box.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/_includes/mdi-rss-box.html b/_includes/mdi-rss-box.html new file mode 100644 index 0000000..156c692 --- /dev/null +++ b/_includes/mdi-rss-box.html @@ -0,0 +1,11 @@ +<!-- mdi-rss-box --> +<svg style="width:24px;height:24px" viewBox="0 0 24 24"> + <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" /> + <title> + RSS + </title> +</svg> |