@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
35 lines (34 loc) • 1.41 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.15c-.72 0-1.32-.59-1.32-1.32V7.17c0-.72.59-1.32 1.32-1.32.72 0 1.32.59 1.32 1.32v9.66c0 .73-.6 1.32-1.32 1.32Z"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "M6.68 8.93a1.32 1.32 0 0 1 1.8-.48l8.37 4.83c.63.36.84 1.17.48 1.8s-1.17.84-1.8.48l-8.37-4.83c-.63-.37-.85-1.18-.48-1.8Z"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "M6.68 15.07a1.32 1.32 0 0 1 .48-1.8l8.37-4.83a1.32 1.32 0 0 1 1.8.48c.36.63.15 1.44-.48 1.8l-8.37 4.83c-.63.37-1.44.15-1.8-.48Z"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85"
})
]))
}