@rhds/icons
Version:
1 lines • 529 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.81 0H1.19A1.19 1.19 0 0 0 0 1.19v29.62A1.19 1.19 0 0 0 1.19 32h29.62A1.19 1.19 0 0 0 32 30.81V1.19A1.19 1.19 0 0 0 30.81 0Zm-13.1 26.87v-7.64h2.55l.48-3.16h-3V14a1.58 1.58 0 0 1 1.78-1.71h1.38V9.62a16.32 16.32 0 0 0-2.45-.22c-2.5 0-4.13 1.52-4.13 4.26v2.41h-2.8v3.16h2.77v7.64a10.93 10.93 0 1 1 3.42 0Z"/></svg>`;export default t.content.cloneNode(true);