UNPKG

@placetopay/iconsax-vue

Version:

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

25 lines (24 loc) 1.45 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", { stroke: "currentColor", "stroke-linejoin": "round", "stroke-miterlimit": "10", "stroke-width": "1.5", d: "M17.3 15.3c-.3.2-.5.2-.7.3-.2 0-.3.1-.4.2-.2 0-.2.2-.2.3s0 .2-.1.3-.3.1-.5.1c-.3 0-.7 0-1.1.2l-.6.3c-.4.3-.8.5-1.6.5s-1.2-.3-1.6-.5c-.2-.1-.4-.3-.6-.3-.4-.1-.8-.2-1.1-.2-.2 0-.4 0-.5-.1-.3-.1-.3-.2-.3-.3s0-.3-.2-.3c-.1-.1-.3-.1-.4-.2-.2-.1-.4-.1-.7-.3s-.1-.3 0-.4c1.9-.9 2.2-2.4 2.2-2.5s0-.2-.1-.3-.4-.3-.7-.4c-.1-.1-.2-.1-.3-.2q-.45-.3-.3-.6c.1-.2.2-.2.4-.2h.2c.2 0 .4.1.5.2.1 0 .2.1.3.1H9c.1 0 .1 0 .1-.2v-.1c0-.3-.1-1 0-1.5.1-.8.3-1.3.7-1.6.2-.2.9-.9 2.3-.9s2.1.8 2.3.9c.3.4.6.8.7 1.6.1.6 0 1.2 0 1.6 0 .1 0 .2.1.2h.1c.1 0 .2-.1.3-.1.2-.1.3-.1.5-.2h.2c.2 0 .3.1.4.2q.15.3-.3.6c-.1 0-.2.1-.3.2-.2.2-.6.4-.7.4-.1.1-.1.2-.1.3s.3 1.5 2.2 2.5c0 .1.2.2-.2.4Z", "clip-rule": "evenodd" }), _createElementVNode("path", { stroke: "currentColor", "stroke-linejoin": "round", "stroke-miterlimit": "10", "stroke-width": "1.5", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z" }) ])) }