diff --git a/images/icons.svg b/images/icons.svg index ed6df375c..41238b538 100644 --- a/images/icons.svg +++ b/images/icons.svg @@ -4,217 +4,217 @@ Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --> - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/src/components/icons.js b/src/components/icons.js index a7264f1d6..ddf25355e 100644 --- a/src/components/icons.js +++ b/src/components/icons.js @@ -41,7 +41,7 @@ class ConverseIcon extends CustomElement { } getSource () { - return `#${this.class_name.split(" ")[1].replace("fa-", "")}`; + return `#icon-${this.class_name.split(" ")[1].replace("fa-", "")}`; } getStyles () {