@rhds/icons
Version:
1 lines • 717 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.676 25.783 21 10.787V3h1a1 1 0 0 0 0-2h-1.5c-.827 0-1.5.673-1.5 1.5V11c0 .14.029.279.086.407L22.021 18H9.977l2.935-6.593c.057-.128.086-.267.086-.407V2.5c0-.827-.673-1.5-1.5-1.5h-1.5a1 1 0 0 0 0 2h1v7.788L4.322 25.784c-.513 1.151-.409 2.47.277 3.528s1.849 1.689 3.11 1.689h16.577c1.261 0 2.424-.631 3.11-1.689s.79-2.376.277-3.528Zm-1.954 2.439a1.679 1.679 0 0 1-1.433.778H7.711c-.59 0-1.112-.284-1.433-.778a1.68 1.68 0 0 1-.127-1.625L9.088 20h13.824l2.937 6.597c.24.539.193 1.131-.127 1.625Z"/></svg>`;export default t.content.cloneNode(true);