@rhds/icons
Version:
1 lines • 360 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="5" y="9" width="22" height="22" rx="1.5" ry="1.5"/><path d="M8 7h16a1 1 0 1 0 0-2H8a1 1 0 1 0 0 2Zm2-4h12a1 1 0 1 0 0-2H10a1 1 0 1 0 0 2Z"/></svg>`;export default t.content.cloneNode(true);