@rhds/icons
Version:
1 lines • 543 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="m1.539 13.949 14 8.083a1.003 1.003 0 0 0 1 0l14-8.083a1 1 0 0 0 0-1.732l-14-8.083a.998.998 0 0 0-1 0l-14 8.083a1 1 0 0 0 0 1.732Zm14.5-7.794 12 6.928-12 6.928-12-6.928 12-6.928Zm14.866 12.271a1 1 0 0 1-.366 1.366l-14 8.083a1.003 1.003 0 0 1-1 0l-14-8.083a1 1 0 1 1 1-1.732l13.5 7.794 13.5-7.794a.999.999 0 0 1 1.366.366Z"/></svg>`;export default t.content.cloneNode(true);