@rhds/icons
Version:
1 lines • 542 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 2h-4c-.827 0-1.5.673-1.5 1.5v25c0 .827.673 1.5 1.5 1.5h4c.827 0 1.5-.673 1.5-1.5v-25c0-.827-.673-1.5-1.5-1.5ZM28 28h-3V4h3v24Zm-8.646-13.061a1.501 1.501 0 0 1 0 2.121l-6.646 6.646a.997.997 0 0 1-1.414 0 .999.999 0 0 1 0-1.414l5.293-5.293H3a1 1 0 1 1 0-2h13.586l-5.293-5.293a.999.999 0 1 1 1.414-1.414l6.646 6.646Z"/></svg>`;export default t.content.cloneNode(true);