@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
8 lines (7 loc) • 413 B
JavaScript
"use strict";const s=`<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>
`;module.exports=s;
//# sourceMappingURL=contrast.svg.cjs.js.map