@rhds/icons
Version:
1 lines • 633 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="M20.293 24.293 17 27.586V21h-2v6.586l-3.293-3.293a1 1 0 1 0-1.414 1.414l4.646 4.647c.292.293.677.438 1.06.438s.77-.145 1.061-.438l4.647-4.647a1 1 0 1 0-1.414-1.414Zm7.704-14.064A8.81 8.81 0 0 0 28 10c0-5.514-4.486-10-10-10a9.956 9.956 0 0 0-9.214 6.11A7.552 7.552 0 0 0 7.5 6C3.364 6 0 9.364 0 13.5S3.364 21 7.5 21h7.375v-6a1.125 1.125 0 0 1 2.25 0v6H26.5c3.032 0 5.5-2.468 5.5-5.5a5.46 5.46 0 0 0-4.003-5.271Z"/></svg>`;export default t.content.cloneNode(true);