@iswa/svgojs
Version:
International SignWriting Alphabet as Optimized SVG Package
4 lines (2 loc) • 541 B
JavaScript
const svg = `<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="35" height="46"><path d="M17.5 0C7.835 0 0 7.835 0 17.5S7.835 35 17.5 35 35 27.165 35 17.5 27.165 0 17.5 0zm0 1.5c8.837 0 16 7.163 16 16s-7.163 16-16 16-16-7.163-16-16 7.163-16 16-16z"/><path d="M11.25 33s.023 3.837-.5 5.656C9.99 41.298 7 46 7 46h1.75s2.702-4.46 3.406-6.938c.556-1.953.594-6.062.594-6.062h-1.5zM22.25 33s.038 4.11.594 6.063C23.548 41.538 26.25 46 26.25 46H28s-2.99-4.702-3.75-7.344c-.523-1.819-.5-5.656-.5-5.656h-1.5z"/></svg>`
export default svg