@rhds/icons
Version:
1 lines • 562 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="M8 6.875H6V2a1 1 0 1 0-2 0v4.875H2a1.125 1.125 0 0 0 0 2.25h2V30a1 1 0 1 0 2 0V9.125h2a1.125 1.125 0 0 0 0-2.25Zm11 17h-2V2a1 1 0 1 0-2 0v21.875h-2a1.125 1.125 0 0 0 0 2.25h2V30a1 1 0 1 0 2 0v-3.875h2a1.125 1.125 0 0 0 0-2.25Zm11-9h-2V2a1 1 0 1 0-2 0v12.875h-2a1.125 1.125 0 0 0 0 2.25h2V30a1 1 0 1 0 2 0V17.125h2a1.125 1.125 0 0 0 0-2.25Z"/></svg>`;export default t.content.cloneNode(true);