@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
24 lines (23 loc) • 965 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: "M12 8V6.5M12 4V3m0 18v-5.5M10 3h4m-4 18h4M8.97 10.25 4.21 7.5m15.58 9-4.76-2.75M3.21 9.23l2-3.46m13.58 12.46 2-3.46M8.97 13.75A3.47 3.47 0 0 1 8.5 12 3.5 3.5 0 0 1 12 8.5a3.5 3.5 0 0 1 0 7"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "m19.79 7.5-2.74 1.58-2.02 1.17m-6.06 3.5L4.21 16.5m16.58-7.27-2-3.46M5.21 18.23l-2-3.46"
})
]))
}