@rhds/icons
Version:
1 lines • 535 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="3" cy="3.001" r="1.75"/><circle cx="16" cy="3.002" r="1.75"/><circle cx="29" cy="3.002" r="1.75"/><circle cx="3" cy="16" r="1.75"/><circle cx="16" cy="16" r="1.75"/><circle cx="29" cy="16" r="1.75"/><circle cx="3" cy="29.002" r="1.75"/><circle cx="16" cy="29.002" r="1.75"/><circle cx="29" cy="29.002" r="1.75"/></svg>`;export default t.content.cloneNode(true);