bem-font-awesome-icons
Version:
Font Awesome icons extracted as SVG in BEM notation
9 lines (8 loc) • 606 B
JavaScript
module.exports = function(bh) {
bh.match('icon_glyph_qrcode', function(ctx) {
ctx.content({
html: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1408 1792"><path d="M384 1152v128h-128v-128h128zm0-768v128h-128v-128h128zm768 0v128h-128v-128h128zm-1024 1023h384v-383h-384v383zm0-767h384v-384h-384v384zm768 0h384v-384h-384v384zm-256 256v640h-640v-640h640zm512 512v128h-128v-128h128zm256 0v128h-128v-128h128zm0-512v384h-384v-128h-128v384h-128v-640h384v128h128v-128h128zm-768-768v640h-640v-640h640zm768 0v640h-640v-640h640z"/></svg>',
tag: false
});
});
};