@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
8 lines (7 loc) • 489 B
JavaScript
;const e=`<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 18 18"
style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<path class="neon-svg--fill"
d="M1.039,8.992c0,-0.544 0.361,-0.992 0.798,-0.992l14.367,0c0.438,0 0.798,0.448 0.798,0.992c0,0.543 -0.36,0.991 -0.798,0.991l-14.367,0c-0.437,0 -0.798,-0.448 -0.798,-0.991Z"/>
</svg>
`;module.exports=e;
//# sourceMappingURL=dash.svg.cjs.js.map