@rhds/icons
Version:
1 lines • 791 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="M32 17.38a.62.62 0 0 0-.62.62 13.38 13.38 0 1 1-14-13.34v10.28a3.12 3.12 0 0 0 .62 6.18 3.09 3.09 0 0 0 1.75-.53l1.8 1.85a.63.63 0 1 0 .9-.88l-1.83-1.86a3.08 3.08 0 0 0 .5-1.7 3.12 3.12 0 0 0-2.5-3.06V4a.62.62 0 0 0-.62-.62A14.62 14.62 0 1 0 32.62 18a.62.62 0 0 0-.62-.62ZM19.88 18A1.88 1.88 0 1 1 18 16.12 1.89 1.89 0 0 1 19.88 18Z"/><circle cx="26" cy="10" r=".62"/><circle cx="29" cy="18" r=".62"/><circle cx="26" cy="26" r=".62"/><circle cx="18" cy="29" r=".62"/><circle cx="10" cy="26.01" r=".62"/><circle cx="7" cy="18.09" r=".62"/><circle cx="10" cy="10" r=".62"/></svg>`;export default t.content.cloneNode(true);