UNPKG

@placetopay/iconsax-vue

Version:

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

31 lines (30 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", { stroke: "currentColor", "stroke-linejoin": "round", "stroke-miterlimit": "10", "stroke-width": "1.5", d: "M10.5 11.5v2.8L8 15.8l-2.5-1.5v-2.8L8 10l1.2.7zm8 0v2.8L16 15.8l-2.5-1.5v-2.8l1.3-.8L16 10z" }), _createElementVNode("path", { stroke: "currentColor", "stroke-linejoin": "round", "stroke-miterlimit": "10", "stroke-width": "1.5", d: "M14.8 9.3v1.4l-1.3.8v1.7l-1.5.9-1.5-.9v-1.7l-1.3-.8V9.3L12 7.8z" }), _createElementVNode("path", { stroke: "currentColor", "stroke-linejoin": "round", "stroke-miterlimit": "10", "stroke-width": "1.5", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z" }) ])) }