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) 764 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: "M12 8.5V3m0 18v-5.5M10 3h4m-4 18h4M8.97 10.25 4.21 7.5m15.58 9-4.76-2.75M3.21 9.23l2-3.46m13.58 12.46 2-3.46M15.5 12a3.5 3.5 0 0 1-3.5 3.5 3.5 3.5 0 0 1 0-7 3.5 3.5 0 0 1 3.5 3.5m4.29-4.5-4.76 2.75m-6.06 3.5L4.21 16.5m16.58-7.27-2-3.46M5.21 18.23l-2-3.46" }) ])) }