@rhds/icons
Version:
1 lines • 640 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="M29.5 3h-27C1.673 3 1 3.673 1 4.5v17c0 .827.673 1.5 1.5 1.5H12v4H8a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2h-4v-4h9.5c.827 0 1.5-.673 1.5-1.5v-17c0-.827-.673-1.5-1.5-1.5ZM18 27h-4v-4h4v4Zm7.796-17.204-6.646 6.646a1.629 1.629 0 0 1-2.299 0L13 12.59l-5.204 5.205c-.22.22-.508.329-.796.329s-.576-.109-.796-.329a1.129 1.129 0 0 1 0-1.592l5.646-5.646c.615-.613 1.684-.613 2.299 0L18 14.409l6.204-6.205a1.127 1.127 0 0 1 1.592 1.592Z"/></svg>`;export default t.content.cloneNode(true);