@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
7 lines (6 loc) • 352 B
JavaScript
;const s=`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="100%" height="100%">
<path class="neon-svg--fill"
d="M8 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm13 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path>
</svg>
`;module.exports=s;
//# sourceMappingURL=ellipsis.svg.cjs.js.map