UNPKG

@rhds/icons

Version:
1 lines 574 B
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 7c-2.757 0-5 2.243-5 5a1 1 0 1 0 2 0c0-1.654 1.346-3 3-3s3 1.346 3 3-1.346 3-3 3a1 1 0 0 0-1 1v3a1 1 0 1 0 2 0v-2.101c2.28-.465 4-2.485 4-4.899 0-2.757-2.243-5-5-5Z"/><path d="M16 0C7.178 0 0 7.178 0 16s7.178 16 16 16 16-7.178 16-16S24.822 0 16 0Zm0 30C8.28 30 2 23.72 2 16S8.28 2 16 2s14 6.28 14 14-6.28 14-14 14Z"/><circle cx="16" cy="24" r="1.5"/></svg>`;export default t.content.cloneNode(true);