@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.07 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", {
fill: "currentColor",
d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m14.5 10.75-.41.21h-.01L9.4 13.38l1.07-3.34 3.08-1.39z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m13.55 8.65-3.08 1.39L12 5.25zm-3.08 1.39L9.4 13.38 6 12.25l2.18-1.09 1.82-.91z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m18 12.25-4.5 2.5-.31-.1-.09-.03-3.7-1.24 4.68-2.42h.01z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m13.19 14.65-.19.6-1 3-2.5-4.68-.1-.19 3.7 1.24z"
})
]))
}