@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
19 lines (18 loc) • 916 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: "M12 11.88a2.38 2.38 0 1 0 0-4.76 2.38 2.38 0 0 0 0 4.76m2.59 4.15-1.2-1.51c.33-.09.66-.21.97-.36.36-.2.49-.64.3-1a.755.755 0 0 0-1-.32c-1.04.52-2.28.52-3.32 0a.75.75 0 1 0-.68 1.34c.3.15.62.27.94.35l-1.19 1.51c-.26.33-.2.8.12 1.05.33.26.8.2 1.05-.12l1.41-1.78 1.41 1.78c.15.19.37.28.59.28.16 0 .33-.05.46-.16.34-.26.39-.73.14-1.06"
})
]))
}