@rhds/icons
Version:
1 lines • 499 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"><circle cx="22.25" cy="16" r="4.5" transform="rotate(-9.22 22.237 16.023)"/><path d="M30.81 0H1.19A1.19 1.19 0 0 0 0 1.19v29.62A1.19 1.19 0 0 0 1.19 32h29.62A1.19 1.19 0 0 0 32 30.81V1.19A1.19 1.19 0 0 0 30.81 0ZM9.75 21a5 5 0 1 1 5-5 5 5 0 0 1-5 5Zm12.5 0a5 5 0 1 1 5-5 5 5 0 0 1-5 5Z"/></svg>`;export default t.content.cloneNode(true);