UNPKG

@placetopay/iconsax-vue

Version:

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

23 lines (22 loc) 1.3 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: "M19 7v1.13c-.32-.09-.65-.13-1-.13H6c-.35 0-.68.04-1 .13V7c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" }), _createElementVNode("path", { fill: "currentColor", d: "M16 3.51V5H8V3.51C8 2.68 8.68 2 9.51 2h4.98c.83 0 1.51.68 1.51 1.51M22 12v6c0 2.2-1.8 4-4 4H6c-2.2 0-4-1.8-4-4v-6c0-1.85 1.28-3.42 3-3.87.32-.09.65-.13 1-.13h12c.35 0 .68.04 1 .13 1.72.45 3 2.02 3 3.87", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "M15.35 10.51c-.3-.23-.84-.45-1.69-.22l-2.65.73c-.83.22-1.36.92-1.36 1.78v3.35c-.18-.05-.38-.09-.58-.09-1.14 0-2.07.93-2.07 2.07s.93 2.07 2.07 2.07 2.06-.92 2.07-2.05c0-.01.01-.02.01-.03v-3.21L14.5 14v1.26c-.18-.05-.37-.09-.57-.09-1.14 0-2.07.93-2.07 2.07s.93 2.07 2.07 2.07S16 18.38 16 17.24v-5.17c0-.87-.36-1.33-.65-1.56m-6.28 8.2a.57.57 0 1 1 0-1.14.57.57 0 0 1 0 1.14m4.86-.89a.57.57 0 1 1 0-1.14.57.57 0 0 1 0 1.14" }) ])) }