@rhds/icons
Version:
1 lines • 588 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="M28.5 10H25V3a.999.999 0 0 0-1.707-.707L16 9.586 8.707 2.293A1 1 0 0 0 7 3v7H3.507c-.827 0-1.5.673-1.5 1.5v17c0 .827.673 1.5 1.5 1.5H28.5c.827 0 1.5-.673 1.5-1.5v-17c0-.827-.673-1.5-1.5-1.5ZM23 20.586l-6 6V11.414l6-6v15.172ZM9 5.414l6 6v15.172l-6-6V5.414ZM4.007 12H7v9c0 .266.105.52.293.707L13.586 28H4.007V12ZM28 28h-9.586l6.293-6.293A.997.997 0 0 0 25 21v-9h3v16Z"/></svg>`;export default t.content.cloneNode(true);