@rhds/icons
Version:
1 lines • 590 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="m28.034 25.374-3.46-7.78-.002-.003L21 9.577V3h1a1 1 0 1 0 0-2h-1.5c-.827 0-1.5.673-1.5 1.5v7.29c0 .14.03.28.087.407L22.12 17H9.88l3.033-6.803A.99.99 0 0 0 13 9.79V2.5c0-.827-.673-1.5-1.5-1.5H9.99a1 1 0 1 0 0 2H11v6.577l-3.572 8.014-.002.003-3.46 7.78a3.987 3.987 0 0 0 .304 3.806A3.983 3.983 0 0 0 7.62 31h16.76a3.98 3.98 0 0 0 3.35-1.82 3.987 3.987 0 0 0 .304-3.806Z"/></svg>`;export default t.content.cloneNode(true);