UNPKG

@placetopay/iconsax-vue

Version:

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

22 lines (21 loc) 1.5 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: "M15.5 15.75c-.18 0-.38-.01-.56-.02a.75.75 0 0 1-.7-.69c-.22-2.79-2.49-5.05-5.27-5.27a.75.75 0 0 1-.69-.7 7.255 7.255 0 0 1 7.23-7.81c4 0 7.25 3.25 7.25 7.25s-3.26 7.24-7.26 7.24M9.75 8.36c2.98.53 5.37 2.91 5.89 5.89a5.755 5.755 0 0 0 5.61-5.75c0-3.17-2.58-5.75-5.75-5.75-3.12 0-5.67 2.5-5.75 5.61" }), _createElementVNode("path", { fill: "currentColor", d: "M8.5 22.75c-4 0-7.25-3.25-7.25-7.25a7.255 7.255 0 0 1 7.81-7.23c3.53.28 6.39 3.14 6.66 6.65.01.2.02.4.02.58.01 4-3.24 7.25-7.24 7.25m0-13c-3.17 0-5.75 2.58-5.75 5.75s2.58 5.75 5.75 5.75 5.75-2.58 5.75-5.75c0-.16-.01-.32-.02-.48-.22-2.77-2.49-5.04-5.27-5.26-.14 0-.3-.01-.46-.01" }), _createElementVNode("path", { fill: "currentColor", d: "M8.5 18.75c-.27 0-.53-.15-.66-.39l-.78-1.42-1.42-.78a.75.75 0 0 1-.39-.66c0-.28.15-.53.39-.66l1.42-.78.78-1.42c.26-.48 1.05-.48 1.32 0l.78 1.42 1.42.78c.24.13.39.38.39.66s-.15.53-.39.66l-1.42.78-.78 1.42c-.13.24-.39.39-.66.39m-.94-3.25.41.23q.195.105.3.3l.23.41.23-.41q.105-.195.3-.3l.41-.23-.41-.23a.7.7 0 0 1-.3-.3l-.23-.41-.23.41q-.105.195-.3.3z" }) ])) }