34 |
35 |
olaf 🐱
36 |
37 |
38 | ${iconButton(state.ui.toggleTheme ? moonIcon() : sunIcon(), toggleTheme, null)}
39 | ${iconButton(keyIcon(), showModalKey, null)}
40 | ${iconButton(usersIcon(), toggleFriends, 'db dn-ns')}
41 |
42 |
`
43 | }
44 |
--------------------------------------------------------------------------------
/problems/10/olaf/src/components/icons/clipboard.js:
--------------------------------------------------------------------------------
1 | const html = require('choo/html')
2 |
3 | module.exports = function clipboardIcon () {
4 | return html`