@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 693 B
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"
export default function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
xmlns: "http://www.w3.org/2000/svg",
fill: "none",
viewBox: "0 0 24 24"
}, [
_createElementVNode("path", {
fill: "currentColor",
d: "M18.65 4.591A9.84 9.84 0 0 0 12 2.031c-5.5 0-9.97 4.47-9.97 9.97s4.47 9.97 9.97 9.97c2.56 0 4.89-.96 6.65-2.56a9.9 9.9 0 0 0 3.32-7.41c0-2.94-1.28-5.6-3.32-7.41m-6.68 11.8c-.02 1.65-1.25 2.05-2.4 1.59a6.44 6.44 0 0 1-4.04-5.98c0-2.71 1.67-5.03 4.04-5.99 1.15-.46 2.38-.05 2.4 1.59z"
})
]))
}