@rhds/icons
Version:
1 lines • 622 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.171 11.758-9.928-9.93a6.006 6.006 0 0 0-8.486 0l-9.928 9.93C.695 12.89.07 14.398.07 16s.624 3.11 1.758 4.242l9.928 9.93c1.17 1.17 2.706 1.754 4.243 1.754s3.073-.584 4.243-1.754l9.928-9.93c1.134-1.133 1.758-2.64 1.758-4.242s-.624-3.11-1.758-4.242ZM22 17.125h-4.875V22a1.125 1.125 0 0 1-2.25 0v-4.875H10a1.125 1.125 0 0 1 0-2.25h4.875V10a1.125 1.125 0 0 1 2.25 0v4.875H22a1.125 1.125 0 0 1 0 2.25Z"/></svg>`;export default t.content.cloneNode(true);