@rhds/icons
Version:
1 lines • 641 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="M26.5 1.25H14.125V9.5c0 .896-.729 1.625-1.625 1.625H4.25V29.5c0 .689.561 1.25 1.25 1.25h21c.689 0 1.25-.561 1.25-1.25v-27c0-.689-.561-1.25-1.25-1.25ZM10 14.875h6a1.125 1.125 0 0 1 0 2.25h-6a1.125 1.125 0 0 1 0-2.25Zm12 12.25H10a1.125 1.125 0 0 1 0-2.25h12a1.125 1.125 0 0 1 0 2.25Zm0-5H10a1.125 1.125 0 0 1 0-2.25h12a1.125 1.125 0 0 1 0 2.25ZM4.275 8.875a.738.738 0 0 1 .195-.405l7-7a.738.738 0 0 1 .405-.195v7.6h-7.6Z"/></svg>`;export default t.content.cloneNode(true);