@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
26 lines (25 loc) • 1.48 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 9.42H8.67c-2.25 0-4.08-1.83-4.08-4.08s1.83-4.08 4.08-4.08h4.08zM8.67 2.75c-1.42 0-2.58 1.16-2.58 2.58s1.16 2.58 2.58 2.58h2.58V2.74H8.67z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12.75 16.08H8.67c-2.25 0-4.08-1.83-4.08-4.08s1.83-4.08 4.08-4.08h4.08zM8.67 9.42c-1.42 0-2.58 1.16-2.58 2.58s1.16 2.58 2.58 2.58h2.58V9.41H8.67z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M8.67 22.75c-2.25 0-4.08-1.83-4.08-4.08s1.83-4.08 4.08-4.08h4.08v4.08c0 2.25-1.83 4.08-4.08 4.08m0-6.67c-1.42 0-2.58 1.16-2.58 2.58s1.16 2.58 2.58 2.58 2.58-1.16 2.58-2.58v-2.58zm6.66-6.66h-4.08V1.25h4.08c2.25 0 4.08 1.83 4.08 4.08.01 2.25-1.83 4.09-4.08 4.09m-2.58-1.5h2.58c1.42 0 2.58-1.16 2.58-2.58s-1.16-2.58-2.58-2.58h-2.58z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.33 16.08c-2.25 0-4.08-1.83-4.08-4.08s1.83-4.08 4.08-4.08 4.08 1.83 4.08 4.08-1.83 4.08-4.08 4.08m0-6.66c-1.42 0-2.58 1.16-2.58 2.58s1.16 2.58 2.58 2.58 2.58-1.16 2.58-2.58a2.58 2.58 0 0 0-2.58-2.58"
})
]))
}