UNPKG

@placetopay/iconsax-vue

Version:

Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.

14 lines (13 loc) 972 B
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 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m3.38 10.43 1.46.84c.63.36.84 1.17.48 1.8s-1.17.84-1.8.48l-1.46-.84a.502.502 0 0 0-.75.43v1.68c0 .72-.59 1.32-1.32 1.32s-1.32-.59-1.32-1.32v-1.68c0-.38-.42-.63-.75-.43l-1.46.84c-.63.36-1.44.15-1.8-.48a1.32 1.32 0 0 1 .48-1.8l1.46-.84c.33-.19.33-.67 0-.87l-1.46-.84a1.32 1.32 0 0 1-.48-1.8 1.32 1.32 0 0 1 1.8-.48l1.46.84c.33.19.75-.05.75-.43V7.17c0-.72.59-1.32 1.32-1.32s1.32.59 1.32 1.32v1.68c0 .38.42.63.75.43l1.46-.84a1.32 1.32 0 0 1 1.8.48c.36.63.15 1.44-.48 1.8l-1.46.84c-.33.2-.33.68 0 .87" }) ])) }