@iswa/svgojs
Version:
International SignWriting Alphabet as Optimized SVG Package
4 lines (2 loc) • 443 B
JavaScript
const svg = `<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="32" height="15"><path d="M16 4v2l-3.5 3.5L16 13v2l-5.5-5.5L16 4z"/><path d="M0 5c0-2.761 5.373-5 12-5h9c6.075 0 11 2.015 11 4.5v2c0 2.448-3.775 4.505-9 5.219V6.656c4.176-.431 7-1.232 7-2.156C30 3.12 23.732 2 16 2S2 3.12 2 4.5c0 .96 3.047 1.773 7.5 2.188v5.156C4.071 11.172 0 8.366 0 5z"/><path d="M22 4v2l-3.5 3.5L22 13v2l-5.5-5.5L22 4z"/></svg>`
export default svg