bem-font-awesome-icons
Version:
Font Awesome icons extracted as SVG in BEM notation
4 lines (3 loc) • 301 B
JavaScript
block('icon').mod('glyph', 'long-arrow-up').content()({
html: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 1792"><path d="M765 493q-9 19-29 19h-224v1248q0 14-9 23t-23 9h-192q-14 0-23-9t-9-23v-1248h-224q-21 0-29-19t5-35l350-384q10-10 23-10 14 0 24 10l355 384q13 16 5 35z"/></svg>'
});