@rhds/icons
Version:
1 lines • 735 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.172 11.757-9.93-9.928C19.11.695 17.602.07 16 .07s-3.11.624-4.242 1.758l-9.93 9.928a6.008 6.008 0 0 0 0 8.486l9.93 9.928c1.133 1.134 2.64 1.758 4.242 1.758s3.11-.624 4.242-1.758l9.93-9.928a6.008 6.008 0 0 0 0-8.486Zm-1.414 7.072-9.93 9.928c-1.512 1.511-4.144 1.511-5.656 0l-9.93-9.928a4.005 4.005 0 0 1 0-5.658l9.93-9.928c.756-.756 1.76-1.172 2.828-1.172s2.072.416 2.828 1.172l9.93 9.928a4.005 4.005 0 0 1 0 5.658Z"/><path d="M22 15h-5v-5a1 1 0 1 0-2 0v5h-5a1 1 0 1 0 0 2h5v5a1 1 0 1 0 2 0v-5h5a1 1 0 1 0 0-2Z"/></svg>`;export default t.content.cloneNode(true);