@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
24 lines (23 loc) • 962 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", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M21.97 12c0 2.94-1.28 5.6-3.32 7.41A9.84 9.84 0 0 1 12 21.97c-5.5 0-9.97-4.47-9.97-9.97S6.5 2.03 12 2.03c2.56 0 4.89.96 6.65 2.56A9.9 9.9 0 0 1 21.97 12"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M11.97 16.39c-.02 1.65-1.25 2.05-2.4 1.59A6.44 6.44 0 0 1 5.53 12c0-2.71 1.67-5.03 4.04-5.99 1.15-.46 2.38-.05 2.4 1.59z"
})
]))
}