@rhds/icons
Version:
1 lines • 612 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="m22.28 21.134-9.573 9.573a.997.997 0 0 1-1.414 0 1 1 0 0 1 0-1.414L19.586 21h-6.982c-.507 0-.961-.303-1.155-.771a1.246 1.246 0 0 1 .27-1.363L17.587 13h-6.982c-.507 0-.961-.303-1.155-.771a1.246 1.246 0 0 1 .27-1.363l9.574-9.573a1 1 0 1 1 1.414 1.414L12.414 11h6.982c.507 0 .961.303 1.155.771a1.246 1.246 0 0 1-.27 1.363L14.413 19h6.982c.507 0 .961.303 1.155.771a1.246 1.246 0 0 1-.27 1.363Z"/></svg>`;export default t.content.cloneNode(true);