@rhds/icons
Version:
1 lines • 625 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="M24.707 20.293a1 1 0 1 1-1.414 1.414l-4.646-4.646a1.501 1.501 0 0 1 0-2.121l4.646-4.647a1 1 0 1 1 1.414 1.414L21.414 15H31V2.5c0-.827-.673-1.5-1.5-1.5h-27C1.673 1 1 1.673 1 2.5V15h9.586l-3.293-3.293a1 1 0 1 1 1.414-1.414l4.646 4.646a1.501 1.501 0 0 1 0 2.122l-4.646 4.646a.997.997 0 0 1-1.414 0 1 1 0 0 1 0-1.414L10.586 17H1v12.5c0 .827.673 1.5 1.5 1.5h27c.827 0 1.5-.673 1.5-1.5V17h-9.586l3.293 3.293Z"/></svg>`;export default t.content.cloneNode(true);