@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.42 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: "M14.13 11.339a2.206 2.206 0 0 0-2.68-2.68c-.77.19-1.4.82-1.59 1.59a2.206 2.206 0 0 0 2.68 2.68c.78-.19 1.41-.82 1.59-1.59"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M6.02 17.97c-.18 0-.37-.07-.51-.2a9.55 9.55 0 0 1-3.05-6.98c0-5.26 4.28-9.54 9.54-9.54s9.54 4.28 9.54 9.54c0 2.66-1.07 5.12-3.01 6.95-.3.28-.78.27-1.06-.03s-.27-.78.03-1.06a7.94 7.94 0 0 0 2.54-5.85c0-4.43-3.61-8.04-8.04-8.04S3.96 6.37 3.96 10.8c0 2.26.91 4.34 2.57 5.88.3.28.32.76.04 1.06a.78.78 0 0 1-.55.23"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M16 15.299a.746.746 0 0 1-.54-1.26c.83-.88 1.29-2.04 1.29-3.24 0-2.62-2.13-4.74-4.74-4.74a4.75 4.75 0 0 0-4.74 4.74c0 1.21.46 2.36 1.29 3.24.28.3.27.78-.03 1.06-.3.29-.78.27-1.06-.03a6.23 6.23 0 0 1-1.7-4.27c0-3.44 2.8-6.24 6.24-6.24s6.24 2.8 6.24 6.24c0 1.59-.6 3.11-1.7 4.27a.78.78 0 0 1-.55.23m-5.7 1.361-1.44 1.79C7.72 19.88 8.74 22 10.56 22h2.87c1.83 0 2.85-2.12 1.7-3.54l-1.44-1.79a2.16 2.16 0 0 0-3.39-.01"
})
]))
}