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.62 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.9 22.75H7.1c-2.12 0-3.85-1.73-3.85-3.85V5.1c0-2.12 1.73-3.85 3.85-3.85h9.8c2.12 0 3.85 1.73 3.85 3.85v13.8c0 2.12-1.73 3.85-3.85 3.85m-9.8-20c-1.29 0-2.35 1.05-2.35 2.35v13.8c0 1.29 1.05 2.35 2.35 2.35h9.8c1.29 0 2.35-1.05 2.35-2.35V5.1c0-1.29-1.05-2.35-2.35-2.35z" }), _createElementVNode("path", { fill: "currentColor", d: "M18.5 13.75h-13c-1.24 0-2.25-1.01-2.25-2.25v-2c0-1.24 1.01-2.25 2.25-2.25h13c1.24 0 2.25 1.01 2.25 2.25v2c0 1.24-1.01 2.25-2.25 2.25m-13-5c-.41 0-.75.34-.75.75v2c0 .41.34.75.75.75h13c.41 0 .75-.34.75-.75v-2c0-.41-.34-.75-.75-.75zm2.5 10c-.33 0-.65-.13-.88-.37-.06-.05-.11-.12-.16-.19a1.4 1.4 0 0 1-.11-.21c-.04-.08-.06-.16-.08-.24-.01-.08-.02-.16-.02-.24s.01-.16.02-.24c.02-.08.04-.16.08-.24.03-.07.07-.15.11-.21.05-.07.1-.14.16-.19.46-.47 1.29-.47 1.76 0 .06.05.11.12.16.19.04.06.08.14.11.21.04.08.06.16.08.24.01.08.02.16.02.24s-.01.16-.02.24c-.02.08-.04.16-.08.24-.03.07-.07.15-.11.21-.05.07-.1.14-.16.19-.23.24-.55.37-.88.37m8 0c-.33 0-.65-.13-.88-.37-.24-.23-.37-.55-.37-.88s.13-.65.37-.88c.46-.47 1.3-.47 1.76 0 .24.23.37.55.37.88s-.13.65-.37.88c-.23.24-.55.37-.88.37m-1.5-13h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75" }) ])) }