@rhds/icons
Version:
1 lines • 593 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="m27.414 16 3.293-3.293a1 1 0 1 0-1.414-1.414L26 14.586l-3.293-3.293a1 1 0 1 0-1.414 1.414L24.586 16l-3.293 3.293a1 1 0 1 0 1.414 1.414L26 17.414l3.293 3.293a.997.997 0 0 0 1.414 0 1 1 0 0 0 0-1.414L27.414 16ZM17.406 2.102a1.001 1.001 0 0 0-1.054.11L7.656 9H2.5C1.673 9 1 9.673 1 10.5v11c0 .827.673 1.5 1.5 1.5h5.156l8.697 6.788A1 1 0 0 0 17.967 29V3a1 1 0 0 0-.562-.898Z"/></svg>`;export default t.content.cloneNode(true);