bem-font-awesome-icons
Version:
Font Awesome icons extracted as SVG in BEM notation
9 lines (8 loc) • 715 B
JavaScript
module.exports = function(bh) {
bh.match('icon_glyph_quote-right', function(ctx) {
ctx.content({
html: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1664 1792"><path d="M768 320v704q0 104-40.5 198.5t-109.5 163.5-163.5 109.5-198.5 40.5h-64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h64q106 0 181-75t75-181v-32q0-40-28-68t-68-28h-224q-80 0-136-56t-56-136v-384q0-80 56-136t136-56h384q80 0 136 56t56 136zm896 0v704q0 104-40.5 198.5t-109.5 163.5-163.5 109.5-198.5 40.5h-64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h64q106 0 181-75t75-181v-32q0-40-28-68t-68-28h-224q-80 0-136-56t-56-136v-384q0-80 56-136t136-56h384q80 0 136 56t56 136z"/></svg>',
tag: false
});
});
};