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) 703 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: "M10.4 2.57h6.36c1.02 0 1.85.83 1.85 1.85v1.51m-16.62 0V4.42c0-1.02.83-1.85 1.85-1.85h2.75M10.3 18.1V2.57M6.9 18.1h5.58m1.2-7.76h7.01c.73 0 1.32.59 1.32 1.32v.8m-5.93 8.97V10.87m-2.14 10.56h4.28" }) ])) }