diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-31 10:28:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-31 10:28:09 +0100 |
| commit | 244fda8c63356bfcc19a0ea437edf36458e4bc9b (patch) | |
| tree | a54fe436f4d71cd9d735f34b4f7b8829b1af4456 /public/images/rss.svg | |
| parent | 73bbbe8307f9474e751236a44db2dcc6924c5035 (diff) | |
| parent | 5bfb00f6cdbb369d834dbe27d213d80a821f8036 (diff) | |
Merge pull request #4 from Sycamost/dev
Changes site to scotsleidassocie.org
Diffstat (limited to 'public/images/rss.svg')
| -rw-r--r-- | public/images/rss.svg | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/images/rss.svg b/public/images/rss.svg new file mode 100644 index 0000000..9a58156 --- /dev/null +++ b/public/images/rss.svg @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg + xmlns="http://www.w3.org/2000/svg" + id="RSSicon" + viewBox="0 0 8 8" + width="256" + height="256" +> + <title>RSS feed icon</title> + + <style type="text/css"> + .button {stroke: none; fill: orange;} + .symbol {stroke: none; fill: white;} + </style> + + <rect class="button" width="8" height="8" rx="1.5"/> + <circle class="symbol" cx="2" cy="6" r="1"/> + <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"/> + <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"/> +</svg>
\ No newline at end of file |
