@rhds/icons
Version:
1 lines • 503 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.354 14.94 16.706 1.293a1 1 0 1 0-1.414 1.414L28.586 16 15.293 29.293a1 1 0 1 0 1.414 1.414l13.646-13.646a1.501 1.501 0 0 0 0-2.121Z"/><path d="M16.354 14.94 2.707 1.293a1 1 0 1 0-1.414 1.414L14.586 16 1.293 29.293a1 1 0 1 0 1.414 1.414l13.646-13.646a1.501 1.501 0 0 0 0-2.121Z"/></svg>`;export default t.content.cloneNode(true);