@rhds/icons
Version:
1 lines • 534 B
JavaScript
const t = document.createElement('template');t.innerHTML=`<!-- © Red Hat, Inc. CC-BY-4.0 licensed --><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M16 25.5c-6.1 0-11.295-1.964-14-4.92v2.848C2 27.61 8.268 31 16 31s14-3.39 14-7.572v-2.849c-2.705 2.957-7.9 4.92-14 4.92Z"/><path d="M16 18.144c-6.1 0-11.295-1.946-14-4.878v2.578C2 20.072 8.268 23.5 16 23.5s14-3.428 14-7.656v-2.578c-2.705 2.932-7.9 4.878-14 4.878Z"/><ellipse cx="16" cy="8.572" rx="14" ry="7.572"/></svg>`;export default t.content.cloneNode(true);