@rhds/icons
Version:
1 lines • 641 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="M26.5 1H12a1 1 0 0 0-.708.295h-.002L4.436 8.197A.982.982 0 0 0 4 9c0 .008.005.015.005.023 0 .009-.005.016-.005.024V29.5c0 .827.673 1.5 1.5 1.5h21c.827 0 1.5-.673 1.5-1.5v-27c0-.827-.673-1.5-1.5-1.5ZM11 4.426V8H7.45L11 4.426ZM26 29H6V10h5.5c.827 0 1.5-.673 1.5-1.5V3h13v26Z"/><path d="M10 14a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2h-6Zm-1 6a1 1 0 0 0 1 1h12a1 1 0 0 0 0-2H10a1 1 0 0 0-1 1Zm13 4H10a1 1 0 0 0 0 2h12a1 1 0 0 0 0-2Z"/></svg>`;export default t.content.cloneNode(true);