2018-06-15 11:03:24 -04:00
|
|
|
import { registerUnbound } from "discourse-common/lib/helpers";
|
|
|
|
import { renderIcon } from "discourse-common/lib/icon-library";
|
2017-07-26 16:25:09 -04:00
|
|
|
|
2018-06-15 11:03:24 -04:00
|
|
|
registerUnbound("d-icon", function(id, params) {
|
|
|
|
return new Handlebars.SafeString(renderIcon("string", id, params));
|
2017-07-26 16:25:09 -04:00
|
|
|
});
|