diff --git a/build.js b/build.js index 7b55ad6..ec8cdd6 100644 --- a/build.js +++ b/build.js @@ -8,7 +8,7 @@ const builder = new ThemeBuilder({ // fallbackTheme: "default", //* where to collect, when icons cannot be identified by their suffix (default is dont collect) }, lib: { - excludeSvgAttributes: ["xmlns", "width", "height", "class"], //* exclude certain attributes from the svg's, which might be controlled by the used Icon component + excludeSvgAttributes: ["xmlns", "width", "height"], //* exclude certain attributes from the svg's, which might be controlled by the used Icon component extendSvgAttributes: {}, //* extend the svg's attributes }, }); diff --git a/icons_list.templ b/icons_list.templ index 2b63c3c..a14f38c 100644 --- a/icons_list.templ +++ b/icons_list.templ @@ -292,7 +292,7 @@ templ Edit() { templ Enter() {