@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
17 lines (16 loc) • 795 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", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M4.41 16.75C4.17 19.64 6.35 22 9.25 22h4.79c3.26 0 5.5-2.63 4.96-5.85-.57-3.38-3.83-6.15-7.26-6.15-2.28 0-4.4 1.14-5.77 2.87m4.5-5.37a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5m6.83 1.2a2 2 0 1 0 0-4 2 2 0 0 0 0 4m3.7 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m-17.03-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4"
})
]))
}