@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
24 lines (23 loc) • 879 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: "M6 12v1c0 1.46.52 2.8 1.39 3.84M17.82 6.53A6.01 6.01 0 0 0 12 2C8.69 2 6 4.69 6 8m12 1.98V13a6.005 6.005 0 0 1-8.08 5.63"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M5.86 19.58A9 9 0 0 0 21 13v-2m.5-8.01-19 19M11.55 5.5V2.26M8.5 3.5v4"
})
]))
}