@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
23 lines (22 loc) • 924 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: "M16.98 10.02 19.5 7.5c.83-.83.83-2.17 0-3s-2.17-.83-3 0l-13 13c-.83.83-.83 2.17 0 3s2.17.83 3 0l8-8m3.51-3.51-3-3"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M9.56 3.5 10 5l-1.5-.44L7 5l.44-1.5L7 2l1.5.44m-4 6L6 8l-.44 1.5L6 11l-1.5-.44L3 11l.44-1.5L3 8zm13.94 6.06L18 13l1.5.44L21 13l-.44 1.5L21 16l-1.5-.44"
})
]))
}