@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
24 lines (23 loc) • 749 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 3.34H7L2 12l5 8.66h10L22 12z",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M10.87 14H7.03L5.1 17.33l1.93 3.33h3.84l1.93-3.33z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M14.34 8H7.03l-3.65 6.33 3.65 6.33h7.31L18 14.33z",
opacity: ".6"
})
]))
}