mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
|
export default function icon(icon) {
|
||
|
return m('i.fa.fa-fw.fa-'+icon)
|
||
|
}
|