UNPKG

@placetopay/iconsax-vue

Version:

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

19 lines (18 loc) 1.11 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: "M16.19 2H7.82C4.18 2 2.01 4.17 2.01 7.81v8.37c0 3.64 2.17 5.81 5.81 5.81h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "M17.96 7.72c-.41 0-.75.34-.75.75v2.78h-1.02c-1.39 0-2.52 1.13-2.52 2.52s1.13 2.52 2.52 2.52h1.77c.41 0 .75-.34.75-.75V8.48c0-.43-.34-.76-.75-.76m-.75 7.06h-1.02c-.56 0-1.02-.46-1.02-1.02s.46-1.02 1.02-1.02h1.02zm-5.05-6.9a.74.74 0 0 0-1.05.12l-2.24 2.8L6.63 8a.748.748 0 0 0-1.17.93l2.45 3.06-2.45 3.06c-.26.32-.21.8.12 1.05.14.11.3.16.47.16.22 0 .44-.1.59-.28l2.24-2.8 2.24 2.8a.763.763 0 0 0 1.06.12c.32-.26.38-.73.12-1.05l-2.45-3.06 2.45-3.06a.76.76 0 0 0-.14-1.05" }) ])) }