@rhds/icons
Version:
1 lines • 666 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="M20 30a1 1 0 0 1-1 1h-6a1 1 0 1 1 0-2h6a1 1 0 0 1 1 1Zm7.5-9.88v3.38c0 .552-.449 1-1 1H21v1c0 .827-.673 1.5-1.5 1.5h-7c-.827 0-1.5-.673-1.5-1.5v-1H5.5c-.551 0-1-.448-1-1v-3.38c0-.197.116-.376.296-.457L11 16.898V6c0-.266.105-.52.293-.707l3.646-3.646.354-.354a.999.999 0 0 1 1.414 0l.354.354 3.646 3.646A.997.997 0 0 1 21 6v10.898l6.204 2.765c.18.081.296.26.296.457ZM13 9v5.939L18.939 9H13Zm0 12.939 6-6V11.06l-6 6v4.879ZM19 25v-6.939l-6 6V25h6Z"/></svg>`;export default t.content.cloneNode(true);