@rhds/icons
Version:
1 lines • 401 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 3.5v15c0 .827-.673 1.5-1.5 1.5H20v8.5c0 .827-.673 1.5-1.5 1.5h-15c-.827 0-1.5-.673-1.5-1.5v-15c0-.827.673-1.5 1.5-1.5H12V3.5c0-.827.673-1.5 1.5-1.5h15c.827 0 1.5.673 1.5 1.5Z"/></svg>`;export default t.content.cloneNode(true);