@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
22 lines (21 loc) • 1.94 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: "M20 11.75H4c-.23 0-.44-.1-.58-.28a.75.75 0 0 1-.15-.63l1.13-5.4c.37-1.75 1.12-3.36 4.09-3.36h7.03c2.97 0 3.72 1.62 4.09 3.36l1.13 5.41c.05.22-.01.45-.15.63-.15.17-.36.27-.59.27m-15.08-1.5h14.15l-.94-4.5c-.28-1.31-.61-2.17-2.62-2.17H8.49c-2.01 0-2.34.86-2.62 2.17z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M19.96 22.75h-1.88c-1.62 0-1.93-.93-2.13-1.54l-.2-.6c-.26-.76-.29-.86-1.19-.86H9.44c-.9 0-.96.17-1.19.86l-.2.6c-.21.62-.51 1.54-2.13 1.54H4.04c-.79 0-1.55-.33-2.08-.91-.52-.57-.77-1.33-.7-2.09l.56-6.09c.15-1.65.59-3.41 3.8-3.41h12.76c3.21 0 3.64 1.76 3.8 3.41l.56 6.09c.07.76-.18 1.52-.7 2.09-.53.58-1.29.91-2.08.91m-10.52-4.5h5.12c1.82 0 2.25.81 2.61 1.87l.21.62c.17.51.17.52.71.52h1.88c.37 0 .72-.15.97-.42.24-.26.35-.59.32-.94l-.56-6.09c-.13-1.35-.29-2.05-2.3-2.05H5.62c-2.02 0-2.18.7-2.3 2.05l-.56 6.09c-.03.35.08.68.32.94.24.27.6.42.97.42h1.88c.54 0 .54-.01.71-.51l.2-.61c.25-.8.62-1.89 2.6-1.89M4 8.75H3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1c.41 0 .75.34.75.75s-.34.75-.75.75m17 0h-1c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1c.41 0 .75.34.75.75s-.34.75-.75.75m-9-3c-.41 0-.75-.34-.75-.75V3c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M13.5 5.75h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75m-4.5 10H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75m9 0h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75"
})
]))
}