1
0
mirror of https://github.com/flarum/core.git synced 2025-05-06 15:35:38 +02:00
2015-04-25 22:28:39 +09:30

4 lines
73 B
JavaScript

export default function icon(icon) {
return m('i.fa.fa-fw.fa-'+icon)
}