@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.07 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: "M12 11.531c-2.76 0-5 2.24-5 5 0 .74.16 1.44.46 2.06q.12.27.27.51a4.96 4.96 0 0 0 4.27 2.43c1.82 0 3.41-.98 4.27-2.43q.15-.24.27-.51c.3-.62.46-1.32.46-2.06 0-2.76-2.24-5-5-5m2.07 4.57-2.13 1.97c-.14.13-.33.2-.51.2-.19 0-.38-.07-.53-.22l-.99-.99a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.48.48 1.6-1.48c.31-.28.78-.26 1.06.04s.26.77-.04 1.06"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M20.2 17.072q-.54.48-1.17.81c-.36.18-.72-.17-.66-.57q.06-.435.06-.9c0-3.58-2.92-6.5-6.5-6.5s-6.5 2.92-6.5 6.5c0 .46.05.9.14 1.33.07.35-.2.7-.55.61-3.95-.96-3.97-7.04.45-7.35h.05c-3.21-8.93 10.33-12.5 11.88-3.12 4.33.55 6.08 6.32 2.8 9.19"
})
]))
}