@iswa/svgojs
Version:
International SignWriting Alphabet as Optimized SVG Package
4 lines (2 loc) • 672 B
JavaScript
const svg = `<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="32" height="33"><path d="M18 11h7.778L18 18.778V11zm1.016 1.016v4.331l4.331-4.33h-4.33z"/><path d="M2.797 1.454C4.555-.303 8.67.963 11.99 4.282l5.656 5.657-1.414 1.415-5.657-5.657c-2.929-2.93-5.387-3.805-6.364-2.829-.976.977-.807 4.142 2.122 7.071l16.263 16.264c2.93 2.929 6.095 3.097 7.071 2.121.977-.976.1-3.435-2.828-6.364l-5.303-5.303 1.414-1.414 5.303 5.303c3.32 3.32 4.586 7.435 2.828 9.192l-1.414 1.415c-1.757 1.757-6.58 1.198-9.9-2.122L3.505 12.768c-3.32-3.32-3.878-8.142-2.121-9.9l1.414-1.414z"/><path d="M19.016 12.016h4.331l-4.33 4.331v-4.33z" fill="#fff"/></svg>`
export default svg