@rhds/icons
Version:
1 lines • 388 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 4.25h-27c-.69 0-1.25.56-1.25 1.25v16c0 .69.56 1.25 1.25 1.25h5.75V29a.75.75 0 0 0 1.28.53l6.78-6.78H29.5c.69 0 1.25-.56 1.25-1.25v-16c0-.69-.56-1.25-1.25-1.25Z"/></svg>`;export default t.content.cloneNode(true);