@rhds/icons
Version:
1 lines • 368 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 23a.997.997 0 0 1-.707-.293L16 9.414 2.707 22.707a1 1 0 1 1-1.414-1.414L14.939 7.647a1.501 1.501 0 0 1 2.122 0l13.646 13.646A1 1 0 0 1 30 23Z"/></svg>`;export default t.content.cloneNode(true);