@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
24 lines (23 loc) • 1 kB
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.701 9.26 5.3 3.07 5.26-3.05m-5.259 8.49v-5.45"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M6.23 10.3c0-.83.59-1.84 1.32-2.24l3.2-1.78c.68-.38 1.8-.38 2.49 0l3.2 1.78c.72.4 1.32 1.41 1.32 2.24v3.39c0 .83-.59 1.84-1.32 2.24l-3.2 1.78c-.68.38-1.8.38-2.49 0l-3.2-1.78c-.36-.2-.69-.55-.93-.96M22 15c0 3.87-3.13 7-7 7l1.05-1.75M2 9c0-3.87 3.13-7 7-7L7.95 3.75"
})
]))
}