@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
22 lines (21 loc) • 883 B
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: "M17.43 21.41H6.56L1.13 12l5.43-9.41h10.87L22.86 12zm-10-1.5h9.13L21.13 12l-4.57-7.91H7.43L2.87 12z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M11.31 21.41H6.6l-2.36-4.08 2.36-4.08h4.71l2.36 4.08zm-3.85-1.5h2.98l1.49-2.58-1.49-2.58H7.46l-1.49 2.58z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M14.78 21.41H6.6l-4.09-7.08L6.6 7.25h8.18l4.09 7.08zm-7.31-1.5h6.44l3.22-5.58-3.22-5.58H7.47l-3.22 5.58z"
})
]))
}