@rhds/icons
Version:
1 lines • 554 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"><rect y="6" width="8" height="8" rx="1.5" ry="1.5"/><rect x="24" y="6" width="8" height="8" rx="1.5" ry="1.5"/><rect x="12" y="6" width="8" height="8" rx="1.5" ry="1.5"/><rect y="18" width="8" height="8" rx="1.5" ry="1.5"/><rect x="24" y="18" width="8" height="8" rx="1.5" ry="1.5"/><rect x="12" y="18" width="8" height="8" rx="1.5" ry="1.5"/></svg>`;export default t.content.cloneNode(true);