@rhds/icons
Version:
1 lines • 598 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 36 36"><path d="M18 18.622A4.622 4.622 0 1 0 13.378 14 4.627 4.627 0 0 0 18 18.622Zm0-7.994A3.372 3.372 0 1 1 14.628 14 3.376 3.376 0 0 1 18 10.628Z"/><path d="M17.558 27.17a.625.625 0 0 0 .884 0l6.365-6.364a9.626 9.626 0 1 0-13.614 0Zm-5.48-19.092a8.375 8.375 0 0 1 11.844 11.844L18 25.844l-5.922-5.922a8.383 8.383 0 0 1 0-11.844ZM31 30.375H5a.625.625 0 0 0 0 1.25h26a.625.625 0 0 0 0-1.25Z"/></svg>`;export default t.content.cloneNode(true);