@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
19 lines (18 loc) • 836 B
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: "M21.54 15c-1.28 4.06-5.07 7-9.54 7-4.46 0-8.24-2.92-9.53-6.96h.58L7 15v-3.24c0-.92 1.15-1.35 1.75-.65L12 15l3.25-3.89c.6-.7 1.75-.27 1.75.65V15z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M22 12c0 1.05-.16 2.05-.46 3H17v-3.24c0-.92-1.15-1.35-1.75-.65L12 15l-3.25-3.89c-.6-.7-1.75-.27-1.75.65V15l-3.95.04h-.58C2.17 14.08 2 13.06 2 12 2 6.48 6.48 2 12 2s10 4.48 10 10",
opacity: ".4"
})
]))
}