@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.2 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: "M15.02 2.23c-2-.31-4.04-.31-6.04 0-.82.13-1.42.83-1.42 1.65v3.68H3.88c-.82 0-1.52.6-1.65 1.42-.31 2-.31 4.04 0 6.04.13.82.83 1.42 1.65 1.42h3.68v-2.22c0-1.23.99-2.22 2.22-2.22h4.44c1.23 0 2.22-1 2.22-2.22v-5.9c0-.82-.6-1.52-1.42-1.65m-4.69 3.35c-.41 0-.81-.39-.81-.81s.39-.8.81-.8c.19 0 .42.09.56.22.15.14.25.38.25.58 0 .42-.39.81-.81.81"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M21.77 8.98c-.13-.82-.83-1.42-1.65-1.42h-3.68v2.22c0 1.22-.99 2.22-2.22 2.22H9.78c-1.23 0-2.22.99-2.22 2.22v5.9c0 .82.6 1.52 1.42 1.65 2 .31 4.04.31 6.04 0 .82-.13 1.42-.83 1.42-1.65v-3.68h3.68c.82 0 1.52-.6 1.65-1.42.31-2 .31-4.04 0-6.04m-8.1 11.05c-.41 0-.81-.39-.81-.81s.39-.81.81-.81c.19 0 .42.09.56.22.15.14.25.38.25.58-.01.43-.4.82-.81.82",
opacity: ".4"
})
]))
}