@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.46 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", {
stroke: "currentColor",
"stroke-miterlimit": "10",
d: "M13.75 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-3.5 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm5.25 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-miterlimit": "10",
d: "M17.15 9.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 6a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm2.6-3a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-12.95-3a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 6a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-2.6-3a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm11.7-6.8a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-7.8 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm3.95.8a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm3.85 13a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-7.8 0a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm3.95-.8a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Z",
opacity: ".4"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-miterlimit": "10",
d: "M8.5 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1.75 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm3.5 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"
})
]))
}