@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
19 lines (18 loc) • 853 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: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m16.69 15.7-4-9c-.24-.54-1.13-.54-1.37 0L9.3 11.25H8c-.41 0-.75.34-.75.75s.34.75.75.75h.62L7.31 15.7c-.17.38 0 .82.38.99s.82 0 .99-.38l1.58-3.55H12c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-1.07L12 8.86l3.31 7.46c.12.28.4.45.69.45.1 0 .21-.02.3-.06.38-.19.55-.64.39-1.01"
})
]))
}