UNPKG

@placetopay/iconsax-vue

Version:

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

25 lines (24 loc) 1.01 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", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "M2 9V6.5C2 4.01 4.01 2 6.5 2H9m6 0h2.5C19.99 2 22 4.01 22 6.5V9m0 7v1.5c0 2.49-2.01 4.5-4.5 4.5H16m-7 0H6.5C4.01 22 2 19.99 2 17.5V15" }), _createElementVNode("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "M8.5 11a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5m-1 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m9-9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m-1 9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5", opacity: ".4" }) ])) }