@rhds/icons
Version:
1 lines • 606 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="M27.399 29.311A3.695 3.695 0 0 1 24.289 31H7.711a3.689 3.689 0 0 1-3.11-1.689 3.691 3.691 0 0 1-.277-3.528l3.201-7.189.001-.002L11 10.788V3h-1a1 1 0 0 1 0-2h1.5c.827 0 1.5.673 1.5 1.5V11c0 .14-.029.279-.086.407L9.979 18h12.044l-2.935-6.593a1.001 1.001 0 0 1-.086-.407V2.5c0-.827.673-1.5 1.5-1.5h1.5a1 1 0 0 1 0 2h-1v7.788l3.474 7.804.001.002 3.201 7.189a3.696 3.696 0 0 1-.277 3.528Z"/></svg>`;export default t.content.cloneNode(true);