@rhds/icons
Version:
1 lines • 534 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="M3.414 16 16.707 2.707a1 1 0 1 0-1.414-1.414L1.647 14.939a1.501 1.501 0 0 0 0 2.122l13.646 13.646a.997.997 0 0 0 1.414 0 1 1 0 0 0 0-1.414L3.414 16Z"/><path d="M17.414 16 30.707 2.707a1 1 0 1 0-1.414-1.414L15.646 14.939a1.501 1.501 0 0 0 0 2.122l13.647 13.646a.997.997 0 0 0 1.414 0 1 1 0 0 0 0-1.414L17.414 16Z"/></svg>`;export default t.content.cloneNode(true);