@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.21 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("g", {
stroke: "currentColor",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
opacity: ".4"
}, [
_createElementVNode("path", { 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", { 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", { 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-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"
})
]))
}