@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
30 lines (29 loc) • 1.52 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: "M12.75 10.75H10c-1.52 0-2.75-1.23-2.75-2.75S8.48 5.25 10 5.25h2.75zm-2.75-4a1.25 1.25 0 0 0 0 2.5h1.25v-2.5z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12.75 14.75H10c-1.52 0-2.75-1.23-2.75-2.75S8.48 9.25 10 9.25h2.75zm-2.75-4a1.25 1.25 0 0 0 0 2.5h1.25v-2.5z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M10 18.75c-1.52 0-2.75-1.23-2.75-2.75s1.23-2.75 2.75-2.75h2.75V16c0 1.52-1.23 2.75-2.75 2.75m0-4A1.25 1.25 0 1 0 11.25 16v-1.25zm4-4h-2.75v-5.5H14c1.52 0 2.75 1.23 2.75 2.75s-1.23 2.75-2.75 2.75m-1.25-1.5H14a1.25 1.25 0 0 0 0-2.5h-1.25z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M14 14.75c-1.52 0-2.75-1.23-2.75-2.75S12.48 9.25 14 9.25s2.75 1.23 2.75 2.75-1.23 2.75-2.75 2.75m0-4a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12 22.75C6.07 22.75 1.25 17.93 1.25 12S6.07 1.25 12 1.25 22.75 6.07 22.75 12 17.93 22.75 12 22.75m0-20C6.9 2.75 2.75 6.9 2.75 12S6.9 21.25 12 21.25s9.25-4.15 9.25-9.25S17.1 2.75 12 2.75"
})
]))
}