@rhds/icons
Version:
1 lines • 641 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="M17.406 2.101a1.002 1.002 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-.899Zm-1.438 24.85-7.353-5.74A.998.998 0 0 0 8 21H3V11h5a1 1 0 0 0 .615-.212l7.353-5.739v21.902Zm7.809-17.237a1 1 0 0 0-1.554 1.259A7.903 7.903 0 0 1 24 16c0 1.826-.63 3.611-1.776 5.027a1 1 0 1 0 1.554 1.258C25.211 20.515 26 18.282 26 16s-.79-4.515-2.223-6.286Z"/></svg>`;export default t.content.cloneNode(true);