@rhds/icons
Version:
1 lines • 422 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.453A1 1 0 0 0 22 13h-4V2a1 1 0 0 0-1.916-.4l-7 16A1 1 0 0 0 10 19h4v11a1 1 0 0 0 1.916.4l7-16a1 1 0 0 0-.08-.947ZM16 25.219V18a1 1 0 0 0-1-1h-3.471L16 6.78V14a1 1 0 0 0 1 1h3.471L16 25.22Z"/></svg>`;export default t.content.cloneNode(true);