@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
22 lines (21 loc) • 1.1 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", {
fill: "currentColor",
d: "M12.7 16.88h.7c1.15 0 2.09-.94 2.09-2.09v-.7H12.7zm-4.19-2.09c0 1.15.94 2.09 2.09 2.09h.7v-2.79H8.51zm0-2.79v.7h2.79V9.91h-.7c-1.15 0-2.09.94-2.09 2.09"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m20.03 6.822-5.75-4.03c-1.57-1.1-3.97-1.04-5.48.13l-5.01 3.91C2.78 7.612 2 9.212 2 10.472v6.9c0 2.55 2.07 4.63 4.61 4.63h10.77a4.62 4.62 0 0 0 4.61-4.62v-6.78c.01-1.35-.86-3.01-1.96-3.78m-3.15 7.97a3.5 3.5 0 0 1-3.49 3.49H10.6c-1.92 0-3.49-1.56-3.49-3.49v-2.79a3.5 3.5 0 0 1 3.49-3.49h2.79c1.92 0 3.49 1.56 3.49 3.49z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M13.4 9.91h-.7v2.79h2.79V12c0-1.15-.94-2.09-2.09-2.09"
})
]))
}