@rhds/icons
Version:
1 lines • 769 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="M21.4 24.2c-7.5 0-13.6-6.101-13.6-13.6 0-.316.018-.646.047-.992C3.293 11.139 0 15.438 0 20.5 0 26.84 5.159 32 11.5 32c5.063 0 9.36-3.293 10.892-7.846-.346.028-.676.046-.992.046Z"/><path d="M21.4 22.2a9.9 9.9 0 0 0 .769-.031 9.94 9.94 0 0 0 .031-.769c0-6.396-5.203-11.6-11.6-11.6a9.9 9.9 0 0 0-.769.031 9.705 9.705 0 0 0-.031.769c0 6.396 5.203 11.6 11.6 11.6Z"/><path d="M20.5 0c-5.063 0-9.36 3.293-10.892 7.846.346-.028.676-.046.992-.046 7.5 0 13.6 6.101 13.6 13.6 0 .316-.018.646-.047.992C28.707 20.861 32 16.562 32 11.5 32 5.16 26.841 0 20.5 0Z"/></svg>`;export default t.content.cloneNode(true);