@rhds/icons
Version:
1 lines • 493 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="M28 6a1 1 0 0 0-1 1v23H10a1 1 0 1 0 0 2h17.5c.827 0 1.5-.673 1.5-1.5V7a1 1 0 0 0-1-1ZM11 0a1 1 0 0 0-.707.293l-7 7A1 1 0 0 0 3 8h8V0Z"/><path d="M23 24.5v-23c0-.827-.673-1.5-1.5-1.5H13v8.5c0 .827-.673 1.5-1.5 1.5H3v14.5c0 .827.673 1.5 1.5 1.5h17c.827 0 1.5-.673 1.5-1.5Z"/></svg>`;export default t.content.cloneNode(true);