From 03e673e6a52b7764c2ae6a32a0e9c32880cda938 Mon Sep 17 00:00:00 2001 From: Nathan Dimmock Date: Sun, 29 Oct 2023 17:28:29 +0900 Subject: [PATCH] Add icon for the threads social network Import FontAwesome icon v6.4.2 for 'threads' and add it to list of all available icons on the exampleSite. --- assets/icons/threads.svg | 1 + exampleSite/content/samples/icons/index.de.md | 1 + exampleSite/content/samples/icons/index.es.md | 1 + exampleSite/content/samples/icons/index.ja.md | 1 + exampleSite/content/samples/icons/index.md | 1 + 5 files changed, 5 insertions(+) create mode 100644 assets/icons/threads.svg diff --git a/assets/icons/threads.svg b/assets/icons/threads.svg new file mode 100644 index 00000000..aa27c5f2 --- /dev/null +++ b/assets/icons/threads.svg @@ -0,0 +1 @@ + diff --git a/exampleSite/content/samples/icons/index.de.md b/exampleSite/content/samples/icons/index.de.md index 4f38237f..7f694a62 100644 --- a/exampleSite/content/samples/icons/index.de.md +++ b/exampleSite/content/samples/icons/index.de.md @@ -71,6 +71,7 @@ Die vollständige Liste der integrierten Icons und ihre entsprechenden Namen fin | sun | {{< icon sun >}} | | tag | {{< icon tag >}} | | telegram | {{< icon telegram >}} | +| threads | {{< icon threads >}} | | tiktok | {{< icon tiktok >}} | | translate | {{< icon translate >}} | | triangle-exclamation | {{< icon triangle-exclamation >}} | diff --git a/exampleSite/content/samples/icons/index.es.md b/exampleSite/content/samples/icons/index.es.md index a70bf525..91cd4f06 100644 --- a/exampleSite/content/samples/icons/index.es.md +++ b/exampleSite/content/samples/icons/index.es.md @@ -71,6 +71,7 @@ La lista completa de íconos incorporados y sus nombres correspondientes se pued | sun | {{< icon sun >}} | | tag | {{< icon tag >}} | | telegram | {{< icon telegram >}} | +| threads | {{< icon threads >}} | | tiktok | {{< icon tiktok >}} | | translate | {{< icon translate >}} | | triangle-exclamation | {{< icon triangle-exclamation >}} | diff --git a/exampleSite/content/samples/icons/index.ja.md b/exampleSite/content/samples/icons/index.ja.md index 2e5b9241..7ee8661d 100644 --- a/exampleSite/content/samples/icons/index.ja.md +++ b/exampleSite/content/samples/icons/index.ja.md @@ -71,6 +71,7 @@ Congo は[FontAwesome 6](https://fontawesome.com/icons)のアイコンをサポ | sun | {{< icon sun >}} | | tag | {{< icon tag >}} | | telegram | {{< icon telegram >}} | +| threads | {{< icon threads >}} | | tiktok | {{< icon tiktok >}} | | translate | {{< icon translate >}} | | triangle-exclamation | {{< icon triangle-exclamation >}} | diff --git a/exampleSite/content/samples/icons/index.md b/exampleSite/content/samples/icons/index.md index 8f13a24d..80cc5190 100644 --- a/exampleSite/content/samples/icons/index.md +++ b/exampleSite/content/samples/icons/index.md @@ -71,6 +71,7 @@ The full list of built-in icons and their corresponding names can referenced bel | sun | {{< icon sun >}} | | tag | {{< icon tag >}} | | telegram | {{< icon telegram >}} | +| threads | {{< icon threads >}} | | tiktok | {{< icon tiktok >}} | | translate | {{< icon translate >}} | | triangle-exclamation | {{< icon triangle-exclamation >}} |