@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.14 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: "M4.04 14.94c-.33 0-.63-.22-.72-.55C3.11 13.61 3 12.81 3 12c0-4.96 4.04-9 9-9 1.69 0 3.33.47 4.75 1.36a.747.747 0 1 1-.79 1.27 7.503 7.503 0 0 0-11.19 8.36c.11.4-.13.81-.53.92-.06.02-.13.03-.2.03M12 21c-1.7 0-3.35-.48-4.78-1.37a.747.747 0 1 1 .79-1.27c1.19.75 2.57 1.14 3.98 1.14 4.14 0 7.5-3.36 7.5-7.5 0-.73-.11-1.46-.31-2.15a.748.748 0 0 1 1.43-.43c.25.83.38 1.7.38 2.58.01 4.96-4.03 9-8.99 9"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M2 16.75a.76.76 0 0 1-.66-.39c-.2-.36-.07-.82.3-1.02l20-11c.36-.2.82-.07 1.02.3.2.36.07.82-.3 1.02l-20 11c-.11.06-.24.09-.36.09m0 3.5a.76.76 0 0 1-.66-.39c-.2-.36-.07-.82.3-1.02l20-11c.36-.2.82-.07 1.02.3.2.36.07.82-.3 1.02l-20 11c-.11.06-.24.09-.36.09"
})
]))
}