@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
10 lines (9 loc) • 388 B
JavaScript
const a = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="100%" height="100%">
<path class="neon-svg--fill" fill-rule="evenodd"
d="M11.75 4.5a.75.75 0 01.75.75V11h5.75a.75.75 0 010 1.5H12.5v5.75a.75.75 0 01-1.5 0V12.5H5.25a.75.75 0 010-1.5H11V5.25a.75.75 0 01.75-.75z"></path>
</svg>
`;
export {
a as default
};
//# sourceMappingURL=plus.svg.es.js.map