@rhds/icons
Version:
1 lines • 671 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 0C7.178 0 0 7.178 0 16c0 1.723.281 3.38.788 4.935l.001.013c.135.415.285.822.45 1.219.046.108.1.211.147.318.157.355.324.704.504 1.044.046.085.095.169.143.253.209.377.431.743.667 1.098l.073.109a15.916 15.916 0 0 0 8.43 6.274c.059.019.119.033.178.05a15.952 15.952 0 0 0 2.697.56c.142.017.283.038.427.051.493.046.991.076 1.495.076 8.822 0 16-7.178 16-16S24.822 0 16 0Zm-1 2.05v13.223L2.426 19.365A13.94 13.94 0 0 1 2 16C2 8.618 7.747 2.567 15 2.05Z"/></svg>`;export default t.content.cloneNode(true);