@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.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: "M22.66 4.64c-.2-.36-.66-.5-1.02-.3L4.7 13.66c-.12-.54-.2-1.1-.2-1.66a7.503 7.503 0 0 1 11.46-6.37.747.747 0 1 0 .79-1.27A8.93 8.93 0 0 0 12 3c-4.96 0-9 4.04-9 9 0 .81.11 1.61.32 2.39 0 .01.01.01.01.02l-1.69.93c-.36.2-.5.66-.3 1.02.14.25.39.39.66.39.12 0 .25-.03.36-.09l20-11c.36-.2.5-.66.3-1.02"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M22.66 8.14c-.2-.36-.66-.5-1.02-.3L19.53 9c-.03.02-.07.03-.1.06L1.64 18.84c-.36.2-.5.66-.3 1.02.14.25.39.39.66.39.12 0 .25-.03.36-.09l17.03-9.37c.06.4.11.8.11 1.21a7.503 7.503 0 0 1-11.48 6.36.747.747 0 0 0-1.03.24c-.22.35-.12.81.24 1.03 1.43.9 3.08 1.37 4.78 1.37 4.96 0 9-4.04 9-9 0-.67-.1-1.32-.24-1.96l1.6-.88c.35-.2.49-.66.29-1.02",
opacity: ".4"
})
]))
}