@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
34 lines (33 loc) • 1.28 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",
"stroke-width": "1.5",
d: "M12 18.1c-.7 0-1.3-.6-1.3-1.3V7.2c0-.7.6-1.3 1.3-1.3s1.3.6 1.3 1.3v9.7c0 .7-.6 1.2-1.3 1.2Z"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "M6.7 8.9c.3-.6 1.1-.8 1.8-.5l8.4 4.8c.6.4.8 1.2.5 1.8-.4.6-1.2.8-1.8.5l-8.4-4.8c-.7-.3-.9-1.1-.5-1.8Z"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "M6.7 15.1c-.4-.6-.1-1.4.5-1.8l8.4-4.8c.6-.4 1.4-.1 1.8.5s.1 1.4-.5 1.8l-8.4 4.8c-.7.3-1.5.1-1.8-.5Z"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z"
})
]))
}