@rhds/icons
Version:
1 lines • 506 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="M2 16h8a1 1 0 0 0 .707-.293L16 10.414l5.293 5.293A1 1 0 0 0 22 16h8a.999.999 0 0 0 .707-1.707L17.061.647a1.5 1.5 0 0 0-2.122 0L1.293 14.293A.999.999 0 0 0 2 16Z"/><path d="M17.06 15.646a1.5 1.5 0 0 0-2.12 0L1.292 29.294A.999.999 0 0 0 2 31h28a.999.999 0 0 0 .707-1.707L17.061 15.647Z"/></svg>`;export default t.content.cloneNode(true);