@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
33 lines (32 loc) • 1.01 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: "M21 7v5l-4 2.78V9.23zm-9 10.56V22l-9-5 4-2.23v.01z",
opacity: ".6"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M7 9.23v5.54L3 17V7z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12 2v4.44L7 9.22v.01L3 7z",
opacity: ".6"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M17 9.23v-.01l-5-2.78V2l9 5zm0 5.55v4.72L12 22v-4.44z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M21 17v5l-4-2.5v-4.72zm-4-7.78v5.56l-5 2.78-5-2.78V9.22l5-2.78z",
opacity: ".4"
})
]))
}