@rhds/icons
Version:
1 lines • 595 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="m29.707 23.707-5.646 5.646c-.292.293-.677.438-1.061.438s-.769-.146-1.061-.438l-5.646-5.646a.999.999 0 1 1 1.414-1.414L22 26.586V3a1 1 0 1 1 2 0v23.586l4.293-4.293a.999.999 0 1 1 1.414 1.414Zm-14-15.414-5.646-5.646a1.501 1.501 0 0 0-2.121 0L2.294 8.293a.999.999 0 1 0 1.414 1.414l4.293-4.293V29a1 1 0 1 0 2 0V5.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414Z"/></svg>`;export default t.content.cloneNode(true);