@rhds/icons
Version:
1 lines • 791 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.705 6.474a.977.977 0 0 0-.715-.569c-.33-.06-.667.042-.903.278l-5.24 5.239a2.313 2.313 0 0 1-3.565-.36c-.61-.903-.454-2.159.372-2.986l5.163-5.163a1.01 1.01 0 0 0 .278-.902.98.98 0 0 0-.569-.717 9.672 9.672 0 0 0-4.075-.802c-5.274.094-9.715 4.632-9.697 9.91a9.732 9.732 0 0 0 .461 2.937L1.838 23.716A4.522 4.522 0 0 0 .504 27.06a4.52 4.52 0 0 0 1.511 3.27c.822.741 1.885 1.106 2.965 1.106A4.916 4.916 0 0 0 8.446 30l10.215-10.215a9.76 9.76 0 0 0 2.94.461h.03c5.263 0 9.784-4.435 9.877-9.699a9.726 9.726 0 0 0-.803-4.073ZM6 27.502a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Z"/></svg>`;export default t.content.cloneNode(true);