@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
11 lines (10 loc) • 411 B
JavaScript
const n = `<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 512 512">
<circle class="neon-svg--stroke" cx="256" cy="256" r="208"
style="fill:none;stroke-linejoin:round;stroke-width:32px"/>
<path class="neon-svg--fill" d="M256,464C141.12,464,48,370.88,48,256S141.12,48,256,48Z"/>
</svg>
`;
export {
n as default
};
//# sourceMappingURL=contrast.svg.es.js.map