@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 798 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", {
fill: "currentColor",
d: "M20.612 10.83a5.24 5.24 0 0 0-2.91-1.78c-.26-1.16-.71-2.16-1.37-2.99a1 1 0 0 0-.06-.08c-2.2-2.66-5.8-2.65-8.23-1.27-2.08 1.19-3.85 3.7-2.92 7.28-2.13.52-3.11 2.38-3.11 4.06 0 1.88 1.23 3.99 3.97 4.19h10.38c1.42 0 2.78-.53 3.83-1.49 2.51-2.22 2.18-5.84.42-7.92m1.148-2.088c0 .34-.04.67-.14.99a6.6 6.6 0 0 0-2.69-1.87 8.7 8.7 0 0 0-1.48-2.8c.19-.04.39-.05.58-.05a3.73 3.73 0 0 1 3.73 3.73"
})
]))
}