@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
42 lines (41 loc) • 1.25 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: "M7.7 15.71 4.59 21l-3.18-5.29z",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m12 8.41-4.3 7.3H1.41L8.82 3z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.18 3 12 8.41 8.82 3z",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M22.59 15.63s-.02.03-.06.08H16.3L12 8.41 15.18 3s7.36 12.63 7.41 12.63"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M22.53 15.71c-.42.66-3.12 5.29-3.12 5.29l-3.11-5.29z",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M19.41 21H4.59l3.11-5.29h8.6z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M16.3 15.71H7.7l4.3-7.3z",
opacity: ".4"
})
]))
}