@rhds/icons
Version:
1 lines • 377 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="m30.354 14.94-5.647-5.647a1 1 0 1 0-1.414 1.414L27.586 15H2a1 1 0 0 0 0 2h25.586l-4.293 4.293a1 1 0 1 0 1.414 1.414l5.646-5.646a1.501 1.501 0 0 0 0-2.121Z"/></svg>`;export default t.content.cloneNode(true);