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.17 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: "m9.42 2.16-5.5 2.06c-1.05.39-1.91 1.64-1.91 2.76v8.1c0 .81.53 1.88 1.18 2.36l5.5 4.11c.97.73 2.56.73 3.53 0l5.5-4.11c.65-.49 1.18-1.55 1.18-2.36v-8.1c0-1.12-.86-2.37-1.91-2.76l-5.5-2.06c-.57-.21-1.5-.21-2.07 0", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "M19.26 6.76h-6.85c-.2 0-.39.01-.57.01-1.72.1-2.18.73-2.18 2.69v.39c0 .414.336.75.75.75h10.84a.75.75 0 0 0 .75-.75v-.39c0-2.16-.55-2.7-2.74-2.7m-8.84 4.94a.75.75 0 0 0-.75.75v2.09c0 2.16.55 2.71 2.74 2.71h6.85c2.15 0 2.72-.52 2.74-2.59v-2.21a.75.75 0 0 0-.75-.75zm2.85 3.77h-1.25c-.3 0-.54-.24-.54-.54s.24-.54.54-.54h1.25c.3 0 .54.24.54.54s-.24.54-.54.54m4.05 0h-2.49c-.3 0-.54-.24-.54-.54s.24-.54.54-.54h2.49c.3 0 .54.24.54.54.01.3-.24.54-.54.54" }) ])) }