UNPKG

bem-font-awesome-icons

Version:

Font Awesome icons extracted as SVG in BEM notation

9 lines (8 loc) 495 B
module.exports = function(bh) { bh.match('icon_glyph_video-camera', function(ctx) { ctx.content({ html: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1792 1792"><path d="M1792 352v1088q0 42-39 59-13 5-25 5-27 0-45-19l-403-403v166q0 119-84.5 203.5t-203.5 84.5h-704q-119 0-203.5-84.5t-84.5-203.5v-704q0-119 84.5-203.5t203.5-84.5h704q119 0 203.5 84.5t84.5 203.5v165l403-402q18-19 45-19 12 0 25 5 39 17 39 59z"/></svg>', tag: false }); }); };