@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 651 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: "M22 7.811v3.44h-5.25v-9.22c3.3.2 5.25 2.33 5.25 5.78m0 4.939v3.44c0 3.45-1.95 5.58-5.25 5.78v-9.22zm-14.75 0v9.22C3.95 21.77 2 19.64 2 16.19v-3.44zm0-10.719v9.22H2v-3.44c0-3.45 1.95-5.58 5.25-5.78m8-.031h-6.5v9.25h6.5zm0 10.75h-6.5V22h6.5z"
})
]))
}