@rhds/icons
Version:
1 lines • 703 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="M31 8.572C31 3.766 24.411 0 16 0S1 3.766 1 8.572c0 .145.025.285.037.428H1v14.428C1 28.234 7.589 32 16 32s15-3.766 15-8.572V9h-.037c.012-.143.037-.283.037-.428ZM3 15.844v-2.95c2.567 2.558 7.37 4.25 13 4.25s10.433-1.692 13-4.25v2.95c0 3.608-5.953 6.656-13 6.656S3 19.452 3 15.844ZM16 2c7.047 0 13 3.01 13 6.572s-5.953 6.572-13 6.572-13-3.01-13-6.572S8.953 2 16 2Zm13 21.428C29 26.99 23.047 30 16 30S3 26.99 3 23.428v-3.22c2.567 2.583 7.37 4.292 13 4.292s10.433-1.709 13-4.291v3.219Z"/></svg>`;export default t.content.cloneNode(true);