@rhds/icons
Version:
1 lines • 911 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="m15.594 11.086-9 4a1 1 0 0 0 0 1.828l9 4a1 1 0 0 0 .812 0l9-4a1 1 0 0 0 0-1.828l-9-4a.998.998 0 0 0-.812 0Zm.406 7.82L9.462 16 16 13.094 22.538 16 16 18.906Z"/><circle cx="16" cy="5.34" r="1.5"/><circle cx="11.335" cy="7.897" r="1.5"/><circle cx="20.665" cy="7.897" r="1.5"/><circle cx="25.335" cy="10.447" r="1.5"/><circle cx="30" cy="13.01" r="1.5"/><circle cx="20.665" cy="24.102" r="1.5"/><circle cx="25.335" cy="21.552" r="1.5"/><circle cx="30" cy="19.01" r="1.5"/><circle cx="6.665" cy="10.447" r="1.5"/><circle cx="2" cy="13" r="1.5"/><circle cx="11.335" cy="24.102" r="1.5"/><circle cx="6.665" cy="21.552" r="1.5"/><circle cx="2" cy="19" r="1.5"/><circle cx="16" cy="26.66" r="1.5"/></svg>`;export default t.content.cloneNode(true);