@rhds/icons
Version:
1 lines • 542 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 16h-8a1 1 0 0 0-.707.293L16 21.586l-5.293-5.293A1 1 0 0 0 10 16H2a1 1 0 0 0-.707 1.707l13.646 13.646c.293.293.677.439 1.061.439s.768-.145 1.06-.439l13.647-13.646A1 1 0 0 0 30 16Z"/><path d="M14.94 16.354c.292.293.676.438 1.06.438s.768-.145 1.06-.439L30.708 2.707A1 1 0 0 0 30 1H2a1 1 0 0 0-.707 1.707l13.646 13.646Z"/></svg>`;export default t.content.cloneNode(true);