UNPKG

bem-font-awesome-icons

Version:

Font Awesome icons extracted as SVG in BEM notation

9 lines (8 loc) 405 B
module.exports = function(bh) { bh.match('icon_glyph_window-maximize', function(ctx) { ctx.content({ html: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1792 1792"><path d="M256 1408h1280v-768h-1280v768zm1536-1120v1216q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-1216q0-66 47-113t113-47h1472q66 0 113 47t47 113z"/></svg>', tag: false }); }); };