@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
19 lines (18 loc) • 1.26 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: "M22 12c0 5.47-4.39 9.91-9.84 10H12c-.61 0-1.21-.06-1.79-.16C5.54 20.99 2 16.91 2 12c0-1.71.43-3.32 1.19-4.73.31-.57.67-1.12 1.08-1.62A10 10 0 0 1 12 2a9.98 9.98 0 0 1 8.45 4.66A9.9 9.9 0 0 1 22 12",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.1 8.02a21.5 21.5 0 0 1 6.24.4c-.24-.62-.54-1.21-.89-1.76a23 23 0 0 0-8.63.24 5.005 5.005 0 0 0-4.78 4.23c-1.16-1.68-2.1-3.51-2.77-5.48-.41.5-.77 1.05-1.08 1.62 1.06 2.69 2.55 5.09 4.46 7.2.02.02.05.03.07.05a5.01 5.01 0 0 0 4.25 2.38c.61 0 1.2-.12 1.75-.33-.91 1.91-2.07 3.68-3.51 5.27.58.1 1.18.16 1.79.16h.16c1.85-2.26 3.25-4.82 4.19-7.7.41-.74.63-1.57.63-2.41 0-1.57-.74-2.95-1.88-3.87m-.17 5.59a3.42 3.42 0 0 1-2.96 1.71c-1.22 0-2.35-.66-2.96-1.71-.31-.54-.46-1.11-.46-1.72 0-1.89 1.53-3.42 3.42-3.42S15.4 10 15.4 11.89c0 .61-.16 1.18-.47 1.72"
})
]))
}