diff --git a/assets/icons/rss-square.svg b/assets/icons/rss-square.svg new file mode 100644 index 00000000..d074561e --- /dev/null +++ b/assets/icons/rss-square.svg @@ -0,0 +1 @@ + diff --git a/assets/icons/rss.svg b/assets/icons/rss.svg new file mode 100644 index 00000000..a4f1848e --- /dev/null +++ b/assets/icons/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/exampleSite/content/samples/icons/index.md b/exampleSite/content/samples/icons/index.md index 707e9e0c..09147f37 100644 --- a/exampleSite/content/samples/icons/index.md +++ b/exampleSite/content/samples/icons/index.md @@ -78,6 +78,8 @@ The full list of built-in icons and their corresponding names can referenced bel | poo | {{< icon poo >}} | | reddit | {{< icon reddit >}} | | researchgate | {{< icon researchgate >}} | +| rss | {{< icon rss >}} | +| rss-square | {{< icon rss-square >}} | | search | {{< icon search >}} | | shield | {{< icon shield >}} | | skull-crossbones | {{< icon skull-crossbones >}} | @@ -98,4 +100,4 @@ The full list of built-in icons and their corresponding names can referenced bel | wand-magic-sparkles | {{< icon wand-magic-sparkles >}} | | whatsapp | {{< icon whatsapp >}} | | xmark | {{< icon xmark >}} | -| youtube | {{< icon youtube >}} | \ No newline at end of file +| youtube | {{< icon youtube >}} |