@rhds/icons
Version:
1 lines • 540 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 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"/><path d="M24 15H10.414l4.293-4.293a1 1 0 1 0-1.414-1.414l-5.646 5.646a1.501 1.501 0 0 0 0 2.122l5.646 5.646a.997.997 0 0 0 1.414 0 1 1 0 0 0 0-1.414L10.414 17H24a1 1 0 1 0 0-2Z"/></svg>`;export default t.content.cloneNode(true);