@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
46 lines (45 loc) • 1.94 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: "M14.54 1.88c-1.23 0-2.23 1-2.23 2.23v4.64c0 1.23 1 2.23 2.23 2.23s2.23-1 2.23-2.23V4.11c0-1.22-1-2.23-2.23-2.23"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M20.18 7.11c-1.07 0-1.94.87-1.94 1.94v1.57c0 .21.17.38.38.38h1.57c1.07 0 1.94-.87 1.94-1.94s-.88-1.95-1.95-1.95",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M8.5 6.99H3.86c-1.23 0-2.23 1-2.23 2.23s1 2.23 2.23 2.23H8.5c1.23 0 2.23-1 2.23-2.23s-1-2.23-2.23-2.23"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M8.79 1.62c-1.07 0-1.94.87-1.94 1.94S7.72 5.5 8.79 5.5h1.57c.21 0 .38-.17.38-.38V3.55a1.96 1.96 0 0 0-1.95-1.93",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M9.43 13.03c-1.23 0-2.23 1-2.23 2.23v4.64c0 1.23 1 2.23 2.23 2.23s2.23-1 2.23-2.23v-4.64c0-1.23-1-2.23-2.23-2.23"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M5.36 13.03H3.79c-1.07 0-1.94.87-1.94 1.94s.87 1.94 1.94 1.94 1.94-.87 1.94-1.94V13.4c0-.2-.17-.37-.37-.37",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M20.11 12.57h-4.64c-1.23 0-2.23 1-2.23 2.23s1 2.23 2.23 2.23h4.64c1.23 0 2.23-1 2.23-2.23s-1-2.23-2.23-2.23"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.18 18.47h-1.57a.38.38 0 0 0-.38.38v1.57c0 1.07.87 1.94 1.94 1.94s1.94-.87 1.94-1.94a1.93 1.93 0 0 0-1.93-1.95",
opacity: ".4"
})
]))
}