@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
28 lines (27 loc) • 973 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", {
fill: "currentColor",
d: "M8.51 2v6.5H2v-.69C2 4.17 4.17 2 7.81 2zM22 7.81v.69h-6.49V2h.68C19.83 2 22 4.17 22 7.81m0 7.69v.69c0 3.64-2.17 5.81-5.81 5.81h-.68v-6.5zm-13.49 0V22h-.7C4.17 22 2 19.83 2 16.19v-.69z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M8.51 8.5H2v7h6.51zM22 8.5h-6.49v7H22z",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.51 8.5h-7v7h7z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.51 2h-7v6.5h7zm0 13.5h-7V22h7z",
opacity: ".4"
})
]))
}