@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.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 24 24"
}, [
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M2 9V6.5C2 4.01 4.01 2 6.5 2H9m6 0h2.5C19.99 2 22 4.01 22 6.5V9m0 7v1.5c0 2.49-2.01 4.5-4.5 4.5H16m-7 0H6.5C4.01 22 2 19.99 2 17.5V15m8.5-8v2q0 1.5-1.5 1.5H7q-1.5 0-1.5-1.5V7q0-1.5 1.5-1.5h2q1.5 0 1.5 1.5"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M18.5 7v2q0 1.5-1.5 1.5h-2q-1.5 0-1.5-1.5V7q0-1.5 1.5-1.5h2q1.5 0 1.5 1.5m-8 8v2q0 1.5-1.5 1.5H7q-1.5 0-1.5-1.5v-2q0-1.5 1.5-1.5h2q1.5 0 1.5 1.5m8 0v2q0 1.5-1.5 1.5h-2q-1.5 0-1.5-1.5v-2q0-1.5 1.5-1.5h2q1.5 0 1.5 1.5"
})
]))
}