@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
26 lines (25 loc) • 963 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-miterlimit": "10",
"stroke-width": "1.5",
d: "M13 22H5q-3 0-3-3v-8q0-3 3-3h5v11q0 3 3 3M10.11 4c-.08.3-.11.63-.11 1v3H5V6c0-1.1.9-2 2-2zM14 8v5m4-5v5m-1 4h-2c-.55 0-1 .45-1 1v4h4v-4c0-.55-.45-1-1-1M6 13v4"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "M10 19V5q0-3 3-3h6q3 0 3 3v14q0 3-3 3h-6q-3 0-3-3"
})
]))
}