@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
38 lines (37 loc) • 1.45 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: "M6 7q-3 0-3 3v5q0 3 3 3l2-2v-1h1l8-8zm1 4.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75z",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m9 15-1 1v-1zm8-10v2H7V5c0-1.66 1.34-3 3-3h4c1.66 0 3 1.34 3 3"
}),
_createElementVNode("path", {
fill: "currentColor",
"fill-rule": "evenodd",
d: "M22.53 1.47a.75.75 0 0 1 0 1.06l-20 20a.75.75 0 0 1-1.06-1.06l20-20a.75.75 0 0 1 1.06 0",
"clip-rule": "evenodd"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M9.75 11c0 .41-.34.75-.75.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75m8 4c0 .41-.34.75-.75.75h-5.75l1.5-1.5H17c.41 0 .75.34.75.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M16 15v4c0 1.66-1.34 3-3 3h-2c-1.66 0-3-1.34-3-3l4-4z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M21 10v5q0 3-3 3h-2v-3h-4l7.67-7.67C20.56 7.78 21 8.67 21 10",
opacity: ".4"
})
]))
}