@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
10 lines (9 loc) • 350 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>
`;
export {
s as default
};
//# sourceMappingURL=ellipsis.svg.es.js.map