@aotearoan/neon
Version:
Neon is a lightweight design library of Vue 3 components with minimal dependencies.
9 lines (8 loc) • 592 B
JavaScript
"use strict";const s=`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="100%" height="100%">
<path class="neon-svg--fill"
d="M13 7.5a1 1 0 11-2 0 1 1 0 012 0zm-3 3.75a.75.75 0 01.75-.75h1.5a.75.75 0 01.75.75v4.25h.75a.75.75 0 010 1.5h-3a.75.75 0 010-1.5h.75V12h-.75a.75.75 0 01-.75-.75z"></path>
<path class="neon-svg--fill" fill-rule="evenodd"
d="M12 1C5.925 1 1 5.925 1 12s4.925 11 11 11 11-4.925 11-11S18.075 1 12 1zM2.5 12a9.5 9.5 0 1119 0 9.5 9.5 0 01-19 0z"></path>
</svg>
`;module.exports=s;
//# sourceMappingURL=info-circle.svg.cjs.js.map