@rhds/icons
Version:
1 lines • 446 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 8h-1.69l-.682-3.208A1.001 1.001 0 0 0 26.149 4h-9.298c-.472 0-.88.33-.979.792L15.191 8H7.5C6.672 8 6 8.673 6 9.5V26H3V9a1 1 0 1 0-2 0v17.5c0 .827.672 1.5 1.5 1.5h27c.826 0 1.5-.673 1.5-1.5v-17c0-.827-.674-1.5-1.5-1.5Z"/></svg>`;export default t.content.cloneNode(true);