bem-font-awesome-icons
Version:
Font Awesome icons extracted as SVG in BEM notation
9 lines (8 loc) • 499 B
JavaScript
module.exports = function(bh) {
bh.match('icon_glyph_star', function(ctx) {
ctx.content({
html: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1664 1792"><path d="M1664 647q0 22-26 48l-363 354 86 500q1 7 1 20 0 21-10.5 35.5t-30.5 14.5q-19 0-40-12l-449-236-449 236q-22 12-40 12-21 0-31.5-14.5t-10.5-35.5q0-6 2-20l86-500-364-354q-25-27-25-48 0-37 56-46l502-73 225-455q19-41 49-41t49 41l225 455 502 73q56 9 56 46z"/></svg>',
tag: false
});
});
};