@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
18 lines (17 loc) • 1.66 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: "M7.13 20.75H5.18c-.52 0-1-.22-1.34-.62-.33-.39-.48-.91-.39-1.41L5.84 4.39a3.74 3.74 0 0 1 3.7-3.14H14c3.17 0 5.75 2.58 5.75 5.75 0 .21-.01.41-.04.61a6.67 6.67 0 0 1-1.95 4.17 6.7 6.7 0 0 1-4.77 1.98H9.86c-.12 0-.23.09-.25.22l-.76 5.28c-.1.67-.57 1.22-1.2 1.41-.2.07-.39.08-.52.08m2.41-18c-1.11 0-2.04.79-2.22 1.88L4.93 18.96c-.02.1.03.17.06.2s.09.09.19.09h1.95c.17-.05.23-.13.25-.22l.76-5.27c.12-.86.87-1.5 1.73-1.5H13c1.41 0 2.72-.55 3.71-1.54.88-.87 1.41-2.02 1.52-3.25.02-.17.03-.31.03-.46a4.26 4.26 0 0 0-4.25-4.25H9.54z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M11.15 22.75H8.22c-.52 0-1.01-.23-1.35-.64s-.47-.94-.37-1.46l.26-1.31.45-.12c.08-.02.15-.1.17-.2l.76-5.27c.12-.86.87-1.5 1.73-1.5H13c1.41 0 2.72-.55 3.71-1.54.88-.87 1.41-2.02 1.52-3.25l.1-1.17 1.02.58c1.49.85 2.41 2.43 2.41 4.13 0 1.53-.6 2.97-1.68 4.07a5.74 5.74 0 0 1-4.07 1.68h-2.15c-.13 0-.23.09-.25.21l-.72 4.32a1.77 1.77 0 0 1-1.74 1.47m-3.08-2.28-.1.48c-.02.1.03.18.06.21.03.04.09.09.19.09h2.93c.13 0 .23-.09.25-.21l.72-4.32c.14-.85.87-1.47 1.73-1.47H16c1.13 0 2.2-.44 3.01-1.24.8-.8 1.24-1.88 1.24-3.01 0-.78-.28-1.52-.78-2.1-.31 1.08-.9 2.08-1.71 2.88a6.68 6.68 0 0 1-4.77 1.98H9.86c-.12 0-.23.09-.25.22l-.76 5.28c-.07.5-.36.94-.78 1.21"
})
]))
}