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.1 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: "M14.75 22.75h-4.5V15.5H9.3c-.58 0-1.05-.47-1.05-1.05v-1.9c0-.58.47-1.05 1.05-1.05h.95V9c0-2.07 1.68-3.75 3.75-3.75h2.7c.58 0 1.05.47 1.05 1.05v2.4c0 .58-.47 1.05-1.05 1.05h-1.95v1.75h1.88a1.045 1.045 0 0 1 1.03 1.25l-.38 1.9c-.1.49-.53.84-1.03.84h-1.5zm-3-1.5h1.5V14h2.64l.2-1h-2.83V9.3c0-.58.47-1.05 1.05-1.05h1.95v-1.5H14c-1.24 0-2.25 1.01-2.25 2.25v4h-2v1h2z" }), _createElementVNode("path", { fill: "currentColor", d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75m-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z" }) ])) }