@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
19 lines (18 loc) • 701 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: "m20.12 8.13-1.42.85-13.94 8.36A8.97 8.97 0 0 1 3 12a9 9 0 0 1 9-9c3.58 0 6.68 2.1 8.12 5.13"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M21 12a9 9 0 0 1-9 9c-2.47 0-4.7-.99-6.33-2.61l.09-.05L19.7 9.98l.93-.55c.24.82.37 1.68.37 2.57",
opacity: ".4"
})
]))
}