@rhds/icons
Version:
1 lines • 427 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"><path d="M24.5 8h-22C1.673 8 1 8.673 1 9.5v18c0 .827.673 1.5 1.5 1.5h22c.827 0 1.5-.673 1.5-1.5v-18c0-.827-.673-1.5-1.5-1.5ZM24 27H3V15h21v12Zm7-22.5V24a1 1 0 1 1-2 0V5H6a1 1 0 1 1 0-2h23.5c.827 0 1.5.673 1.5 1.5Z"/></svg>`;export default t.content.cloneNode(true);