@rhds/icons
Version:
1 lines • 630 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="M3.076 12.383a1 1 0 0 1 .217-1.09l10-10A.999.999 0 0 1 15 2v9.5c0 .827-.673 1.5-1.5 1.5H4a.999.999 0 0 1-.924-.617ZM28.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.5Zm-9-3h8c.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.5Z"/></svg>`;export default t.content.cloneNode(true);