@rhds/icons
Version:
1 lines • 325 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.707 21.293 17.061 7.647a1.5 1.5 0 0 0-2.122 0L1.293 21.293A1 1 0 0 0 2 23h28a1 1 0 0 0 .707-1.707Z"/></svg>`;export default t.content.cloneNode(true);