@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.09 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: "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.84 13.27-1.46-.84a.506.506 0 0 1 0-.87l1.46-.84c.63-.36.84-1.17.48-1.8a1.32 1.32 0 0 0-1.8-.48l-1.46.84a.502.502 0 0 1-.75-.43V7.17c0-.72-.59-1.32-1.32-1.32s-1.32.59-1.32 1.32v1.68c0 .38-.42.63-.75.43l-1.46-.84a1.32 1.32 0 0 0-1.8.48c-.36.63-.15 1.44.48 1.8l1.46.84c.33.19.33.67 0 .87l-1.46.84a1.32 1.32 0 0 0-.48 1.8c.36.63 1.17.84 1.8.48l1.46-.84c.33-.19.75.05.75.43v1.68c0 .72.59 1.32 1.32 1.32s1.32-.59 1.32-1.32v-1.68c0-.38.42-.63.75-.43l1.46.84c.63.36 1.44.15 1.8-.48.37-.62.15-1.43-.48-1.8"
})
]))
}