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