const html = require('yo-yo') module.exports = (props) => { return html` ${props.getItemIcon()} ${props.value} ` }