@rhds/icons
Version:
1 lines • 446 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 36 36"><path d="M18 3.375A14.625 14.625 0 1 0 32.625 18 14.642 14.642 0 0 0 18 3.375Zm0 28a13.366 13.366 0 0 1-.625-26.718v13.332a.619.619 0 0 0 .258.5.634.634 0 0 0 .367.118.613.613 0 0 0 .193-.031l12.7-4.09A13.328 13.328 0 0 1 18 31.375Z"/></svg>`;export default t.content.cloneNode(true);