@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
31 lines (30 loc) • 1.03 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-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "M12 6.44 7 9.22v5.56l5 2.78 5-2.78V9.22z"
}),
_createElementVNode("g", {
stroke: "currentColor",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
opacity: ".4"
}, [
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M12 2 3 7v10l9 5 5-2.5 4 2.5v-5l-4-2.22L21 12V7zM3 7l4 2.23M3 17l4-2.23M21 7l-4 2.23M12 6V2m0 20v-4"
}),
_createElementVNode("path", { d: "M17 20v-5" })
])
]))
}