@rhds/icons
Version:
1 lines • 769 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="M30.777 12.271A1.003 1.003 0 0 0 30 11.9H5.84a1 1 0 0 0-.965.737L3 19.522V9.999h3a1 1 0 0 0 .979-.792l.681-3.208h7.682l.681 3.208a1 1 0 0 0 .979.792h11a1 1 0 1 0 0-2h-10.19l-.681-3.208a1 1 0 0 0-.979-.792H6.85a1 1 0 0 0-.979.792L5.19 7.999H2.5c-.827 0-1.5.673-1.5 1.5v17.5c0 .038.018.071.022.108a.938.938 0 0 0 .142.409c.018.029.02.064.041.091.012.016.032.022.046.037a.951.951 0 0 0 .23.189c.035.022.064.051.101.068a.992.992 0 0 0 .418.098h25c.472 0 .88-.33.979-.792l3-14.1a1.005 1.005 0 0 0-.201-.837ZM26.19 26H3.309l3.295-12.1h22.161L26.191 26Z"/></svg>`;export default t.content.cloneNode(true);