@rhds/icons
Version:
1 lines • 530 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 32C7.178 32 0 24.822 0 16S7.178 0 16 0s16 7.178 16 16-7.178 16-16 16Zm0-30C8.28 2 2 8.28 2 16s6.28 14 14 14 14-6.28 14-14S23.72 2 16 2Z"/><path d="M14 21.792a1.49 1.49 0 0 1-1.06-.439l-4.647-4.646a1 1 0 1 1 1.414-1.414L14 19.586l8.293-8.293a1 1 0 1 1 1.414 1.414l-8.646 8.647a1.494 1.494 0 0 1-1.06.438Z"/></svg>`;export default t.content.cloneNode(true);