@rhds/icons
Version:
1 lines • 362 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="M22.837 13.453A.998.998 0 0 0 22 13h-4V2a1 1 0 0 0-1.916-.4l-7 16A.998.998 0 0 0 10 19h4v11a1 1 0 0 0 1.916.4l7-16a.998.998 0 0 0-.08-.947Z"/></svg>`;export default t.content.cloneNode(true);