@rhds/icons
Version:
1 lines • 686 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="M7 8a.997.997 0 0 1-.707-.293l-4-4a.999.999 0 1 1 1.414-1.414l4 4A.999.999 0 0 1 7 8Zm22.793 11c0 .4-.156.777-.439 1.061l-9.293 9.293c-.292.293-.676.438-1.061.438s-.768-.146-1.061-.438L7.293 18.708A.997.997 0 0 1 7 18.001v-6c0-.266.105-.52.293-.707l4-4A1 1 0 0 1 12 7.001h6c.265 0 .52.105.707.293L29.353 17.94c.283.283.439.66.439 1.061Zm-2.207 0-10-10h-5.172L9 12.414v5.172l10 10L27.586 19Zm-13.581-6.624a1.626 1.626 0 1 0 .001 3.251 1.626 1.626 0 0 0-.001-3.251Z"/></svg>`;export default t.content.cloneNode(true);