@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
46 lines (45 loc) • 2 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 2Z"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
d: "M10.25 10c.55 0 1-.45 1-1s-.45-1-1-1"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-miterlimit": "10",
d: "M15.5 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1.65-3.25a.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.5Z"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
d: "M8.85 19c0 .41-.34.75-.75.75s-.75-.34-.75-.75"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-miterlimit": "10",
d: "M12.05 18.95a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM8.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 2Z"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
d: "M14.75 15c0-.55-.45-1-1-1s-1 .45-1 1"
})
]))
}