@rhds/icons
Version:
1 lines • 735 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="M13.75 5.5v7c0 .689-.561 1.25-1.25 1.25h-10c-.689 0-1.25-.561-1.25-1.25v-7c0-.689.561-1.25 1.25-1.25h10c.689 0 1.25.561 1.25 1.25ZM29.5 4.25h-10c-.689 0-1.25.561-1.25 1.25v7c0 .689.561 1.25 1.25 1.25h10c.689 0 1.25-.561 1.25-1.25v-7c0-.689-.561-1.25-1.25-1.25Zm-17 14h-10c-.689 0-1.25.561-1.25 1.25v7c0 .689.561 1.25 1.25 1.25h10c.689 0 1.25-.561 1.25-1.25v-7c0-.689-.561-1.25-1.25-1.25Zm17 0h-10c-.689 0-1.25.561-1.25 1.25v7c0 .689.561 1.25 1.25 1.25h10c.689 0 1.25-.561 1.25-1.25v-7c0-.689-.561-1.25-1.25-1.25Z"/></svg>`;export default t.content.cloneNode(true);