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) 1.22 kB
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.36 12.732c-.37 0-.68-.28-.72-.65a7.6 7.6 0 0 0-3.24-5.44.723.723 0 0 1-.18-1.01c.23-.33.68-.41 1.01-.18a9.12 9.12 0 0 1 3.86 6.48c.04.4-.25.76-.65.8zm-16.62.049h-.07a.73.73 0 0 1-.65-.8 9.08 9.08 0 0 1 3.8-6.49c.32-.23.78-.15 1.01.17.23.33.15.78-.17 1.01a7.63 7.63 0 0 0-3.19 5.45c-.04.38-.36.66-.73.66M15.99 21.1c-1.23.59-2.55.89-3.93.89-1.44 0-2.81-.32-4.09-.97a.715.715 0 0 1-.32-.97c.17-.36.61-.5.97-.33.63.32 1.3.54 1.98.67.92.18 1.86.19 2.78.03.68-.12 1.35-.33 1.97-.63.37-.17.81-.03.97.34.18.36.04.8-.33.97M12.05 2.012c-1.55 0-2.82 1.26-2.82 2.82s1.26 2.82 2.82 2.82 2.82-1.26 2.82-2.82-1.26-2.82-2.82-2.82m-7 11.859c-1.55 0-2.82 1.26-2.82 2.82s1.26 2.82 2.82 2.82 2.82-1.26 2.82-2.82-1.27-2.82-2.82-2.82m13.9 0c-1.55 0-2.82 1.26-2.82 2.82s1.26 2.82 2.82 2.82 2.82-1.26 2.82-2.82-1.26-2.82-2.82-2.82" }) ])) }