@iswa/svgojs
Version:
International SignWriting Alphabet as Optimized SVG Package
4 lines (2 loc) • 440 B
JavaScript
const svg = `<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="35" height="35"><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="M19 10v2c0 2.21 2.015 4 4.5 4s4.5-1.79 4.5-4v-2h-9zm1 1.5h7v.5c0 1.38-1.567 2.5-3.5 2.5S20 13.38 20 12v-.5z"/><rect width="1" x="23" y="11"/></svg>`
export default svg