@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 1.52 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.2 22.75c-4.04 0-7.68-2.23-9.54-5.82a.4.4 0 0 1-.07-.11C1.83 15.3 1.44 13.68 1.44 12s.39-3.3 1.15-4.82c1.84-3.66 5.52-5.93 9.6-5.93 2.74 0 5.23.97 7.2 2.8.15.14.24.33.24.54s-.08.4-.23.55L16.58 7.9c-.29.28-.74.29-1.04.01-.63-.59-1.72-1.29-3.35-1.29-2.06 0-3.95 1.24-4.8 3.17-.07.16-.13.31-.19.48a5.6 5.6 0 0 0-.28 1.74c0 .57.1 1.14.28 1.71 0 .01.01.02.01.04.72 2.18 2.72 3.64 4.98 3.64 1.19 0 2.21-.29 3.04-.87.76-.53 1.24-1.24 1.5-1.88H12.2c-.41 0-.75-.34-.75-.75v-3.71c0-.41.34-.75.75-.75h9.39c.35 0 .65.24.73.58.16.7.23 1.36.23 2.21 0 3.18-1.14 5.99-3.22 7.91-1.85 1.7-4.32 2.61-7.13 2.61m-8.32-6.7c.03.04.06.09.08.14a9.19 9.19 0 0 0 8.24 5.06c2.43 0 4.54-.77 6.11-2.22 1.77-1.63 2.74-4.05 2.74-6.81 0-.5-.02-.9-.08-1.29h-8.02v2.21h4.76c.21 0 .42.09.56.25s.21.38.18.59c-.13 1.12-.83 2.7-2.36 3.77-1.08.75-2.39 1.14-3.9 1.14-2.89 0-5.45-1.86-6.39-4.64 0-.01-.01-.02-.01-.03-.25-.73-.37-1.47-.37-2.21 0-.73.12-1.47.36-2.21.07-.22.15-.42.24-.62 1.1-2.47 3.52-4.06 6.17-4.06 1.71 0 2.97.6 3.83 1.23l1.75-1.71c-1.58-1.24-3.5-1.89-5.58-1.89-3.51 0-6.68 1.95-8.26 5.1A9.3 9.3 0 0 0 2.94 12c.01 1.41.32 2.77.94 4.05"
})
]))
}