@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
24 lines (23 loc) • 997 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: "M7.6 7.6V3.9c0-.8.6-1.5 1.4-1.7q3-.45 6 0c.8.1 1.4.8 1.4 1.7v5.9c0 1.2-1 2.2-2.2 2.2H9.8c-1.2 0-2.2 1-2.2 2.2v5.9c0 .8.6 1.5 1.4 1.7q3 .45 6 0c.8-.1 1.4-.8 1.4-1.7v-3.7"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M16.4 7.6h3.7c.8 0 1.5.6 1.7 1.4q.45 3 0 6c-.1.8-.8 1.4-1.7 1.4H12m0-8.8H3.9c-.8 0-1.5.6-1.7 1.4q-.45 3 0 6c.1.8.8 1.4 1.7 1.4h3.7m6.4 2.75"
})
]))
}