@rhds/icons
Version:
1 lines • 542 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="M16 0C8.913 0 2.896 4.636.8 11.032c-.003.006-.008.01-.01.016l-.01.04c-.068.207-.122.42-.181.632a15.69 15.69 0 0 0-.205.795 15.864 15.864 0 0 0-.26 1.524c-.021.163-.045.325-.06.49-.045.487-.074.977-.074 1.47 0 8.823 7.178 16 16 16s16-7.177 16-16S24.822 0 16 0Zm-1 2.05v12.573L3.038 10.731C5.004 5.91 9.578 2.437 15 2.05Z"/></svg>`;export default t.content.cloneNode(true);