@rhds/icons
Version:
1 lines • 666 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="M11 10.75v-7.5c0-.689.561-1.25 1.25-1.25h7.5c.689 0 1.25.561 1.25 1.25v7.5c0 .689-.561 1.25-1.25 1.25h-7.5c-.689 0-1.25-.561-1.25-1.25ZM5.25 25h7.5c.689 0 1.25-.561 1.25-1.25v-7.5c0-.689-.561-1.25-1.25-1.25h-7.5C4.561 15 4 15.561 4 16.25v7.5c0 .689.561 1.25 1.25 1.25ZM29 28H3a1 1 0 0 0 0 2h26a1 1 0 0 0 0-2ZM18 16.25v7.5c0 .689.561 1.25 1.25 1.25h7.5c.689 0 1.25-.561 1.25-1.25v-7.5c0-.689-.561-1.25-1.25-1.25h-7.5c-.689 0-1.25.561-1.25 1.25Z"/></svg>`;export default t.content.cloneNode(true);