@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
28 lines (27 loc) • 1.22 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: "M8.67 14H4c-1.1 0-2 .9-2 2v6h6.67z",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M13.33 10h-2.67c-1.1 0-2 .9-2 2v10h6.67V12a2 2 0 0 0-2-2"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M20 17h-4.67v5H22v-3c0-1.1-.9-2-2-2",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.01 4.85c.31-.31.43-.68.33-1s-.41-.55-.85-.62l-.96-.16a.33.33 0 0 1-.15-.11l-.53-1.06c-.4-.81-1.31-.81-1.71 0l-.53 1.06c-.02.04-.11.1-.15.11l-.96.16c-.44.07-.74.3-.85.62-.1.32.02.69.33 1l.74.75c.03.03.07.15.06.19l-.21.92c-.16.68.1.99.27 1.12.17.12.54.28 1.15-.08l.9-.53c.04-.03.17-.03.21 0l.9.53c.28.17.51.22.69.22.21 0 .36-.08.45-.14.17-.12.43-.43.27-1.12l-.21-.92c-.01-.05.02-.16.06-.19z"
})
]))
}