bem-font-awesome-icons
Version:
Font Awesome icons extracted as SVG in BEM notation
9 lines (8 loc) • 521 B
JavaScript
module.exports = function(bh) {
bh.match('icon_glyph_remove', function(ctx) {
ctx.content({
html: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1408 1792"><path d="M1298 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z"/></svg>',
tag: false
});
});
};