@rhds/icons
Version:
1 lines • 494 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="m4.7 15.55 13 7.22a.6.6 0 0 0 .6 0l13-7.22a.63.63 0 0 0 0-1.1l-13-7.22a.64.64 0 0 0-.6 0l-13 7.22a.63.63 0 0 0 0 1.1ZM18 8.49 29.71 15 18 21.51 6.29 15Z"/><path d="M30.7 20.23 18 27.29 5.3 20.23a.62.62 0 1 0-.6 1.09l13 7.23a.68.68 0 0 0 .6 0l13-7.23a.62.62 0 1 0-.6-1.09Z"/></svg>`;export default t.content.cloneNode(true);