@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.16 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 22.72C6.09 22.72 1.28 17.91 1.28 12S6.09 1.28 12 1.28c2.65 0 5.19.98 7.15 2.75A10.65 10.65 0 0 1 22.72 12c0 3.05-1.3 5.96-3.58 7.98A10.6 10.6 0 0 1 12 22.72m0-19.94c-5.09 0-9.22 4.14-9.22 9.22s4.14 9.22 9.22 9.22c2.28 0 4.46-.84 6.15-2.37a9.16 9.16 0 0 0 3.08-6.86c0-2.63-1.12-5.12-3.07-6.85A9.22 9.22 0 0 0 12 2.78"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M10.44 18.91c-.37 0-.76-.08-1.14-.23A7.18 7.18 0 0 1 4.78 12c0-2.95 1.77-5.58 4.52-6.68.87-.35 1.75-.3 2.41.14.64.43 1 1.19 1.02 2.14v8.8c-.01.95-.37 1.72-1.02 2.14-.37.25-.81.37-1.27.37m0-12.32c-.18 0-.38.04-.58.12A5.67 5.67 0 0 0 6.28 12c0 2.34 1.4 4.42 3.58 5.29.4.16.78.16 1.02.01.28-.19.34-.6.35-.91V7.61c0-.3-.07-.72-.35-.91a.87.87 0 0 0-.44-.11"
})
]))
}