@rhds/icons
Version:
1 lines • 490 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="M20.293 20.707a.997.997 0 0 0 1.414 0l8.646-8.646a1.501 1.501 0 0 0 0-2.122l-8.646-8.646a1 1 0 1 0-1.414 1.414L27.586 10H11.5C5.71 10 1 14.71 1 20.5S5.71 31 11.5 31H25a1 1 0 1 0 0-2H11.5C6.814 29 3 25.187 3 20.5S6.813 12 11.5 12h16.086l-7.293 7.293a1 1 0 0 0 0 1.414Z"/></svg>`;export default t.content.cloneNode(true);