@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
10 lines (9 loc) • 409 B
JavaScript
const l = `<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 24 24">
<path class="neon-svg--fill" fill-rule="evenodd"
d="M14.53 15.59a8.25 8.25 0 111.06-1.06l5.69 5.69a.75.75 0 11-1.06 1.06l-5.69-5.69zM2.5 9.25a6.75 6.75 0 1111.74 4.547.746.746 0 00-.443.442A6.75 6.75 0 012.5 9.25z"/>
</svg>
`;
export {
l as default
};
//# sourceMappingURL=search.svg.es.js.map