/* eslint-disable max-len */
import { html } from 'lit'
import tplIcons from '../../../src/shared/templates/icons.js'
export default () => {
// Here we are adding some additonal icons to ConverseJS defaults
const converseJsIcons = tplIcons()
return html`
${converseJsIcons}
`
}