@rhds/icons
Version:
1 lines • 649 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="M26 29h-1v-3.757a3.975 3.975 0 0 0-1.172-2.829L17.414 16l6.414-6.414A3.972 3.972 0 0 0 25 6.757V3h1a1 1 0 0 0 0-2H6a1 1 0 0 0 0 2h1v3.757c0 1.068.416 2.073 1.172 2.829L14.586 16l-6.414 6.414A3.972 3.972 0 0 0 7 25.243V29H6a1 1 0 0 0 0 2h20a1 1 0 0 0 0-2ZM9.024 7C9.014 6.919 9 6.84 9 6.757V3h14v3.757c0 .082-.014.162-.024.243H9.023ZM23 29H9v-3.757c0-.534.208-1.037.586-1.415L16 17.414l6.414 6.414c.378.378.586.88.586 1.415V29Z"/></svg>`;export default t.content.cloneNode(true);