@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
19 lines (18 loc) • 1.13 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: "M13.19 16.29h-2.38v1.42h2.38zM7.95 2.71c0 .4-.32.72-.71.72h-.95a3.1 3.1 0 0 0-3.1 3.09v5.88c-.85.43-1.43 1.31-1.43 2.33V6.52A4.53 4.53 0 0 1 6.29 2h.95c.39 0 .71.32.71.71m14.29 3.81v8.21c0-1.02-.58-1.9-1.43-2.33V6.52a3.1 3.1 0 0 0-3.1-3.09h-.95a.715.715 0 0 1 0-1.43h.95c2.5 0 4.53 2.03 4.53 4.52"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M10.81 14.73v4.65c0 1.45-1.18 2.62-2.62 2.62H4.38c-1.44 0-2.62-1.17-2.62-2.62v-4.65c0-1.02.58-1.9 1.43-2.33.36-.19.76-.29 1.19-.29h3.81c1.44 0 2.62 1.17 2.62 2.62m11.43 0v4.65c0 1.45-1.18 2.62-2.62 2.62h-3.81c-1.44 0-2.62-1.17-2.62-2.62v-4.65c0-1.45 1.18-2.62 2.62-2.62h3.81c.43 0 .83.1 1.19.29.85.43 1.43 1.31 1.43 2.33",
opacity: ".4"
})
]))
}