@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
25 lines (24 loc) • 1.05 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", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "M11.75 9.43 8.5 15l-.63 1.09-2.47 4.22c-.18.32-.64.33-.84.02l-3.38-5.05a.52.52 0 0 1 0-.56l3.67-5.5c.09-.14.25-.22.42-.22h6.23z"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "M8.5 15h5.63c.39 0 .63-.42.43-.75l-2.81-4.82L11.5 9 8.44 3.75c-.2-.33.04-.75.43-.75h6.84c.18 0 .35.09.43.25l6.7 11.48c.1.17.09.37-.01.53l-3.68 5.52c-.09.14-.25.22-.42.22h-6.46c-.17 0-.33-.08-.42-.22l-3.14-4.71-.44-.67z",
opacity: ".4"
})
]))
}