${when(this.isClosed,
- () => html`
+ () => html`
${window.i18n[lang].home.showLess}
`,
- () => html`
+ () => html`
${window.i18n[lang].home.showMore}
`
)}
diff --git a/public/components/icon/icon.js b/public/components/icon/icon.js
new file mode 100644
index 00000000..93e3a05d
--- /dev/null
+++ b/public/components/icon/icon.js
@@ -0,0 +1,66 @@
+// Import Third-party Dependencies
+import { LitElement, html, css, nothing } from "lit";
+
+// Constants
+const kIcons = {
+ plus: html`
+