@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.13 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: "m20.49 6.708-8-4.44a.99.99 0 0 0-.97 0l-8 4.44c-.32.18-.51.51-.51.87v8.82c0 .36.2.7.51.87l8.02 4.46c.29.16.64.17.93.02l4.03-2.01c.31-.16.68-.14.98.05l1.99 1.25a.998.998 0 0 0 1.53-.85v-2.61a1 1 0 0 0-.51-.87l-3-1.66a.99.99 0 0 0-.97 0l-4.03 2.24c-.3.17-.67.17-.97 0l-4-2.22a.99.99 0 0 1-.51-.87v-4.38c0-.36.2-.7.51-.87l4-2.22c.3-.17.67-.17.97 0l4 2.22c.32.18.51.51.51.87v3.06c0 .81.91 1.28 1.57.82l2-1.39c.27-.19.43-.49.43-.82v-3.89c0-.37-.2-.71-.51-.89"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.86 10.422v3.15c0 .35-.19.67-.5.84l-2.89 1.61a.98.98 0 0 1-.94 0l-2.89-1.61a.96.96 0 0 1-.5-.84v-3.15c0-.35.19-.67.5-.84l2.89-1.61a.98.98 0 0 1 .94 0l2.89 1.61c.31.17.5.49.5.84"
})
]))
}