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) 1.2 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: "M17 4.75h-1V3.26c0-.83-.68-1.51-1.51-1.51H9.51C8.68 1.75 8 2.43 8 3.26v1.49H7c-1.1 0-2 .9-2 2v.13c.32-.09.65-.13 1-.13h12c.35 0 .68.04 1 .13v-.13c0-1.1-.9-2-2-2m-3.07 12.18a.57.57 0 1 0-.001 1.14.57.57 0 0 0 0-1.14m-4.859.879a.57.57 0 1 0 0 1.14.57.57 0 0 0 0-1.14" }), _createElementVNode("path", { fill: "currentColor", d: "M19 8.38c-.32-.09-.65-.13-1-.13H6c-.35 0-.68.04-1 .13-1.72.45-3 2.02-3 3.87v6c0 2.2 1.8 4 4 4h12c2.2 0 4-1.8 4-4v-6c0-1.85-1.28-3.42-3-3.87m-3 4.9v4.22c0 1.14-.93 2.07-2.07 2.07s-2.07-.93-2.07-2.07.93-2.07 2.07-2.07c.2 0 .39.04.57.09v-1.26l-3.35.91v3.21c0 .01 0 .02-.01.03a2.077 2.077 0 0 1-2.07 2.05c-1.14 0-2.07-.93-2.07-2.08s.93-2.07 2.07-2.07c.2 0 .39.04.58.09v-3.35c0-.86.54-1.56 1.36-1.78l2.65-.73c.85-.23 1.39-.01 1.69.22s.65.68.65 1.57z" }) ])) }