@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
32 lines (31 loc) • 1.11 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 22 22"
}, [
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M14 7.37v-.96c0-2.98-2.07-4.12-4.59-2.54L6.49 5.7c-.32.19-.69.3-1.06.3H4Q1 6 1 9v4q0 3 3 3h2"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M9.41 18.13c2.52 1.58 4.59.43 4.59-2.54v-3.64m3.81-3.53c.9 2.15.63 4.66-.81 6.58m3.15-8.2a10.82 10.82 0 0 1-1.32 10.7",
opacity: ".4"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M21 1 1 21"
})
]))
}