From 17166c7bb04c325526c338941d0248c4d9d3c348 Mon Sep 17 00:00:00 2001 From: mztiq <92191413+mztiq@users.noreply.github.com> Date: Wed, 21 Dec 2022 22:17:07 +0100 Subject: [PATCH] Add svg icons rss and rss-square --- exampleSite/content/samples/icons/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 >}} |