@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
26 lines (25 loc) • 1.29 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: "M19.41 21.75H4.59c-.26 0-.51-.14-.64-.36L.77 16.1a.74.74 0 0 1 0-.76L8.18 2.63c.13-.23.38-.37.65-.37h6.35c.27 0 .51.14.65.37 2.79 4.78 7 11.99 7.36 12.55q.15.195.15.45c0 .18-.06.34-.17.47-.26.39-2.02 3.42-3.11 5.28-.13.23-.38.37-.65.37m-14.4-1.5h13.97c1.49-2.56 2.29-3.92 2.78-4.64-.57-.84-1.57-2.54-3.54-5.91l-3.47-5.95H9.26L2.29 15.7zm17.36-3.92v.02z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M19.41 21.75c-.26 0-.51-.13-.65-.37l-10.59-18a.752.752 0 1 1 1.3-.76l10.59 18a.752.752 0 0 1-.65 1.13"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M4.59 21.75a.752.752 0 0 1-.65-1.13l10.59-18a.752.752 0 1 1 1.3.76l-10.59 18a.77.77 0 0 1-.65.37"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M22 16.46H1.5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H22c.41 0 .75.34.75.75s-.34.75-.75.75"
})
]))
}