@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
23 lines (22 loc) • 930 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: "M20.68 6.32v13.63c0 1.8-1.29 2.56-2.86 1.69l-4.88-2.72c-.52-.28-1.36-.28-1.88 0l-4.88 2.72c-.42.23-.82.35-1.18.36z",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M20.12 3.88 3.39 20.61c-.05-.2-.07-.42-.07-.66V5.86C3.32 3.74 5.05 2 7.18 2h9.64c1.4 0 2.63.75 3.3 1.88"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M21.77 2.23c-.3-.3-.79-.3-1.09 0L2.23 20.69c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01L21.77 3.31c.31-.3.31-.78 0-1.08"
})
]))
}