UNPKG

@placetopay/iconsax-vue

Version:

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

17 lines (16 loc) 834 B
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.5V15m9-6.5a2.5 2.5 0 0 1-5 0A2.5 2.5 0 0 1 8.5 6m-1 12a1.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 3M13 15.5c0-.69.28-1.32.73-1.77S14.81 13 15.5 13a2.5 2.5 0 0 1 0 5" }) ])) }