@rhds/icons
Version:
1 lines • 716 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="M4 13h9.5c.827 0 1.5-.673 1.5-1.5V2a.999.999 0 0 0-1.707-.707l-10 10A1 1 0 0 0 4 13Zm9-8.586V11H6.414L13 4.414ZM28.5 16h-25c-.827 0-1.5.673-1.5 1.5v11c0 .827.673 1.5 1.5 1.5H9a1 1 0 0 0 1-1c0-3.309 2.691-6 6-6s6 2.691 6 6a1 1 0 0 0 1 1h5.5c.827 0 1.5-.673 1.5-1.5v-11c0-.827-.673-1.5-1.5-1.5ZM28 28h-4.062c-.493-3.94-3.865-7-7.938-7s-7.444 3.06-7.938 7H4V18h24v10Zm-8.5-15h8c.827 0 1.5-.673 1.5-1.5v-8c0-.827-.673-1.5-1.5-1.5h-8c-.827 0-1.5.673-1.5 1.5v8c0 .827.673 1.5 1.5 1.5Zm.5-9h7v7h-7V4Z"/></svg>`;export default t.content.cloneNode(true);