UNPKG

@placetopay/iconsax-vue

Version:

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

18 lines (17 loc) 912 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: "M20.97 16.08c-.24 2.67-2.17 4.42-4.97 4.42H7c-2.76 0-5-2.24-5-5v-7c0-2.72 1.64-4.62 4.19-4.94q.39-.06.81-.06h9c.26 0 .51.01.75.05 2.39.28 4.01 1.95 4.22 4.37a.49.49 0 0 1-.5.53h-1.55c-.96 0-1.85.37-2.49 1.03-.76.74-1.14 1.78-1.05 2.82.16 1.82 1.76 3.25 3.66 3.25h1.43c.29 0 .53.24.5.53" }), _createElementVNode("path", { fill: "currentColor", d: "M22 10.97v2.06c0 .55-.44 1-1 1.02h-1.96c-1.08 0-2.07-.79-2.16-1.87-.06-.63.18-1.22.6-1.63.37-.38.88-.6 1.44-.6H21c.56.02 1 .47 1 1.02" }) ])) }