@rhds/icons
Version:
1 lines • 453 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 6.5v4c0 .827-.673 1.5-1.5 1.5h-25c-.827 0-1.5-.673-1.5-1.5v-4C2 5.673 2.673 5 3.5 5h25c.827 0 1.5.673 1.5 1.5ZM28.5 15h-25c-.827 0-1.5.673-1.5 1.5v9c0 .827.673 1.5 1.5 1.5h25c.827 0 1.5-.673 1.5-1.5v-9c0-.827-.673-1.5-1.5-1.5Z"/></svg>`;export default t.content.cloneNode(true);