@rhds/icons
Version:
1 lines • 456 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="M29.5 10.25h-27c-.69 0-1.25.56-1.25 1.25v9c0 .69.56 1.25 1.25 1.25h27c.69 0 1.25-.56 1.25-1.25v-9c0-.69-.56-1.25-1.25-1.25ZM13 17.125H7a1.125 1.125 0 0 1 0-2.25h6a1.125 1.125 0 0 1 0 2.25Zm11 .375a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Z"/></svg>`;export default t.content.cloneNode(true);