@rhds/icons
Version:
1 lines • 433 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 1H2a1 1 0 0 0 0 2h28a1 1 0 0 0 0-2ZM17.06 6.646a1.501 1.501 0 0 0-2.12 0l-8.647 8.647a1 1 0 1 0 1.414 1.414L15 9.414V30a1 1 0 0 0 2 0V9.414l7.293 7.293a.997.997 0 0 0 1.414 0 1 1 0 0 0 0-1.414l-8.646-8.647Z"/></svg>`;export default t.content.cloneNode(true);