@iswa/svgojs
Version:
International SignWriting Alphabet as Optimized SVG Package
4 lines (2 loc) • 470 B
JavaScript
const svg = `<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="35" height="35"><path d="M12 9l-4 4 .719.719L12 10.406l3.281 3.313L16 13l-4-4z"/><path d="M11.5 13v5h1v-5h-1zM23 9l-4 4 .719.719L23 10.406l3.281 3.313L27 13l-4-4z"/><path d="M22.5 13v5h1v-5h-1z"/><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"/></svg>`
export default svg