@rhds/icons
Version:
1 lines • 667 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.5v23c0 .827.673 1.5 1.5 1.5h27c.827 0 1.5-.673 1.5-1.5v-23c0-.827-.673-1.5-1.5-1.5ZM29 27H3V5h26v22ZM18 11c0-1.654 1.346-3 3-3s3 1.346 3 3-1.346 3-3 3-3-1.346-3-3ZM5 23.75V16c0-.266.105-.52.293-.707l3.812-3.812c.243-.243.592-.391.923-.365.344.011.671.164.897.422l7.117 8.006 3.073-3.073a1.25 1.25 0 0 1 1.768 0l3.823 3.823a.997.997 0 0 1 .293.707v2.75c0 .689-.561 1.25-1.25 1.25H6.25c-.689 0-1.25-.561-1.25-1.25Z"/></svg>`;export default t.content.cloneNode(true);